Compartilhar via


ArmRecoveryServicesSiteRecoveryModelFactory.ReprotectAgentDetails Método

Definição

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

Parâmetros

id
String

A ID do agente de nova proteção.

name
String

O nome do agente de nova proteção.

biosId
String

A ID de Bios do agente de nova proteção.

fabricObjectId
ResourceIdentifier

A ID do objeto de malha.

fqdn
String

O agente de proteção novamente Fqdn.

version
String

A versão.

lastHeartbeatReceivedOn
Nullable<DateTimeOffset>

A última pulsação recebida do agente de nova proteção.

health
Nullable<SiteRecoveryProtectionHealth>

A integridade do agente de nova proteção.

healthErrors
IEnumerable<SiteRecoveryHealthError>

Os erros de integridade.

protectedItemCount
Nullable<Int32>

A contagem de itens protegidos.

accessibleDatastores
IEnumerable<String>

A lista de armazenamentos de dados acessíveis buscados a partir da descoberta.

vCenterId
String

A ID do Vcenter.

last
Nullable<DateTimeOffset>

A última vez em que as informações do SDS foram descobertas no SRS.

Retornos

Uma nova ReprotectAgentDetails instância para zombar.

Aplica-se a