CloudServicesUpdateDomainOperationsExtensions.GetUpdateDomain Method
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.
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.
public static Microsoft.Azure.Management.Compute.Models.UpdateDomain GetUpdateDomain (this Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations operations, string resourceGroupName, string cloudServiceName, int updateDomain);
static member GetUpdateDomain : Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations * string * string * int -> Microsoft.Azure.Management.Compute.Models.UpdateDomain
<Extension()>
Public Function GetUpdateDomain (operations As ICloudServicesUpdateDomainOperations, resourceGroupName As String, cloudServiceName As String, updateDomain As Integer) As UpdateDomain
Parameters
- operations
- ICloudServicesUpdateDomainOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group.
- cloudServiceName
- String
Name of the cloud service.
- updateDomain
- 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.
Returns
Applies to
Azure SDK for .NET