Uses of Class
com.azure.resourcemanager.appservice.models.KubeEnvironmentProfile
-
Packages that use KubeEnvironmentProfile Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 KubeEnvironmentProfile Modifier and Type Method Description KubeEnvironmentProfileAppServicePlanInner. kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.KubeEnvironmentProfileAppServicePlanPatchResourceProperties. kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.KubeEnvironmentProfileAppServicePlanProperties. 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 KubeEnvironmentProfile Modifier and Type Method Description AppServicePlanInnerAppServicePlanInner. withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile)Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanPatchResourcePropertiesAppServicePlanPatchResourceProperties. withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile)Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanPropertiesAppServicePlanProperties. 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 KubeEnvironmentProfile Modifier and Type Method Description KubeEnvironmentProfileAppServicePlanPatchResource. kubeEnvironmentProfile()Get the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.KubeEnvironmentProfileKubeEnvironmentProfile. withId(String id)Set the id property: Resource ID of the Kubernetes Environment.Methods in com.azure.resourcemanager.appservice.models with parameters of type KubeEnvironmentProfile Modifier and Type Method Description AppServicePlanPatchResourceAppServicePlanPatchResource. withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile)Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.
-