ClustersOperationsExtensions.CreateOrUpdateAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzenie lub aktualizowanie klastra w chmurze prywatnej
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET