Compartir a través de


VaultsOperationsExtensions.PurgeDeleted Método

Definición

Elimina permanentemente el almacén especificado. también conocido como Purga el almacén de claves de Azure eliminado.

public static void PurgeDeleted (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string vaultName, string location);
static member PurgeDeleted : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string * string -> unit
<Extension()>
Public Sub PurgeDeleted (operations As IVaultsOperations, vaultName As String, location As String)

Parámetros

operations
IVaultsOperations

El grupo de operaciones de este método de extensión.

vaultName
String

Nombre del almacén eliminado temporalmente.

location
String

Ubicación del almacén eliminado temporalmente.

Se aplica a