VolumeFailoverMetadata Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VolumeFailoverMetadata() | |
VolumeFailoverMetadata(String, Nullable<VolumeType>, Nullable<Int64>, Nullable<DateTime>, String, String, String) |
VolumeFailoverMetadata()
public VolumeFailoverMetadata();
Public Sub New ()
Applies to
VolumeFailoverMetadata(String, Nullable<VolumeType>, Nullable<Int64>, Nullable<DateTime>, String, String, String)
public VolumeFailoverMetadata(string volumeId = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType? volumeType = default, long? sizeInBytes = default, DateTime? backupCreatedDate = default, string backupElementId = default, string backupId = default, string backupPolicyId = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeFailoverMetadata : string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType> * Nullable<int64> * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeFailoverMetadata
Public Sub New (Optional volumeId As String = Nothing, Optional volumeType As Nullable(Of VolumeType) = Nothing, Optional sizeInBytes As Nullable(Of Long) = Nothing, Optional backupCreatedDate As Nullable(Of DateTime) = Nothing, Optional backupElementId As String = Nothing, Optional backupId As String = Nothing, Optional backupPolicyId As String = Nothing)
Parameters
- volumeId
- String
- volumeType
- Nullable<VolumeType>
- backupElementId
- String
- backupId
- String
- backupPolicyId
- String
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET