Partager via


UserAssignedIdentitiesOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorie tous les userAssignedIdentities disponibles sous l’abonnement spécifié.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : 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 ListBySubscriptionNextAsync (operations As IUserAssignedIdentitiesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Identity))

Paramètres

operations
IUserAssignedIdentitiesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à