Freigeben über


PartnerNamespacesOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Auflisten von Partnernamespaces unter einer Ressourcengruppe.

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))

Parameter

operations
IPartnerNamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Partnernamespaces unter einer Ressourcengruppe auf.

Gilt für: