Delen via


ClustersOperationsExtensions.CreateOrUpdateAsync Methode

Definitie

Een cluster maken of bijwerken in een privécloud

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)

Parameters

operations
IClustersOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

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

privateCloudName
String

De naam van de privécloud.

clusterName
String

Naam van het cluster in de privécloud

cluster
Cluster

Een cluster in de privécloud

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op