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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET