Compartilhar via


ListRecoveryPointsRecommendedForMoveRequest Construtores

Definição

Sobrecargas

ListRecoveryPointsRecommendedForMoveRequest()

Inicializa uma nova instância da classe ListRecoveryPointsRecommendedForMoveRequest.

ListRecoveryPointsRecommendedForMoveRequest(String, IList<String>)

Inicializa uma nova instância da classe ListRecoveryPointsRecommendedForMoveRequest.

ListRecoveryPointsRecommendedForMoveRequest()

Inicializa uma nova instância da classe ListRecoveryPointsRecommendedForMoveRequest.

public ListRecoveryPointsRecommendedForMoveRequest ();
Public Sub New ()

Aplica-se a

ListRecoveryPointsRecommendedForMoveRequest(String, IList<String>)

Inicializa uma nova instância da classe ListRecoveryPointsRecommendedForMoveRequest.

public ListRecoveryPointsRecommendedForMoveRequest (string objectType = default, System.Collections.Generic.IList<string> excludedRPList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest
Public Sub New (Optional objectType As String = Nothing, Optional excludedRPList As IList(Of String) = Nothing)

Parâmetros

objectType
String

Obtém o tipo de classe.

excludedRPList
IList<String>

Lista de pontos de recuperação excluídos da movimentação

Aplica-se a