Partager via


SubscriptionsOperationsExtensions.ListByTopicAsync Méthode

Définition

Répertoriez tous les abonnements sous une rubrique spécifiée. https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

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

Paramètres

operations
ISubscriptionsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement Azure.

namespaceName
String

Nom de l’espace de noms

topicName
String

Nom de la rubrique.

skip
Nullable<Int32>

Skip est utilisé uniquement si une opération précédente a retourné un résultat partiel. Si une réponse précédente contient un élément nextLink, la valeur de l’élément nextLink inclut un paramètre skip qui spécifie un point de départ à utiliser pour les appels suivants.

top
Nullable<Int32>

Peut être utilisé pour limiter le nombre de résultats aux N usageDetails les plus récents.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à