virtual_machine_scale_set_rolling_upgrades_latest
Creates, updates, deletes, gets or lists a virtual_machine_scale_set_rolling_upgrades_latest
resource.
Overview
Name | virtual_machine_scale_set_rolling_upgrades_latest |
Type | Resource |
Id | azure.compute.virtual_machine_scale_set_rolling_upgrades_latest |
Fields
- vw_virtual_machine_scale_set_rolling_upgrades_latest
- virtual_machine_scale_set_rolling_upgrades_latest
Name | Datatype | Description |
---|---|---|
id | text | Resource Id |
name | text | Resource name |
error | text | field from the properties object |
location | text | Resource location |
policy | text | field from the properties object |
progress | text | field from the properties object |
resourceGroupName | text | field from the properties object |
running_status | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Resource tags |
type | text | Resource type |
vmScaleSetName | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
location | string | Resource location |
properties | object | The status of the latest virtual machine scale set rolling upgrade. |
tags | object | Resource tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | resourceGroupName, subscriptionId, vmScaleSetName | Gets the status of the latest virtual machine scale set rolling upgrade. |
SELECT
examples
Gets the status of the latest virtual machine scale set rolling upgrade.
- vw_virtual_machine_scale_set_rolling_upgrades_latest
- virtual_machine_scale_set_rolling_upgrades_latest
SELECT
id,
name,
error,
location,
policy,
progress,
resourceGroupName,
running_status,
subscriptionId,
tags,
type,
vmScaleSetName
FROM azure.compute.vw_virtual_machine_scale_set_rolling_upgrades_latest
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vmScaleSetName = '{{ vmScaleSetName }}';
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.compute.virtual_machine_scale_set_rolling_upgrades_latest
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vmScaleSetName = '{{ vmScaleSetName }}';