次の方法で共有


ArmNetAppModelFactory.NetAppRestoreStatus メソッド

定義

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

パラメーター

isHealthy
Nullable<Boolean>

正常性状態を復元します。

relationshipStatus
Nullable<NetAppRelationshipStatus>

復元 SnapMirror リレーションシップの状態。

mirrorState
Nullable<NetAppMirrorState>

復元の状態。

unhealthyReason
String

異常な復元関係の理由。

errorMessage
String

復元がエラー状態の場合にエラー メッセージを表示します。

totalTransferBytes
Nullable<Int64>

転送された合計バイト数を表示します。

戻り値

モック作成用の新しい NetAppRestoreStatus インスタンス。

適用対象