共用方式為


IClustersOperations 介面

定義

ClustersOperations 作業。

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

方法

CreateWithHttpMessagesAsync(String, String, Cluster, Dictionary<String,List<String>>, CancellationToken)

建立 HCI 叢集。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

刪除 HCI 叢集。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

取得 HCI 叢集。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

更新 HCI 叢集。

擴充方法

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 叢集。

適用於