Skip to main content

vw_fleets

Creates, updates, deletes, gets or lists a vw_fleets resource.

Overview

Namevw_fleets
TypeView
Idazure.azure_fleet.vw_fleets

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
zones as zones,
identity as identity,
plan as plan,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.spotPriorityProfile') as "spot_priority_profile",
JSON_EXTRACT(properties, '$.regularPriorityProfile') as "regular_priority_profile",
JSON_EXTRACT(properties, '$.vmSizesProfile') as "vm_sizes_profile",
JSON_EXTRACT(properties, '$.computeProfile') as "compute_profile",
JSON_EXTRACT(properties, '$.timeCreated') as "time_created",
JSON_EXTRACT(properties, '$.uniqueId') as "unique_id",
subscriptionId,
resourceGroupName,
fleetName
FROM azure.azure_fleet.fleets
WHERE subscriptionId = 'replace-me';