RestorePoint.RestorePointType Property

Definition

Gets the type of restore point. Possible values include: 'CONTINUOUS', 'DISCRETE'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.restorePointType")]
public Microsoft.Azure.Management.Sql.Models.RestorePointType? RestorePointType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.restorePointType")>]
member this.RestorePointType : Nullable<Microsoft.Azure.Management.Sql.Models.RestorePointType>
Public ReadOnly Property RestorePointType As Nullable(Of RestorePointType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to