次の方法で共有


ArmRecoveryServicesSiteRecoveryModelFactory.ReprotectAgentDetails メソッド

定義

ReprotectAgentDetails の新しいインスタンスを初期化します。

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReprotectAgentDetails ReprotectAgentDetails (string id = default, string name = default, string biosId = default, Azure.Core.ResourceIdentifier fabricObjectId = default, string fqdn = default, string version = default, DateTimeOffset? lastHeartbeatReceivedOn = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth? health = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> healthErrors = default, int? protectedItemCount = default, System.Collections.Generic.IEnumerable<string> accessibleDatastores = default, string vCenterId = default, DateTimeOffset? last = default);
static member ReprotectAgentDetails : string * string * string * Azure.Core.ResourceIdentifier * string * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth> * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> * Nullable<int> * seq<string> * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReprotectAgentDetails
Public Shared Function ReprotectAgentDetails (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As ResourceIdentifier = Nothing, Optional fqdn As String = Nothing, Optional version As String = Nothing, Optional lastHeartbeatReceivedOn As Nullable(Of DateTimeOffset) = Nothing, Optional health As Nullable(Of SiteRecoveryProtectionHealth) = Nothing, Optional healthErrors As IEnumerable(Of SiteRecoveryHealthError) = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional accessibleDatastores As IEnumerable(Of String) = Nothing, Optional vCenterId As String = Nothing, Optional last As Nullable(Of DateTimeOffset) = Nothing) As ReprotectAgentDetails

パラメーター

id
String

再保護エージェント ID。

name
String

再保護エージェント名。

biosId
String

再保護エージェントの Bios ID。

fabricObjectId
ResourceIdentifier

ファブリック オブジェクト ID。

fqdn
String

再保護エージェントの Fqdn。

version
String

バージョン。

lastHeartbeatReceivedOn
Nullable<DateTimeOffset>

再保護エージェントから最後に受信したハートビート。

health
Nullable<SiteRecoveryProtectionHealth>

再保護エージェントの正常性。

healthErrors
IEnumerable<SiteRecoveryHealthError>

正常性エラー。

protectedItemCount
Nullable<Int32>

保護された項目数。

accessibleDatastores
IEnumerable<String>

検出からフェッチされたアクセス可能なデータストアの一覧。

vCenterId
String

Vcenter ID。

last
Nullable<DateTimeOffset>

SRS で SDS 情報が最後に検出された時刻。

戻り値

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

適用対象