Share via


AppServicePlanPatchResource.KubeEnvironmentProfile Property

Definition

Gets or sets specification for the Kubernetes Environment to use for the App Service plan.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.kubeEnvironmentProfile")]
public Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile KubeEnvironmentProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.kubeEnvironmentProfile")>]
member this.KubeEnvironmentProfile : Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile with get, set
Public Property KubeEnvironmentProfile As KubeEnvironmentProfile

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to