Compartir a través de


DeploymentLocations.HostingEnvironments Propiedad

Definición

Obtiene o establece los entornos App Service disponibles con descripciones completas de los entornos.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a