ArmNetAppModelFactory.NetAppVolumeReplicationStatus Method
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.
Initializes a new instance of NetAppVolumeReplicationStatus.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeReplicationStatus NetAppVolumeReplicationStatus(bool? isHealthy = default, Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus? relationshipStatus = default, 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 (Optional isHealthy As Nullable(Of Boolean) = Nothing, Optional relationshipStatus As Nullable(Of NetAppRelationshipStatus) = Nothing, Optional mirrorState As Nullable(Of NetAppMirrorState) = Nothing, Optional totalProgress As String = Nothing, Optional errorMessage As String = Nothing) As NetAppVolumeReplicationStatus
Parameters
- relationshipStatus
- Nullable<NetAppRelationshipStatus>
Status of the mirror relationship.
- mirrorState
- Nullable<NetAppMirrorState>
The status of the replication.
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET