Uses of Class
com.azure.resourcemanager.appservice.models.ContainerAppsConfiguration
-
Packages that use ContainerAppsConfiguration 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 ContainerAppsConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ContainerAppsConfiguration Modifier and Type Method Description ContainerAppsConfigurationKubeEnvironmentInner. containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.ContainerAppsConfigurationKubeEnvironmentPatchResourceProperties. containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.ContainerAppsConfigurationKubeEnvironmentProperties. 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 ContainerAppsConfiguration Modifier and Type Method Description KubeEnvironmentInnerKubeEnvironmentInner. withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration)Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentPatchResourcePropertiesKubeEnvironmentPatchResourceProperties. withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration)Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.KubeEnvironmentPropertiesKubeEnvironmentProperties. 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 ContainerAppsConfiguration Modifier and Type Method Description ContainerAppsConfigurationKubeEnvironmentPatchResource. containerAppsConfiguration()Get the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.ContainerAppsConfigurationContainerAppsConfiguration. withAppSubnetResourceId(String appSubnetResourceId)Set the appSubnetResourceId property: Resource ID of a subnet for control plane infrastructure components.ContainerAppsConfigurationContainerAppsConfiguration. withControlPlaneSubnetResourceId(String controlPlaneSubnetResourceId)Set the controlPlaneSubnetResourceId property: Resource ID of a subnet for control plane infrastructure components.ContainerAppsConfigurationContainerAppsConfiguration. withDaprAIInstrumentationKey(String daprAIInstrumentationKey)Set the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.ContainerAppsConfigurationContainerAppsConfiguration. withDockerBridgeCidr(String dockerBridgeCidr)Set the dockerBridgeCidr property: CIDR notation IP range assigned to the Docker bridge network.ContainerAppsConfigurationContainerAppsConfiguration. withPlatformReservedCidr(String platformReservedCidr)Set the platformReservedCidr property: IP range in CIDR notation that can be reserved for environment infrastructure IP addresses.ContainerAppsConfigurationContainerAppsConfiguration. 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 ContainerAppsConfiguration Modifier and Type Method Description KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withContainerAppsConfiguration(ContainerAppsConfiguration containerAppsConfiguration)Set the containerAppsConfiguration property: Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.
-