Freigeben über


SubscriptionsOperationsExtensions.ListByTopicAsync Methode

Definition

Listet alle Abonnements unter einem angegebenen Thema auf. https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Fluent.Models.SubscriptionInner>> ListByTopicAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.ISubscriptionsOperations operations, string resourceGroupName, string namespaceName, string topicName, System.Threading.CancellationToken cancellationToken = default);
static member ListByTopicAsync : Microsoft.Azure.Management.ServiceBus.Fluent.ISubscriptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Fluent.Models.SubscriptionInner>>
<Extension()>
Public Function ListByTopicAsync (operations As ISubscriptionsOperations, resourceGroupName As String, namespaceName As String, topicName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SubscriptionInner))

Parameter

operations
ISubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

topicName
String

Der Name des Themas.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: