你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BackupElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BackupElement() | |
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>) |
BackupElement()
public BackupElement ();
Public Sub New ()
适用于
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>)
public BackupElement (string elementId, string elementName, string elementType, long sizeInBytes, string volumeName, string volumeContainerId, Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType? volumeType = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupElement : string * string * string * int64 * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType> -> Microsoft.Azure.Management.StorSimple.Fluent.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
- elementName
- String
- elementType
- String
- sizeInBytes
- Int64
- volumeName
- String
- volumeContainerId
- String
- volumeType
- Nullable<VolumeType>