HostNameSslState.HostType 속성

정의

호스트 이름이 표준 또는 리포지토리 호스트 이름인지 여부를 나타내는 가져오거나 설정합니다. 가능한 값은 '표준', '리포지토리'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상