Uses of Class
com.azure.resourcemanager.appservice.models.KubeEnvironmentPatchResource
-
Packages that use KubeEnvironmentPatchResource Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 KubeEnvironmentPatchResource Modifier and Type Method Description KubeEnvironmentInnerKubeEnvironmentsClient. update(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope)Description for Creates or updates a Kubernetes Environment.Mono<KubeEnvironmentInner>KubeEnvironmentsClient. updateAsync(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope)Description for 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)Description for Creates or updates a Kubernetes Environment.Mono<com.azure.core.http.rest.Response<KubeEnvironmentInner>>KubeEnvironmentsClient. updateWithResponseAsync(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope)Description for Creates or updates a Kubernetes Environment. -
Uses of KubeEnvironmentPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return KubeEnvironmentPatchResource Modifier and Type Method Description KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withAksResourceId(String aksResourceId)Set the aksResourceId property: The aksResourceID property.KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withArcConfiguration(ArcConfiguration arcConfiguration)Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration)Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withKind(String kind)Set the kind property: Kind of resource.KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withStaticIp(String staticIp)Set the staticIp property: Static IP of the KubeEnvironment.
-