ArmNetAppModelFactory.NetAppVolumeBackupStatus Method

Definition

Initializes a new instance of Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus.

public static Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus NetAppVolumeBackupStatus (bool? isHealthy = default, Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus? relationshipStatus = default, Azure.ResourceManager.NetApp.Models.NetAppMirrorState? mirrorState = default, string unhealthyReason = default, string errorMessage = default, long? lastTransferSize = default, string lastTransferType = default, long? totalTransferBytes = default, long? transferProgressBytes = default);
static member NetAppVolumeBackupStatus : Nullable<bool> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppMirrorState> * string * string * Nullable<int64> * string * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus
Public Shared Function NetAppVolumeBackupStatus (Optional isHealthy As Nullable(Of Boolean) = Nothing, Optional relationshipStatus As Nullable(Of NetAppRelationshipStatus) = Nothing, Optional mirrorState As Nullable(Of NetAppMirrorState) = 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, Optional transferProgressBytes As Nullable(Of Long) = Nothing) As NetAppVolumeBackupStatus

Parameters

isHealthy
Nullable<Boolean>

Backup health status.

relationshipStatus
Nullable<NetAppRelationshipStatus>

Status of the backup mirror relationship.

mirrorState
Nullable<NetAppMirrorState>

The status of the backup.

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.

transferProgressBytes
Nullable<Int64>

Displays the total number of bytes transferred for the ongoing operation.

Returns

Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus

A new Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus instance for mocking.

Applies to