Udostępnij za pośrednictwem


ClustersOperationsExtensions.BeginCreateOrUpdateAsync Metoda

Definicja

Tworzenie lub aktualizowanie klastra w chmurze prywatnej

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

Parametry

operations
IClustersOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

privateCloudName
String

Nazwa chmury prywatnej.

clusterName
String

Nazwa klastra w chmurze prywatnej

cluster
Cluster

Klaster w chmurze prywatnej

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy