次の方法で共有


DeploymentLocations.HostingEnvironments プロパティ

定義

環境の完全な説明App Service使用できる環境を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="hostingEnvironments")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> HostingEnvironments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hostingEnvironments")>]
member this.HostingEnvironments : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> with get, set
Public Property HostingEnvironments As IList(Of AppServiceEnvironment)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象