Compartilhar via


BMSRPQueryObject Construtores

Definição

Sobrecargas

BMSRPQueryObject()

Inicializa uma nova instância da classe BMSRPQueryObject.

BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>)

Inicializa uma nova instância da classe BMSRPQueryObject.

BMSRPQueryObject()

Inicializa uma nova instância da classe BMSRPQueryObject.

public BMSRPQueryObject ();
Public Sub New ()

Aplica-se a

BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>)

Inicializa uma nova instância da classe BMSRPQueryObject.

public BMSRPQueryObject (DateTime? startDate = default, DateTime? endDate = default, string restorePointQueryType = default, bool? extendedInfo = default, bool? moveReadyRPOnly = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject : Nullable<DateTime> * Nullable<DateTime> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject
Public Sub New (Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional restorePointQueryType As String = Nothing, Optional extendedInfo As Nullable(Of Boolean) = Nothing, Optional moveReadyRPOnly As Nullable(Of Boolean) = Nothing)

Parâmetros

startDate
Nullable<DateTime>

Cópias de backup criadas após esse tempo.

endDate
Nullable<DateTime>

Cópias de backup criadas antes desta vez.

restorePointQueryType
String

Tipo restorePoint. Os valores possíveis incluem: 'Invalid', 'Full', 'Log', 'Differential', 'FullAndDifferential', 'All', 'Incremental'

extendedInfo
Nullable<Boolean>

Em Obter Ponto de Recuperação, ele informa se informações estendidas sobre o ponto de recuperação são solicitadas.

moveReadyRPOnly
Nullable<Boolean>

Se o RP pode ser movido para outra camada

Aplica-se a