ArmRecoveryServicesDataReplicationModelFactory.FailoverProtectedItemProperties 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 FailoverProtectedItemProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties FailoverProtectedItemProperties (string protectedItemName = default, string vmName = default, string testVmName = default, string recoveryPointId = default, DateTimeOffset? recoveryPointOn = default, string networkName = default, string subnet = default);
static member FailoverProtectedItemProperties : string * string * string * string * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties
Public Shared Function FailoverProtectedItemProperties (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional testVmName As String = Nothing, Optional recoveryPointId As String = Nothing, Optional recoveryPointOn As Nullable(Of DateTimeOffset) = Nothing, Optional networkName As String = Nothing, Optional subnet As String = Nothing) As FailoverProtectedItemProperties
Parâmetros
- protectedItemName
- String
Obtém ou define o nome do item protegido.
- vmName
- String
Obtém ou define o nome da VM.
- testVmName
- String
Obtém ou define o nome da VM de teste.
- recoveryPointId
- String
Obtém ou define a ID do ponto de recuperação.
- recoveryPointOn
- Nullable<DateTimeOffset>
Obtém ou define o tempo do ponto de recuperação.
- networkName
- String
Obtém ou define o nome da rede.
- subnet
- String
Obtém ou define a sub-rede de rede.
Retornos
Uma nova FailoverProtectedItemProperties instância para zombar.