Freigeben über


UserAssignedIdentitiesOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Listet alle userAssignedIdentities auf, die unter der angegebenen ResourceGroup verfügbar sind.

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

Parameter

operations
IUserAssignedIdentitiesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: