Compartilhar via


UserAssignedIdentitiesOperationsExtensions.ListBySubscriptionNextAsync Método

Definição

Lista todos os userAssignedIdentities disponíveis na assinatura especificada.

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

Parâmetros

operations
IUserAssignedIdentitiesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a