Uses of Class
com.azure.resourcemanager.appservice.fluent.models.KubeEnvironmentProperties
Packages that use KubeEnvironmentProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of KubeEnvironmentProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type KubeEnvironmentPropertiesModifier and TypeClassDescriptionfinal classKubeEnvironment resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return KubeEnvironmentPropertiesModifier and TypeMethodDescriptionstatic KubeEnvironmentPropertiesKubeEnvironmentProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubeEnvironmentProperties from the JsonReader.KubeEnvironmentProperties.withAksResourceId(String aksResourceId) Set the aksResourceId property: The aksResourceID property.KubeEnvironmentProperties.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentProperties.withArcConfiguration(ArcConfiguration arcConfiguration) Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentProperties.withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration) Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentProperties.withEnvironmentType(String environmentType) Set the environmentType property: Type of Kubernetes Environment.KubeEnvironmentProperties.withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled) Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.KubeEnvironmentProperties.withStaticIp(String staticIp) Set the staticIp property: Static IP of the KubeEnvironment.