Share via


Advisor.AdvisorStatus Property

Definition

Gets the status of availability of this advisor to customers. Possible values are 'GA', 'PublicPreview', 'LimitedPublicPreview' and 'PrivatePreview'. Possible values include: 'GA', 'PublicPreview', 'LimitedPublicPreview', 'PrivatePreview'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to