Freigeben über


PartnerRegistrationsOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Auflisten von Partnerregistrierungen unter einer Ressourcengruppe.

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

Parameter

operations
IPartnerRegistrationsOperations

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 Partnerregistrierungen unter einer Ressourcengruppe auf.

Gilt für: