次の方法で共有


HostNameSslState.HostType プロパティ

定義

ホスト名が標準ホスト名かリポジトリ ホスト名かを示す値を取得または設定します。 使用可能な値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象