次の方法で共有


SitePatchResource.EnabledHostNames プロパティ

定義

アプリの有効なホスト名を取得します。ホスト名を割り当てる必要があります (「HostNames」を参照) AND を有効にする必要があります。 それ以外の場合、アプリはそれらのホスト名では提供されません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledHostNames")]
public System.Collections.Generic.IList<string> EnabledHostNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledHostNames")>]
member this.EnabledHostNames : System.Collections.Generic.IList<string>
Public ReadOnly Property EnabledHostNames As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象