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() |
Initializes a new instance of the VolumeFailoverMetadata class. |
VolumeFailoverMetadata(String, Nullable<VolumeType>, Nullable<Int64>, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the VolumeFailoverMetadata class. |
VolumeFailoverMetadata()
Initializes a new instance of the VolumeFailoverMetadata class.
public VolumeFailoverMetadata ();
Public Sub New ()
Applies to
VolumeFailoverMetadata(String, Nullable<VolumeType>, Nullable<Int64>, Nullable<DateTime>, String, String, String)
Initializes a new instance of the VolumeFailoverMetadata class.
public VolumeFailoverMetadata (string volumeId = default, Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeType? volumeType = default, long? sizeInBytes = default, DateTime? backupCreatedDate = default, string backupElementId = default, string backupId = default, string backupPolicyId = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeFailoverMetadata : string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeType> * Nullable<int64> * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.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
The path ID of the volume.
- volumeType
- Nullable<VolumeType>
The type of the volume. Possible values include: 'Tiered', 'Archival', 'LocallyPinned'
- backupElementId
- String
The path ID of the backup-element for this volume, inside the backup set.
- backupId
- String
The path ID of the backup set.
- backupPolicyId
- String
The path ID of the backup policy using which the snapshot was taken.
Applies to
Azure SDK for .NET