RestorePoint.RestorePointType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the restore point type of the database restore point. Possible values include: 'DISCRETE', 'CONTINUOUS'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.restorePointType")]
public Nullable<Microsoft.Azure.Management.Sql.Models.RestorePointType> RestorePointType { get; }
member this.RestorePointType : Nullable<Microsoft.Azure.Management.Sql.Models.RestorePointType>
Public ReadOnly Property RestorePointType As Nullable(Of RestorePointType)
Property Value
- System.Nullable<RestorePointType>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute