次の方法で共有


HostName.SiteNames プロパティ

定義

ホスト名が割り当てられているアプリの一覧を取得または設定します。 このリストには、ホスト名が Traffic Manager を指している場合にのみ、複数のアプリが含まれます。

[Newtonsoft.Json.JsonProperty(PropertyName="siteNames")]
public System.Collections.Generic.IList<string> SiteNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="siteNames")>]
member this.SiteNames : System.Collections.Generic.IList<string> with get, set
Public Property SiteNames As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象