CreateOrUpdate(ITopicsOperations, String, String, String, SBTopic)
|
在指定的命名空间中创建主题。
https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx
|
CreateOrUpdateAsync(ITopicsOperations, String, String, String, SBTopic, CancellationToken)
|
在指定的命名空间中创建主题。
https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx
|
CreateOrUpdateAuthorizationRule(ITopicsOperations, String, String, String, String, SBAuthorizationRule)
|
为指定主题创建授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx
|
CreateOrUpdateAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, SBAuthorizationRule, CancellationToken)
|
为指定主题创建授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx
|
Delete(ITopicsOperations, String, String, String)
|
从指定的命名空间和资源组中删除主题。
https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx
|
DeleteAsync(ITopicsOperations, String, String, String, CancellationToken)
|
从指定的命名空间和资源组中删除主题。
https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx
|
DeleteAuthorizationRule(ITopicsOperations, String, String, String, String)
|
删除主题授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx
|
DeleteAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, CancellationToken)
|
删除主题授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx
|
Get(ITopicsOperations, String, String, String)
|
返回指定主题的说明。
https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx
|
GetAsync(ITopicsOperations, String, String, String, CancellationToken)
|
返回指定主题的说明。
https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx
|
GetAuthorizationRule(ITopicsOperations, String, String, String, String)
|
返回指定的授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx
|
GetAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, CancellationToken)
|
返回指定的授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx
|
ListAuthorizationRules(ITopicsOperations, String, String, String)
|
获取主题的授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx
|
ListAuthorizationRulesAsync(ITopicsOperations, String, String, String, CancellationToken)
|
获取主题的授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx
|
ListAuthorizationRulesNext(ITopicsOperations, String)
|
获取主题的授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx
|
ListAuthorizationRulesNextAsync(ITopicsOperations, String, CancellationToken)
|
获取主题的授权规则。
https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx
|
ListByNamespace(ITopicsOperations, String, String, Nullable<Int32>, Nullable<Int32>)
|
获取命名空间中的所有主题。
https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx
|
ListByNamespaceAsync(ITopicsOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
|
获取命名空间中的所有主题。
https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx
|
ListByNamespaceNext(ITopicsOperations, String)
|
获取命名空间中的所有主题。
https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx
|
ListByNamespaceNextAsync(ITopicsOperations, String, CancellationToken)
|
获取命名空间中的所有主题。
https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx
|
ListKeys(ITopicsOperations, String, String, String, String)
|
获取主题的主连接字符串和辅助连接字符串。
https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx
|
ListKeysAsync(ITopicsOperations, String, String, String, String, CancellationToken)
|
获取主题的主连接字符串和辅助连接字符串。
https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx
|
RegenerateKeys(ITopicsOperations, String, String, String, String, RegenerateAccessKeyParameters)
|
为主题重新生成主连接字符串或辅助连接字符串。
https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx
|
RegenerateKeysAsync(ITopicsOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)
|
为主题重新生成主连接字符串或辅助连接字符串。
https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx
|