次の方法で共有


DeploymentLocations.HostingEnvironmentDeploymentInfos プロパティ

定義

基本情報を含む環境App Service使用できる値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象