次の方法で共有


CSMRestoreRequestProperties コンストラクター

定義

オーバーロード

CSMRestoreRequestProperties()

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

CSMRestoreRequestProperties(String, String)

必要な引数を使用して CSMRestoreRequestProperties クラスの新しいインスタンスを初期化します。

CSMRestoreRequestProperties()

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

public CSMRestoreRequestProperties ();
Public Sub New ()

適用対象

CSMRestoreRequestProperties(String, String)

必要な引数を使用して CSMRestoreRequestProperties クラスの新しいインスタンスを初期化します。

public CSMRestoreRequestProperties (string typeOfRecovery, string recoveryDSTypeSpecificInputs);
new Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequestProperties : string * string -> Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequestProperties
Public Sub New (typeOfRecovery As String, recoveryDSTypeSpecificInputs As String)

パラメーター

typeOfRecovery
String
recoveryDSTypeSpecificInputs
String

適用対象