ArmNetAppModelFactory.NetAppVolumeReplicationStatus Method

Definition

Initializes a new instance of NetAppVolumeReplicationStatus.

public static Azure.ResourceManager.NetApp.Models.NetAppVolumeReplicationStatus NetAppVolumeReplicationStatus(bool? isHealthy, Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus? relationshipStatus, Azure.ResourceManager.NetApp.Models.NetAppMirrorState? mirrorState = default, string totalProgress = default, string errorMessage = default);
static member NetAppVolumeReplicationStatus : Nullable<bool> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppMirrorState> * string * string -> Azure.ResourceManager.NetApp.Models.NetAppVolumeReplicationStatus
Public Shared Function NetAppVolumeReplicationStatus (isHealthy As Nullable(Of Boolean), relationshipStatus As Nullable(Of NetAppRelationshipStatus), Optional mirrorState As Nullable(Of NetAppMirrorState) = Nothing, Optional totalProgress As String = Nothing, Optional errorMessage As String = Nothing) As NetAppVolumeReplicationStatus

Parameters

isHealthy
Nullable<Boolean>

Replication health check.

relationshipStatus
Nullable<NetAppRelationshipStatus>

Status of the mirror relationship.

mirrorState
Nullable<NetAppMirrorState>

The mirror state property describes the current status of data replication for a replication. It provides insight into whether the data is actively being mirrored, if the replication process has been paused, or if it has yet to be initialized.

totalProgress
String

The progress of the replication.

errorMessage
String

Displays error message if the replication is in an error state.

Returns

A new NetAppVolumeReplicationStatus instance for mocking.

Applies to