Uses of Class
com.azure.resourcemanager.appservice.models.KubeEnvironmentPatchResource
Packages that use KubeEnvironmentPatchResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of KubeEnvironmentPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type KubeEnvironmentPatchResourceModifier and TypeMethodDescriptionKubeEnvironmentsClient.update
(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope) Creates or updates a Kubernetes Environment.KubeEnvironmentsClient.updateAsync
(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope) Creates or updates a Kubernetes Environment.com.azure.core.http.rest.Response
<KubeEnvironmentInner> KubeEnvironmentsClient.updateWithResponse
(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope, com.azure.core.util.Context context) Creates or updates a Kubernetes Environment.Mono
<com.azure.core.http.rest.Response<KubeEnvironmentInner>> KubeEnvironmentsClient.updateWithResponseAsync
(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope) Creates or updates a Kubernetes Environment. -
Uses of KubeEnvironmentPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return KubeEnvironmentPatchResourceModifier and TypeMethodDescriptionstatic KubeEnvironmentPatchResource
KubeEnvironmentPatchResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of KubeEnvironmentPatchResource from the JsonReader.KubeEnvironmentPatchResource.withAksResourceId
(String aksResourceId) Set the aksResourceId property: The aksResourceID property.KubeEnvironmentPatchResource.withAppLogsConfiguration
(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentPatchResource.withArcConfiguration
(ArcConfiguration arcConfiguration) Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentPatchResource.withContainerAppsConfiguration
(ContainerAppsConfiguration containerAppsConfiguration) Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentPatchResource.withInternalLoadBalancerEnabled
(Boolean internalLoadBalancerEnabled) Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.Set the kind property: Kind of resource.KubeEnvironmentPatchResource.withStaticIp
(String staticIp) Set the staticIp property: Static IP of the KubeEnvironment.