VaultsOperationsExtensions.ListNext(IVaultsOperations, String) Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Resource> ListNext (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Resource>
<Extension()>
Public Function ListNext (operations As IVaultsOperations, nextPageLink As String) As IPage(Of Resource)

Paramètres

operations
IVaultsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à