Uses of Class
com.azure.resourcemanager.appservice.models.KubeEnvironmentProfile
Packages that use KubeEnvironmentProfile
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of KubeEnvironmentProfile in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return KubeEnvironmentProfileModifier and TypeMethodDescriptionAppServicePlanInner.kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanPatchResourceProperties.kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanProperties.kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type KubeEnvironmentProfileModifier and TypeMethodDescriptionAppServicePlanInner.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile) Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanPatchResourceProperties.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile) Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanProperties.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile) Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan. -
Uses of KubeEnvironmentProfile in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return KubeEnvironmentProfileModifier and TypeMethodDescriptionstatic KubeEnvironmentProfileKubeEnvironmentProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubeEnvironmentProfile from the JsonReader.AppServicePlanPatchResource.kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.Set the id property: Resource ID of the Kubernetes Environment.Methods in com.azure.resourcemanager.appservice.models with parameters of type KubeEnvironmentProfileModifier and TypeMethodDescriptionAppServicePlanPatchResource.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile) Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.