Share via


ClustersOperationsExtensions.UpdateAsync Method

Definition

Update an HCI cluster.

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

clusterName
String

The name of the cluster.

tags
IDictionary<String,String>

Resource tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to