Sdílet prostřednictvím


BackupStatus2023_07_01 Constructors

Definition

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

healthy
Nullable<Boolean>

Backup health status

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

lastTransferSize
Nullable<Int64>

Displays the last transfer size

lastTransferType
String

Displays the last transfer type

totalTransferBytes
Nullable<Int64>

Displays the total bytes transferred

Applies to