VaultsOperationsExtensions.GetDeleted メソッド

定義

削除された Azure キー コンテナーを取得します。

public static Microsoft.Azure.Management.KeyVault.Models.DeletedVault GetDeleted (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string vaultName, string location);
static member GetDeleted : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string * string -> Microsoft.Azure.Management.KeyVault.Models.DeletedVault
<Extension()>
Public Function GetDeleted (operations As IVaultsOperations, vaultName As String, location As String) As DeletedVault

パラメーター

operations
IVaultsOperations

この拡張メソッドの操作グループ。

vaultName
String

コンテナーの名前。

location
String

削除されたコンテナーの場所。

戻り値

適用対象