CloudServicesUpdateDomainWalkUpdateDomain interface
Methods
| get(Cloud |
Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. |
| put(Cloud |
Updates the role instances in the specified update domain. |
Method Details
get(CloudServicesUpdateDomainGetUpdateDomainParameters)
Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains.
function get(options: CloudServicesUpdateDomainGetUpdateDomainParameters): StreamableMethod<CloudServicesUpdateDomainGetUpdateDomain200Response | CloudServicesUpdateDomainGetUpdateDomainDefaultResponse>
Parameters
Returns
put(CloudServicesUpdateDomainWalkUpdateDomainParameters)
Updates the role instances in the specified update domain.
function put(options: CloudServicesUpdateDomainWalkUpdateDomainParameters): StreamableMethod<CloudServicesUpdateDomainWalkUpdateDomain200Response | CloudServicesUpdateDomainWalkUpdateDomain202Response | CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse>