次の方法で共有


IdentityBasedRestoreDetails コンストラクター

定義

オーバーロード

IdentityBasedRestoreDetails()

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

IdentityBasedRestoreDetails(String, String)

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

IdentityBasedRestoreDetails()

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

public IdentityBasedRestoreDetails ();
Public Sub New ()

適用対象

IdentityBasedRestoreDetails(String, String)

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

public IdentityBasedRestoreDetails (string objectType = default, string targetStorageAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.IdentityBasedRestoreDetails : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.IdentityBasedRestoreDetails
Public Sub New (Optional objectType As String = Nothing, Optional targetStorageAccountId As String = Nothing)

パラメーター

objectType
String

クラス型を取得します。

targetStorageAccountId
String

ターゲット ストレージ アカウントの完全修飾 ARM ID。

適用対象