VaultsOperationsExtensions.ListNextAsync Méthode

Définition

L’opération List obtient des informations sur les coffres associés à l’abonnement.

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

Paramètres

operations
IVaultsOperations

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 à