VolumeFailoverMetadata Constructors

Definition

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'

sizeInBytes
Nullable<Int64>

The size of the volume in bytes at the time the snapshot was taken.

backupCreatedDate
Nullable<DateTime>

The date at which the snapshot was taken.

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