다음을 통해 공유


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

적용 대상