VaultsOperationsExtensions.ListDeletedNext(IVaultsOperations, String) Méthode

Définition

Obtient des informations sur les coffres supprimés dans un abonnement.

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

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 à