ClustersOperationsExtensions.BeginUpdateAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Een cluster bijwerken in een privécloud
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster> BeginUpdateAsync (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 BeginUpdateAsync : 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 BeginUpdateAsync (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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET