Partager via


ArmRecoveryServicesSiteRecoveryModelFactory.ReprotectAgentDetails Méthode

Définition

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

Paramètres

id
String

ID de l’agent de reprotéger.

name
String

Nom de l’agent de reprotéger.

biosId
String

Id bios de l’agent de reprotéger.

fabricObjectId
ResourceIdentifier

ID de l’objet fabric.

fqdn
String

Fqdn de l’agent de reprotéger.

version
String

Version.

lastHeartbeatReceivedOn
Nullable<DateTimeOffset>

Dernière pulsation reçue de l’agent de reprotection.

health
Nullable<SiteRecoveryProtectionHealth>

Intégrité de l’agent de reprotéger.

healthErrors
IEnumerable<SiteRecoveryHealthError>

Erreurs d’intégrité.

protectedItemCount
Nullable<Int32>

Nombre d’éléments protégés.

accessibleDatastores
IEnumerable<String>

Liste des magasins de données accessibles extraits de la découverte.

vCenterId
String

ID Vcenter.

last
Nullable<DateTimeOffset>

Dernière fois où les informations SDS ont été découvertes dans SRS.

Retours

Une nouvelle ReprotectAgentDetails instance de moqueries.

S’applique à