CloudServicesUpdateDomainOperationsExtensions Class

Definition

Extension methods for CloudServicesUpdateDomainOperations.

public static class CloudServicesUpdateDomainOperationsExtensions
type CloudServicesUpdateDomainOperationsExtensions = class
Public Module CloudServicesUpdateDomainOperationsExtensions
Inheritance
CloudServicesUpdateDomainOperationsExtensions

Methods

BeginWalkUpdateDomain(ICloudServicesUpdateDomainOperations, String, String, Int32)

Updates the role instances in the specified update domain.

BeginWalkUpdateDomainAsync(ICloudServicesUpdateDomainOperations, String, String, Int32, CancellationToken)

Updates the role instances in the specified update domain.

GetUpdateDomain(ICloudServicesUpdateDomainOperations, String, String, Int32)

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.

GetUpdateDomainAsync(ICloudServicesUpdateDomainOperations, String, String, Int32, CancellationToken)

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.

ListUpdateDomains(ICloudServicesUpdateDomainOperations, String, String)

Gets a list of all update domains in a cloud service.

ListUpdateDomainsAsync(ICloudServicesUpdateDomainOperations, String, String, CancellationToken)

Gets a list of all update domains in a cloud service.

ListUpdateDomainsNext(ICloudServicesUpdateDomainOperations, String)

Gets a list of all update domains in a cloud service.

ListUpdateDomainsNextAsync(ICloudServicesUpdateDomainOperations, String, CancellationToken)

Gets a list of all update domains in a cloud service.

WalkUpdateDomain(ICloudServicesUpdateDomainOperations, String, String, Int32)

Updates the role instances in the specified update domain.

WalkUpdateDomainAsync(ICloudServicesUpdateDomainOperations, String, String, Int32, CancellationToken)

Updates the role instances in the specified update domain.

Applies to