共用方式為


TopicsOperationsExtensions Class

Definition

Extension methods for TopicsOperations.

public static class TopicsOperationsExtensions
type TopicsOperationsExtensions = class
Public Module TopicsOperationsExtensions
Inheritance
TopicsOperationsExtensions

Methods

CreateOrUpdate(ITopicsOperations, String, String, String, SBTopic)

Creates a topic in the specified namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

CreateOrUpdateAsync(ITopicsOperations, String, String, String, SBTopic, CancellationToken)

Creates a topic in the specified namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

CreateOrUpdateAuthorizationRule(ITopicsOperations, String, String, String, String, SBAuthorizationRule)

Creates an authorization rule for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

CreateOrUpdateAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, SBAuthorizationRule, CancellationToken)

Creates an authorization rule for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

Delete(ITopicsOperations, String, String, String)

Deletes a topic from the specified namespace and resource group. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

DeleteAsync(ITopicsOperations, String, String, String, CancellationToken)

Deletes a topic from the specified namespace and resource group. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

DeleteAuthorizationRule(ITopicsOperations, String, String, String, String)

Deletes a topic authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

DeleteAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, CancellationToken)

Deletes a topic authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

Get(ITopicsOperations, String, String, String)

Returns a description for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

GetAsync(ITopicsOperations, String, String, String, CancellationToken)

Returns a description for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

GetAuthorizationRule(ITopicsOperations, String, String, String, String)

Returns the specified authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

GetAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, CancellationToken)

Returns the specified authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

ListAuthorizationRules(ITopicsOperations, String, String, String)

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesAsync(ITopicsOperations, String, String, String, CancellationToken)

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesNext(ITopicsOperations, String)

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesNextAsync(ITopicsOperations, String, CancellationToken)

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListByNamespace(ITopicsOperations, String, String, Nullable<Int32>, Nullable<Int32>)

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceAsync(ITopicsOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceNext(ITopicsOperations, String)

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceNextAsync(ITopicsOperations, String, CancellationToken)

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListKeys(ITopicsOperations, String, String, String, String)

Gets the primary and secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

ListKeysAsync(ITopicsOperations, String, String, String, String, CancellationToken)

Gets the primary and secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

RegenerateKeys(ITopicsOperations, String, String, String, String, RegenerateAccessKeyParameters)

Regenerates primary or secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

RegenerateKeysAsync(ITopicsOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

Regenerates primary or secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

Applies to