次の方法で共有


CloneRequest コンストラクター

定義

オーバーロード

CloneRequest()

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

CloneRequest(String, String, IList<String>, BackupElement)

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

CloneRequest()

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

public CloneRequest ();
Public Sub New ()

適用対象

CloneRequest(String, String, IList<String>, BackupElement)

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

public CloneRequest (string targetDeviceId, string targetVolumeName, System.Collections.Generic.IList<string> targetAccessControlRecordIds, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement backupElement);
new Microsoft.Azure.Management.StorSimple8000Series.Models.CloneRequest : string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement -> Microsoft.Azure.Management.StorSimple8000Series.Models.CloneRequest
Public Sub New (targetDeviceId As String, targetVolumeName As String, targetAccessControlRecordIds As IList(Of String), backupElement As BackupElement)

パラメーター

targetDeviceId
String

複製ターゲットとして機能するデバイスのパス ID。

targetVolumeName
String

作成され、バックアップが複製される新しいボリュームの名前。

targetAccessControlRecordIds
IList<String>

新しい複製ボリュームに関連付けるアクセス制御レコードのパス ID のリスト。

backupElement
BackupElement

複製されるバックアップ要素。

適用対象