HostNameSslState.HostType Property

Definition

Gets or sets indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to