Compartir a través de


HostNameSslState.HostType Propiedad

Definición

Obtiene o establece indica si el nombre de host es un nombre de host estándar o de repositorio. Entre los valores posibles se incluyen: "Standard", "Repository"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a