virtual_machine_scale_sets_instances
Creates, updates, deletes, gets or lists a virtual_machine_scale_sets_instances
resource.
Overview
Name | virtual_machine_scale_sets_instances |
Type | Resource |
Id | azure.compute.virtual_machine_scale_sets_instances |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | resourceGroupName , vmScaleSetName , subscriptionId , instanceIds | Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
resourceGroupName | string | The name of the resource group. |
subscriptionId | string | Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
vmScaleSetName | string | The name of the VM scale set. |
Lifecycle Methods
- update
Upgrades one or more virtual machines to the latest SKU set in the VM scale set model.
EXEC azure.compute.virtual_machine_scale_sets_instances.update
@resourceGroupName='{{ resourceGroupName }}' --required,
@vmScaleSetName='{{ vmScaleSetName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
"instanceIds": "{{ instanceIds }}"
}'
;