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

IQueuesOperations 接口

定义

QueuesOperations 操作。

public interface IQueuesOperations
type IQueuesOperations = interface
Public Interface IQueuesOperations

方法

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, IList<Nullable<AccessRights>>, Dictionary<String, List<String>>, CancellationToken)

为队列创建授权规则。

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

创建或更新服务总线队列。 此操作是幂等的。 https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx

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

删除队列授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx

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

从资源组中的指定命名空间中删除队列。 https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx

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

按规则名称获取队列的授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx

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

返回指定队列的说明。 https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx

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

获取队列的所有授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

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

获取队列的所有授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

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

获取命名空间中的队列。 https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

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

获取命名空间中的队列。 https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

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

队列的主连接字符串和辅助连接字符串。 https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx

RegenerateKeysWithHttpMessagesAsync(String, String, String, String, Nullable<Policykey>, Dictionary<String,List<String>>, CancellationToken)

将主连接字符串或辅助连接字符串重新生成到队列。 https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx

扩展方法

CreateOrUpdateAsync(IQueuesOperations, String, String, String, QueueInner, CancellationToken)

创建或更新服务总线队列。 此操作是幂等的。 https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx

CreateOrUpdateAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, IList<Nullable<AccessRights>>, CancellationToken)

为队列创建授权规则。

DeleteAsync(IQueuesOperations, String, String, String, CancellationToken)

从资源组中的指定命名空间中删除队列。 https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx

DeleteAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, CancellationToken)

删除队列授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx

GetAsync(IQueuesOperations, String, String, String, CancellationToken)

返回指定队列的说明。 https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx

GetAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, CancellationToken)

按规则名称获取队列的授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx

ListAuthorizationRulesAsync(IQueuesOperations, String, String, String, CancellationToken)

获取队列的所有授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

ListAuthorizationRulesNextAsync(IQueuesOperations, String, CancellationToken)

获取队列的所有授权规则。 https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

ListByNamespaceAsync(IQueuesOperations, String, String, CancellationToken)

获取命名空间中的队列。 https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

ListByNamespaceNextAsync(IQueuesOperations, String, CancellationToken)

获取命名空间中的队列。 https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

ListKeysAsync(IQueuesOperations, String, String, String, String, CancellationToken)

队列的主连接字符串和辅助连接字符串。 https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx

RegenerateKeysAsync(IQueuesOperations, String, String, String, String, Nullable<Policykey>, CancellationToken)

将主连接字符串或辅助连接字符串重新生成到队列。 https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx

适用于