共用方式為


ClustersOperationsExtensions 類別

定義

ClustersOperations 的擴充方法。

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
繼承
ClustersOperationsExtensions

方法

Create(IClustersOperations, String, String, Cluster)

建立 HCI 叢集。

CreateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

建立 HCI 叢集。

Delete(IClustersOperations, String, String)

刪除 HCI 叢集。

DeleteAsync(IClustersOperations, String, String, CancellationToken)

刪除 HCI 叢集。

Get(IClustersOperations, String, String)

取得 HCI 叢集。

GetAsync(IClustersOperations, String, String, CancellationToken)

取得 HCI 叢集。

ListByResourceGroup(IClustersOperations, String)

列出資源群組中的所有 HCI 叢集。

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

列出資源群組中的所有 HCI 叢集。

ListByResourceGroupNext(IClustersOperations, String)

列出資源群組中的所有 HCI 叢集。

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

列出資源群組中的所有 HCI 叢集。

ListBySubscription(IClustersOperations)

列出訂用帳戶中的所有 HCI 叢集。

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

列出訂用帳戶中的所有 HCI 叢集。

ListBySubscriptionNext(IClustersOperations, String)

列出訂用帳戶中的所有 HCI 叢集。

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

列出訂用帳戶中的所有 HCI 叢集。

Update(IClustersOperations, String, String, IDictionary<String,String>)

更新 HCI 叢集。

UpdateAsync(IClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

更新 HCI 叢集。

適用於