ElasticPoolEditionCapability.Status Property

Definition

Gets the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to