Partilhar via


ArmRecoveryServicesSiteRecoveryModelFactory.InMageProtectedDiskDetails Método

Definição

Inicializa uma nova instância de InMageProtectedDiskDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageProtectedDiskDetails InMageProtectedDiskDetails (string diskId = default, string diskName = default, string protectionStage = default, string healthErrorCode = default, long? rpoInSeconds = default, string resyncRequired = default, int? resyncProgressPercentage = default, long? resyncDurationInSeconds = default, long? diskCapacityInBytes = default, long? fileSystemCapacityInBytes = default, double? sourceDataInMB = default, double? psDataInMB = default, double? targetDataInMB = default, string diskResized = default, DateTimeOffset? lastRpoCalculatedOn = default, long? resyncProcessedBytes = default, long? resyncTotalTransferredBytes = default, long? resyncLast15MinutesTransferredBytes = default, DateTimeOffset? resyncLastDataTransferTimeUTC = default, DateTimeOffset? resyncStartOn = default, string progressHealth = default, string progressStatus = default);
static member InMageProtectedDiskDetails : string * string * string * string * Nullable<int64> * string * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<double> * Nullable<double> * string * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageProtectedDiskDetails
Public Shared Function InMageProtectedDiskDetails (Optional diskId As String = Nothing, Optional diskName As String = Nothing, Optional protectionStage As String = Nothing, Optional healthErrorCode As String = Nothing, Optional rpoInSeconds As Nullable(Of Long) = Nothing, Optional resyncRequired As String = Nothing, Optional resyncProgressPercentage As Nullable(Of Integer) = Nothing, Optional resyncDurationInSeconds As Nullable(Of Long) = Nothing, Optional diskCapacityInBytes As Nullable(Of Long) = Nothing, Optional fileSystemCapacityInBytes As Nullable(Of Long) = Nothing, Optional sourceDataInMB As Nullable(Of Double) = Nothing, Optional psDataInMB As Nullable(Of Double) = Nothing, Optional targetDataInMB As Nullable(Of Double) = Nothing, Optional diskResized As String = Nothing, Optional lastRpoCalculatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional resyncProcessedBytes As Nullable(Of Long) = Nothing, Optional resyncTotalTransferredBytes As Nullable(Of Long) = Nothing, Optional resyncLast15MinutesTransferredBytes As Nullable(Of Long) = Nothing, Optional resyncLastDataTransferTimeUTC As Nullable(Of DateTimeOffset) = Nothing, Optional resyncStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional progressHealth As String = Nothing, Optional progressStatus As String = Nothing) As InMageProtectedDiskDetails

Parâmetros

diskId
String

A ID do disco.

diskName
String

O nome do disco.

protectionStage
String

O estágio de proteção.

healthErrorCode
String

O código de erro de integridade do disco.

rpoInSeconds
Nullable<Int64>

O RPO em segundos.

resyncRequired
String

Um valor que indica se a ressincronização é necessária para esse disco.

resyncProgressPercentage
Nullable<Int32>

O percentual de progresso de ressincronização.

resyncDurationInSeconds
Nullable<Int64>

A duração de ressincronização em segundos.

diskCapacityInBytes
Nullable<Int64>

A capacidade do disco em bytes.

fileSystemCapacityInBytes
Nullable<Int64>

A capacidade do sistema de arquivos em bytes.

sourceDataInMB
Nullable<Double>

O trânsito de dados de origem em MB.

psDataInMB
Nullable<Double>

O trânsito de dados PS em MB.

targetDataInMB
Nullable<Double>

O trânsito de dados de destino em MB.

diskResized
String

Um valor que indica se o disco é redimensionado.

lastRpoCalculatedOn
Nullable<DateTimeOffset>

O último tempo calculado do RPO.

resyncProcessedBytes
Nullable<Int64>

Os bytes processados novamente.

resyncTotalTransferredBytes
Nullable<Int64>

O total de bytes transferidos novamente.

resyncLast15MinutesTransferredBytes
Nullable<Int64>

Os últimos 15 minutos de ressincronização transferiram bytes.

resyncLastDataTransferTimeUTC
Nullable<DateTimeOffset>

O último tempo de transferência de dados em UTC.

resyncStartOn
Nullable<DateTimeOffset>

A hora de início de ressincronização.

progressHealth
String

A Integridade do Progresso.

progressStatus
String

O Status do Progresso.

Retornos

Uma nova InMageProtectedDiskDetails instância para zombar.

Aplica-se a