ClustersOperationsExtensions.CreateAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 HCI 叢集。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AzureStackHCI.Models.Cluster> CreateAsync (this Microsoft.Azure.Management.AzureStackHCI.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.AzureStackHCI.Models.Cluster cluster, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.AzureStackHCI.IClustersOperations * string * string * Microsoft.Azure.Management.AzureStackHCI.Models.Cluster * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AzureStackHCI.Models.Cluster>
<Extension()>
Public Function CreateAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, cluster As Cluster, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)
參數
- operations
- IClustersOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
資源群組的名稱。 名稱不區分大小寫。
- clusterName
- String
叢集的名稱。
- cluster
- Cluster
HCI 叢集的詳細資料。
- cancellationToken
- CancellationToken
取消語彙基元。