共用方式為


ResourceNameAvailabilityInner.NameAvailable 屬性

定義

取得或設定 & lt;code & gt;true & lt;/code & gt; 表示名稱有效且可用。 <code & gt;false & lt;/code & gt; 表示名稱無效、無法使用或兩者皆無效。

[Newtonsoft.Json.JsonProperty(PropertyName="nameAvailable")]
public bool? NameAvailable { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nameAvailable")>]
member this.NameAvailable : Nullable<bool> with get, set
Public Property NameAvailable As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於