BackupStatus2023_07_01 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
BackupStatus2023_07_01() |
Initializes a new instance of the BackupStatus class. |
BackupStatus2023_07_01(Nullable<Boolean>, String, String, String, String, Nullable<Int64>, String, Nullable<Int64>) |
Initializes a new instance of the BackupStatus class. |
BackupStatus2023_07_01()
Initializes a new instance of the BackupStatus class.
public BackupStatus2023_07_01 ();
Public Sub New ()
Applies to
BackupStatus2023_07_01(Nullable<Boolean>, String, String, String, String, Nullable<Int64>, String, Nullable<Int64>)
Initializes a new instance of the BackupStatus class.
public BackupStatus2023_07_01 (bool? healthy = default, string relationshipStatus = default, string mirrorState = default, string unhealthyReason = default, string errorMessage = default, long? lastTransferSize = default, string lastTransferType = default, long? totalTransferBytes = default);
new Microsoft.Azure.Management.NetApp.Models.BackupStatus2023_07_01 : Nullable<bool> * string * string * string * string * Nullable<int64> * string * Nullable<int64> -> Microsoft.Azure.Management.NetApp.Models.BackupStatus2023_07_01
Public Sub New (Optional healthy As Nullable(Of Boolean) = Nothing, Optional relationshipStatus As String = Nothing, Optional mirrorState As String = Nothing, Optional unhealthyReason As String = Nothing, Optional errorMessage As String = Nothing, Optional lastTransferSize As Nullable(Of Long) = Nothing, Optional lastTransferType As String = Nothing, Optional totalTransferBytes As Nullable(Of Long) = Nothing)
Parameters
- relationshipStatus
- String
Status of the backup mirror relationship Possible values include: 'Idle', 'Transferring'
- mirrorState
- String
The status of the backup Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
- unhealthyReason
- String
Reason for the unhealthy backup relationship
- errorMessage
- String
Displays error message if the backup is in an error state
- lastTransferType
- String
Displays the last transfer type