Partilhar via


ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryProcessServerDetails Método

Definição

Inicializa uma nova instância de SiteRecoveryProcessServerDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProcessServerDetails SiteRecoveryProcessServerDetails (string id = default, string name = default, string biosId = default, Azure.Core.ResourceIdentifier fabricObjectId = default, string fqdn = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> ipAddresses = default, string version = default, DateTimeOffset? lastHeartbeatReceivedOn = default, long? totalMemoryInBytes = default, long? availableMemoryInBytes = default, long? usedMemoryInBytes = default, double? memoryUsagePercentage = default, long? totalSpaceInBytes = default, long? availableSpaceInBytes = default, long? usedSpaceInBytes = default, double? freeSpacePercentage = default, long? throughputUploadPendingDataInBytes = default, long? throughputInBytes = default, double? processorUsagePercentage = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus? throughputStatus = default, long? systemLoad = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus? systemLoadStatus = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus? diskUsageStatus = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus? memoryUsageStatus = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus? processorUsageStatus = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth? health = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> healthErrors = default, int? protectedItemCount = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth? historicHealth = default);
static member SiteRecoveryProcessServerDetails : string * string * string * Azure.Core.ResourceIdentifier * string * seq<System.Net.IPAddress> * string * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus> * Nullable<int64> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmComponentStatus> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth> * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> * Nullable<int> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProcessServerDetails
Public Shared Function SiteRecoveryProcessServerDetails (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 ipAddresses As IEnumerable(Of IPAddress) = Nothing, Optional version As String = Nothing, Optional lastHeartbeatReceivedOn As Nullable(Of DateTimeOffset) = Nothing, Optional totalMemoryInBytes As Nullable(Of Long) = Nothing, Optional availableMemoryInBytes As Nullable(Of Long) = Nothing, Optional usedMemoryInBytes As Nullable(Of Long) = Nothing, Optional memoryUsagePercentage As Nullable(Of Double) = Nothing, Optional totalSpaceInBytes As Nullable(Of Long) = Nothing, Optional availableSpaceInBytes As Nullable(Of Long) = Nothing, Optional usedSpaceInBytes As Nullable(Of Long) = Nothing, Optional freeSpacePercentage As Nullable(Of Double) = Nothing, Optional throughputUploadPendingDataInBytes As Nullable(Of Long) = Nothing, Optional throughputInBytes As Nullable(Of Long) = Nothing, Optional processorUsagePercentage As Nullable(Of Double) = Nothing, Optional throughputStatus As Nullable(Of RcmComponentStatus) = Nothing, Optional systemLoad As Nullable(Of Long) = Nothing, Optional systemLoadStatus As Nullable(Of RcmComponentStatus) = Nothing, Optional diskUsageStatus As Nullable(Of RcmComponentStatus) = Nothing, Optional memoryUsageStatus As Nullable(Of RcmComponentStatus) = Nothing, Optional processorUsageStatus As Nullable(Of RcmComponentStatus) = Nothing, Optional health As Nullable(Of SiteRecoveryProtectionHealth) = Nothing, Optional healthErrors As IEnumerable(Of SiteRecoveryHealthError) = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional historicHealth As Nullable(Of SiteRecoveryProtectionHealth) = Nothing) As SiteRecoveryProcessServerDetails

Parâmetros

id
String

A ID do servidor de processo.

name
String

O nome do servidor de processo.

biosId
String

A ID do Bios do servidor de processo.

fabricObjectId
ResourceIdentifier

A ID do objeto de malha.

fqdn
String

O servidor de processo Fqdn.

ipAddresses
IEnumerable<IPAddress>

A lista de endereços IP para comunicação com o componente RCM.

version
String

A versão.

lastHeartbeatReceivedOn
Nullable<DateTimeOffset>

A última pulsação recebida do servidor de processo.

totalMemoryInBytes
Nullable<Int64>

A memória total.

availableMemoryInBytes
Nullable<Int64>

A memória disponível.

usedMemoryInBytes
Nullable<Int64>

A memória usada.

memoryUsagePercentage
Nullable<Double>

O percentual de uso de memória.

totalSpaceInBytes
Nullable<Int64>

O espaço total em disco.

availableSpaceInBytes
Nullable<Int64>

O espaço em disco disponível.

usedSpaceInBytes
Nullable<Int64>

O espaço em disco usado.

freeSpacePercentage
Nullable<Double>

O percentual de espaço livre em disco.

throughputUploadPendingDataInBytes
Nullable<Int64>

O carregamento de dados pendentes em bytes.

throughputInBytes
Nullable<Int64>

A taxa de transferência em bytes.

processorUsagePercentage
Nullable<Double>

O percentual de uso do processador.

throughputStatus
Nullable<RcmComponentStatus>

A taxa de transferência status.

systemLoad
Nullable<Int64>

A carga do sistema.

systemLoadStatus
Nullable<RcmComponentStatus>

O status de carga do sistema.

diskUsageStatus
Nullable<RcmComponentStatus>

O uso do disco status.

memoryUsageStatus
Nullable<RcmComponentStatus>

O uso de memória status.

processorUsageStatus
Nullable<RcmComponentStatus>

O uso do processador status.

health
Nullable<SiteRecoveryProtectionHealth>

A integridade do servidor de processo.

healthErrors
IEnumerable<SiteRecoveryHealthError>

Os erros de integridade.

protectedItemCount
Nullable<Int32>

A contagem de itens protegidos.

historicHealth
Nullable<SiteRecoveryProtectionHealth>

A integridade histórica do servidor de processo com base na integridade nas últimas 24 horas.

Retornos

Uma nova SiteRecoveryProcessServerDetails instância para zombar.

Aplica-se a