Share via


DeletedAccountsOperationsExtensions.Get メソッド

定義

指定した削除されたアカウント リソースのプロパティを取得します。

public static Microsoft.Azure.Management.Storage.Models.DeletedAccount Get (this Microsoft.Azure.Management.Storage.IDeletedAccountsOperations operations, string deletedAccountName, string location);
static member Get : Microsoft.Azure.Management.Storage.IDeletedAccountsOperations * string * string -> Microsoft.Azure.Management.Storage.Models.DeletedAccount
<Extension()>
Public Function Get (operations As IDeletedAccountsOperations, deletedAccountName As String, location As String) As DeletedAccount

パラメーター

operations
IDeletedAccountsOperations

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

deletedAccountName
String

削除されたストレージ アカウントの名前。

location
String

削除されたストレージ アカウントの場所。

戻り値

適用対象