共用方式為


IClustersOperations 介面

定義

ClustersOperations 作業。

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

方法

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

在私人雲端中建立或更新叢集

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

刪除私人雲端中的叢集

BeginUpdateWithHttpMessagesAsync(String, String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

更新私人雲端中的叢集

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

在私人雲端中建立或更新叢集

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

刪除私人雲端中的叢集

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

依名稱取得私人雲端中的叢集

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

列出私人雲端中的叢集

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

列出私人雲端中的叢集

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

更新私人雲端中的叢集

擴充方法

BeginCreateOrUpdate(IClustersOperations, String, String, String, Cluster)

在私人雲端中建立或更新叢集

BeginCreateOrUpdateAsync(IClustersOperations, String, String, String, Cluster, CancellationToken)

在私人雲端中建立或更新叢集

BeginDelete(IClustersOperations, String, String, String)

刪除私人雲端中的叢集

BeginDeleteAsync(IClustersOperations, String, String, String, CancellationToken)

刪除私人雲端中的叢集

BeginUpdate(IClustersOperations, String, String, String, ClusterUpdate)

更新私人雲端中的叢集

BeginUpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

更新私人雲端中的叢集

CreateOrUpdate(IClustersOperations, String, String, String, Cluster)

在私人雲端中建立或更新叢集

CreateOrUpdateAsync(IClustersOperations, String, String, String, Cluster, CancellationToken)

在私人雲端中建立或更新叢集

Delete(IClustersOperations, String, String, String)

刪除私人雲端中的叢集

DeleteAsync(IClustersOperations, String, String, String, CancellationToken)

刪除私人雲端中的叢集

Get(IClustersOperations, String, String, String)

依名稱取得私人雲端中的叢集

GetAsync(IClustersOperations, String, String, String, CancellationToken)

依名稱取得私人雲端中的叢集

List(IClustersOperations, String, String)

列出私人雲端中的叢集

ListAsync(IClustersOperations, String, String, CancellationToken)

列出私人雲端中的叢集

ListNext(IClustersOperations, String)

列出私人雲端中的叢集

ListNextAsync(IClustersOperations, String, CancellationToken)

列出私人雲端中的叢集

Update(IClustersOperations, String, String, String, ClusterUpdate)

更新私人雲端中的叢集

UpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

更新私人雲端中的叢集

適用於