GeoBackupPolicy.State Property

Definition

Gets or sets the state of the geo backup policy. Possible values include: 'Disabled', 'Enabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyState State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyState with get, set
Public Property State As GeoBackupPolicyState

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to