다음을 통해 공유


ResourceNameAvailabilityInner.NameAvailable 속성

정의

이름이 유효하고 사용 가능했음을 나타내는 lt;code>true</code>를 가져오거나 설정합니다&. <code>false</code> 이름은 유효하지 않거나 사용할 수 없거나 둘 다임을 나타냅니다.

[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

적용 대상