ArmRecoveryServicesSiteRecoveryModelFactory.InMageAzureV2ProtectedDiskDetails Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de InMageAzureV2ProtectedDiskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2ProtectedDiskDetails InMageAzureV2ProtectedDiskDetails (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? sourceDataInMegaBytes = default, double? psDataInMegaBytes = default, double? targetDataInMegaBytes = default, string diskResized = default, DateTimeOffset? lastRpoCalculatedOn = default, long? resyncProcessedBytes = default, long? resyncTotalTransferredBytes = default, long? resyncLast15MinutesTransferredBytes = default, DateTimeOffset? resyncLastDataTransferOn = default, DateTimeOffset? resyncStartOn = default, string progressHealth = default, string progressStatus = default, long? secondsToTakeSwitchProvider = default);
static member InMageAzureV2ProtectedDiskDetails : 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 * Nullable<int64> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2ProtectedDiskDetails
Public Shared Function InMageAzureV2ProtectedDiskDetails (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 sourceDataInMegaBytes As Nullable(Of Double) = Nothing, Optional psDataInMegaBytes As Nullable(Of Double) = Nothing, Optional targetDataInMegaBytes 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 resyncLastDataTransferOn As Nullable(Of DateTimeOffset) = Nothing, Optional resyncStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional progressHealth As String = Nothing, Optional progressStatus As String = Nothing, Optional secondsToTakeSwitchProvider As Nullable(Of Long) = Nothing) As InMageAzureV2ProtectedDiskDetails
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.
- resyncRequired
- String
Um valor que indica se a ressincronização é necessária para esse disco.
- diskResized
- String
Um valor que indica se o disco é redimensionado.
- lastRpoCalculatedOn
- Nullable<DateTimeOffset>
O último tempo calculado do RPO.
Os últimos 15 minutos de ressincronização transferiram bytes.
- resyncLastDataTransferOn
- 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.
Os segundos a serem necessários para o provedor de comutador.
Retornos
Uma nova InMageAzureV2ProtectedDiskDetails instância para zombar.