Пример #1
0
 /// <summary>
 /// Permanently deletes the specified vault. aka Purges the deleted Azure key
 /// vault.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='vaultName'>
 /// The name of the soft-deleted vault.
 /// </param>
 /// <param name='location'>
 /// The location of the soft-deleted vault.
 /// </param>
 public static void BeginPurgeDeleted(this IVaultsOperations operations, string vaultName, string location)
 {
     operations.BeginPurgeDeletedAsync(vaultName, location).GetAwaiter().GetResult();
 }