Delen via


ClustersOperationsExtensions.UpdateAsync Methode

Definitie

Een cluster bijwerken in een privécloud

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster> UpdateAsync (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName, string clusterName, Microsoft.Azure.Management.Avs.Models.ClusterUpdate clusterUpdate, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Avs.IClustersOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.ClusterUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster>
<Extension()>
Public Function UpdateAsync (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, clusterUpdate As ClusterUpdate, 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

clusterUpdate
ClusterUpdate

De clustereigenschappen die moeten worden bijgewerkt

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op