Delen via


ClustersOperationsExtensions.GetAsync Methode

Definitie

Een cluster ophalen op naam in een privécloud

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster> GetAsync (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Avs.IClustersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster>
<Extension()>
Public Function GetAsync (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)

Parameters

operations
IClustersOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

privateCloudName
String

Naam van de privécloud

clusterName
String

Naam van het cluster in de privécloud

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op