HostNameBindingInner.HostNameType 속성

정의

호스트 이름 형식을 가져오거나 설정합니다. 가능한 값은 'Verified', 'Managed'입니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostNameType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.HostNameType? HostNameType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostNameType")>]
member this.HostNameType : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameType> with get, set
Public Property HostNameType As Nullable(Of HostNameType)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상