次の方法で共有


EditionCapability.Status プロパティ

定義

エディションの状態を取得します。 使用可能な値は、'Visible'、'Available'、'Default'、'Disabled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象