共用方式為


ClustersOperationsExtensions.Update 方法

定義

更新 HCI 叢集。

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

參數

operations
IClustersOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源群組的名稱。 名稱不區分大小寫。

clusterName
String

叢集的名稱。

tags
IDictionary<String,String>

資源標籤。

傳回

適用於