次の方法で共有


BackupElement コンストラクター

定義

オーバーロード

BackupElement()

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

BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>)

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

BackupElement()

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

public BackupElement ();
Public Sub New ()

適用対象

BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>)

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

public BackupElement (string elementId, string elementName, string elementType, long sizeInBytes, string volumeName, string volumeContainerId, Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeType? volumeType = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement : string * string * string * int64 * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeType> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement
Public Sub New (elementId As String, elementName As String, elementType As String, sizeInBytes As Long, volumeName As String, volumeContainerId As String, Optional volumeType As Nullable(Of VolumeType) = Nothing)

パラメーター

elementId
String

バックアップ要素を一意に識別するパス ID。

elementName
String

バックアップ要素の名前。

elementType
String

バックアップ要素の階層型。

sizeInBytes
Int64

バイト単位のサイズ。

volumeName
String

ボリュームの名前。

volumeContainerId
String

ボリューム コンテナーのパス ID。

volumeType
Nullable<VolumeType>

ボリュームの種類。 使用できる値は、'Tiered'、'Archival'、'LocallyPinned' です。

適用対象