다음을 통해 공유


CheckNameAvailabilityResult.Reason 속성

정의

Batch 계정 이름을 사용할 수 없는 이유를 가져옵니다. Reason 요소는 NameAvailable이 false인 경우에만 반환됩니다. 가능한 값은 'Invalid', 'AlreadyExists'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상