Freigeben über


ArmNetAppModelFactory.NetAppRestoreStatus Methode

Definition

Initialisiert eine neue instance von NetAppRestoreStatus.

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

Parameter

isHealthy
Nullable<Boolean>

Stellen Sie status wieder her.

relationshipStatus
Nullable<NetAppRelationshipStatus>

Status der SnapMirror-Beziehung wiederherstellen.

mirrorState
Nullable<NetAppMirrorState>

Die status der Wiederherstellung.

unhealthyReason
String

Grund für die fehlerhafte Wiederherstellungsbeziehung.

errorMessage
String

Zeigt eine Fehlermeldung an, wenn sich die Wiederherstellung in einem Fehlerzustand befindet.

totalTransferBytes
Nullable<Int64>

Zeigt die Gesamtzahl der übertragenen Bytes an.

Gibt zurück

Eine neue NetAppRestoreStatus instance zum Mocking.

Gilt für: