Uses of Class
com.azure.resourcemanager.appservice.models.ContainerAppsConfiguration
Packages that use ContainerAppsConfiguration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerAppsConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ContainerAppsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentInner.containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentPatchResourceProperties.containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentProperties.containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ContainerAppsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentInner.withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration) Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentPatchResourceProperties.withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration) Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentProperties.withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration) Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration. -
Uses of ContainerAppsConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerAppsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentPatchResource.containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.static ContainerAppsConfigurationContainerAppsConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppsConfiguration from the JsonReader.ContainerAppsConfiguration.withAppSubnetResourceId(String appSubnetResourceId) Set the appSubnetResourceId property: Resource ID of a subnet for control plane infrastructure components.ContainerAppsConfiguration.withControlPlaneSubnetResourceId(String controlPlaneSubnetResourceId) Set the controlPlaneSubnetResourceId property: Resource ID of a subnet for control plane infrastructure components.ContainerAppsConfiguration.withDaprAIInstrumentationKey(String daprAIInstrumentationKey) Set the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.ContainerAppsConfiguration.withDockerBridgeCidr(String dockerBridgeCidr) Set the dockerBridgeCidr property: CIDR notation IP range assigned to the Docker bridge network.ContainerAppsConfiguration.withPlatformReservedCidr(String platformReservedCidr) Set the platformReservedCidr property: IP range in CIDR notation that can be reserved for environment infrastructure IP addresses.ContainerAppsConfiguration.withPlatformReservedDnsIp(String platformReservedDnsIp) Set the platformReservedDnsIp property: An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerAppsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentPatchResource.withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration) Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.