ICloudServicesUpdateDomainOperations Interface

Definition

CloudServicesUpdateDomainOperations operations.

public interface ICloudServicesUpdateDomainOperations
type ICloudServicesUpdateDomainOperations = interface
Public Interface ICloudServicesUpdateDomainOperations

Methods

BeginWalkUpdateDomainWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)

Updates the role instances in the specified update domain.

GetUpdateDomainWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, 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.

ListUpdateDomainsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListUpdateDomainsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

WalkUpdateDomainWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)

Updates the role instances in the specified update domain.

Extension 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