Partager via


PartnerNamespacesOperationsExtensions.ListByResourceGroupNextAsync Méthode

Définition

Répertoriez les espaces de noms partenaires sous un groupe de ressources.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.EventGrid.IPartnerNamespacesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.EventGrid.IPartnerNamespacesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IPartnerNamespacesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PartnerNamespace))

Paramètres

operations
IPartnerNamespacesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertoriez tous les espaces de noms partenaires sous un groupe de ressources.

S’applique à