ICloudServicesUpdateDomainOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET