Compartilhar via


ArmNetAppModelFactory.NetAppRestoreStatus Método

Definição

Inicializa uma nova instância 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

Parâmetros

isHealthy
Nullable<Boolean>

Restaurar status de integridade.

relationshipStatus
Nullable<NetAppRelationshipStatus>

Status da relação de restauração do SnapMirror.

mirrorState
Nullable<NetAppMirrorState>

O status da restauração.

unhealthyReason
String

Motivo para a relação de restauração não íntegra.

errorMessage
String

Exibe a mensagem de erro se a restauração estiver em um estado de erro.

totalTransferBytes
Nullable<Int64>

Exibe o total de bytes transferidos.

Retornos

Uma nova NetAppRestoreStatus instância para simulação.

Aplica-se a