Partager via


ArmNetAppModelFactory.NetAppRestoreStatus Méthode

Définition

Initialise une nouvelle instance de 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

Paramètres

isHealthy
Nullable<Boolean>

Restaurer les status d’intégrité.

relationshipStatus
Nullable<NetAppRelationshipStatus>

État de la relation SnapMirror de restauration.

mirrorState
Nullable<NetAppMirrorState>

Status de la restauration.

unhealthyReason
String

Raison de la relation de restauration non saine.

errorMessage
String

Affiche un message d’erreur si la restauration est dans un état d’erreur.

totalTransferBytes
Nullable<Int64>

Affiche le nombre total d’octets transférés.

Retours

Une nouvelle NetAppRestoreStatus instance pour se moquer.

S’applique à