你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IClustersOperations 接口

定义

ClustersOperations 操作。

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

方法

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

创建或更新事件中心群集的实例。

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

删除现有的事件中心群集。 此操作是幂等的。

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

修改事件中心群集上的可变属性。 此操作是幂等的。

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

创建或更新事件中心群集的实例。

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

删除现有的事件中心群集。 此操作是幂等的。

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

获取指定事件中心群集的资源说明。

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

列出可用预配置事件中心群集的数量,按 Azure 区域编制索引。

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

列出 ARM 资源组中可用的事件中心群集

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

列出 ARM 资源组中可用的事件中心群集

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

列出 ARM 资源组中可用的事件中心群集

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

列出 ARM 资源组中可用的事件中心群集

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

列出事件中心专用群集中的所有事件中心命名空间 ID。

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

修改事件中心群集上的可变属性。 此操作是幂等的。

扩展方法

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

创建或更新事件中心群集的实例。

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

创建或更新事件中心群集的实例。

BeginDelete(IClustersOperations, String, String)

删除现有的事件中心群集。 此操作是幂等的。

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

删除现有的事件中心群集。 此操作是幂等的。

BeginUpdate(IClustersOperations, String, String, Cluster)

修改事件中心群集上的可变属性。 此操作是幂等的。

BeginUpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

修改事件中心群集上的可变属性。 此操作是幂等的。

CreateOrUpdate(IClustersOperations, String, String, Cluster)

创建或更新事件中心群集的实例。

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

创建或更新事件中心群集的实例。

Delete(IClustersOperations, String, String)

删除现有的事件中心群集。 此操作是幂等的。

DeleteAsync(IClustersOperations, String, String, CancellationToken)

删除现有的事件中心群集。 此操作是幂等的。

Get(IClustersOperations, String, String)

获取指定事件中心群集的资源说明。

GetAsync(IClustersOperations, String, String, CancellationToken)

获取指定事件中心群集的资源说明。

ListAvailableClusterRegion(IClustersOperations)

列出可用预配置事件中心群集的数量,按 Azure 区域编制索引。

ListAvailableClusterRegionAsync(IClustersOperations, CancellationToken)

列出可用预配置事件中心群集的数量,按 Azure 区域编制索引。

ListByResourceGroup(IClustersOperations, String)

列出 ARM 资源组中可用的事件中心群集

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

列出 ARM 资源组中可用的事件中心群集

ListByResourceGroupNext(IClustersOperations, String)

列出 ARM 资源组中可用的事件中心群集

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

列出 ARM 资源组中可用的事件中心群集

ListBySubscription(IClustersOperations)

列出 ARM 资源组中可用的事件中心群集

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

列出 ARM 资源组中可用的事件中心群集

ListBySubscriptionNext(IClustersOperations, String)

列出 ARM 资源组中可用的事件中心群集

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

列出 ARM 资源组中可用的事件中心群集

ListNamespaces(IClustersOperations, String, String)

列出事件中心专用群集中的所有事件中心命名空间 ID。

ListNamespacesAsync(IClustersOperations, String, String, CancellationToken)

列出事件中心专用群集中的所有事件中心命名空间 ID。

Update(IClustersOperations, String, String, Cluster)

修改事件中心群集上的可变属性。 此操作是幂等的。

UpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

修改事件中心群集上的可变属性。 此操作是幂等的。

适用于