次の方法で共有


DeletedAccount コンストラクター

定義

オーバーロード

DeletedAccount()

DeletedAccount クラスの新しいインスタンスを初期化します。

DeletedAccount(String, String, String, String, String, String, String, String)

DeletedAccount クラスの新しいインスタンスを初期化します。

DeletedAccount()

DeletedAccount クラスの新しいインスタンスを初期化します。

public DeletedAccount ();
Public Sub New ()

適用対象

DeletedAccount(String, String, String, String, String, String, String, String)

DeletedAccount クラスの新しいインスタンスを初期化します。

public DeletedAccount (string id = default, string name = default, string type = default, string storageAccountResourceId = default, string location = default, string restoreReference = default, string creationTime = default, string deletionTime = default);
new Microsoft.Azure.Management.Storage.Models.DeletedAccount : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Models.DeletedAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional storageAccountResourceId As String = Nothing, Optional location As String = Nothing, Optional restoreReference As String = Nothing, Optional creationTime As String = Nothing, Optional deletionTime As String = Nothing)

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

storageAccountResourceId
String

元のストレージ アカウントの完全なリソース ID。

location
String

削除されたアカウントの場所。

restoreReference
String

PutStorageAccount API を使用して、この削除されたアカウントの回復を試みるために使用できます。

creationTime
String

削除されたアカウントの作成時刻。

deletionTime
String

削除されたアカウントの削除時刻。

適用対象