BackupElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET