Advisor.AdvisorStatus 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 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