cloud_services_update_domains
Creates, updates, deletes, gets or lists a cloud_services_update_domains
resource.
Overview
Name | cloud_services_update_domains |
Type | Resource |
Id | azure.compute.cloud_services_update_domains |
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 |
---|---|---|---|---|
walk_update_domain | exec | resourceGroupName , cloudServiceName , updateDomain , subscriptionId | Updates the role instances in the specified update domain. |
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 |
---|---|---|
cloudServiceName | string | Name of the cloud service. |
resourceGroupName | string | 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. |
updateDomain | integer (int32) | Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on. |
Lifecycle Methods
- walk_update_domain
Updates the role instances in the specified update domain.
EXEC azure.compute.cloud_services_update_domains.walk_update_domain
@resourceGroupName='{{ resourceGroupName }}' --required,
@cloudServiceName='{{ cloudServiceName }}' --required,
@updateDomain='{{ updateDomain }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
}'
;