BMSRPQueryObject Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BMSRPQueryObject() |
Initialise une nouvelle instance de la classe BMSRPQueryObject. |
BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe BMSRPQueryObject. |
BMSRPQueryObject()
Initialise une nouvelle instance de la classe BMSRPQueryObject.
public BMSRPQueryObject ();
Public Sub New ()
S’applique à
BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>)
Initialise une nouvelle instance de la 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)
Paramètres
- restorePointQueryType
- String
Type RestorePoint. Les valeurs possibles sont les suivantes : « Invalid », « Full », « Log », « Differential », « FullAndDifferential », « All », « Incremental »
Dans Obtenir le point de récupération, il indique si des informations étendues sur le point de récupération sont demandées.
S’applique à
Azure SDK for .NET