Beispiel #1
0
 /// <summary>
 /// Gets the deleted Azure key vault.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='vaultName'>
 /// The name of the vault.
 /// </param>
 /// <param name='location'>
 /// The location of the deleted vault.
 /// </param>
 public static DeletedVault GetDeleted(this IVaultsOperations operations, string vaultName, string location)
 {
     return(operations.GetDeletedAsync(vaultName, location).GetAwaiter().GetResult());
 }