Skip to main content

cloud_services_update_domains

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

Overview

Namecloud_services_update_domains
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
walk_update_domainexecresourceGroupName, cloudServiceName, updateDomain, subscriptionIdUpdates 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.

NameDatatypeDescription
cloudServiceNamestringName of the cloud service.
resourceGroupNamestringName of the resource group.
subscriptionIdstringSubscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
updateDomaininteger (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

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=
'{
}'
;