MoveRPAcrossTiersRequest Construtores
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.
Sobrecargas
MoveRPAcrossTiersRequest() |
Inicializa uma nova instância da classe MoveRPAcrossTiersRequest. |
MoveRPAcrossTiersRequest(String, Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierType>) |
Inicializa uma nova instância da classe MoveRPAcrossTiersRequest. |
MoveRPAcrossTiersRequest()
Inicializa uma nova instância da classe MoveRPAcrossTiersRequest.
public MoveRPAcrossTiersRequest ();
Public Sub New ()
Aplica-se a
MoveRPAcrossTiersRequest(String, Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierType>)
Inicializa uma nova instância da classe MoveRPAcrossTiersRequest.
public MoveRPAcrossTiersRequest (string objectType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? sourceTierType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? targetTierType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest : string * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest
Public Sub New (Optional objectType As String = Nothing, Optional sourceTierType As Nullable(Of RecoveryPointTierType) = Nothing, Optional targetTierType As Nullable(Of RecoveryPointTierType) = Nothing)
Parâmetros
- objectType
- String
Obtém o tipo de classe.
- sourceTierType
- Nullable<RecoveryPointTierType>
Camada de origem de onde o RP precisa ser movido. Os valores possíveis incluem: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'
- targetTierType
- Nullable<RecoveryPointTierType>
Camada de destino em que o RP precisa ser movido. Os valores possíveis incluem: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'
Aplica-se a
Azure SDK for .NET