Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentProperties
Packages that use ManagedEnvironmentProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of ManagedEnvironmentProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ManagedEnvironmentPropertiesModifier and TypeMethodDescriptionstatic ManagedEnvironmentProperties
ManagedEnvironmentProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedEnvironmentProperties from the JsonReader.ManagedEnvironmentProperties.withAppLogsConfiguration
(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination.ManagedEnvironmentProperties.withCustomDomainConfiguration
(CustomDomainConfiguration customDomainConfiguration) Set the customDomainConfiguration property: Custom domain configuration for the environment.ManagedEnvironmentProperties.withDaprAIConnectionString
(String daprAIConnectionString) Set the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.ManagedEnvironmentProperties.withDaprAIInstrumentationKey
(String daprAIInstrumentationKey) Set the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.ManagedEnvironmentProperties.withDaprConfiguration
(DaprConfiguration daprConfiguration) Set the daprConfiguration property: The configuration of Dapr component.ManagedEnvironmentProperties.withInfrastructureResourceGroup
(String infrastructureResourceGroup) Set the infrastructureResourceGroup property: Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources.ManagedEnvironmentProperties.withKedaConfiguration
(KedaConfiguration kedaConfiguration) Set the kedaConfiguration property: The configuration of Keda component.ManagedEnvironmentProperties.withPeerAuthentication
(ManagedEnvironmentPropertiesPeerAuthentication peerAuthentication) Set the peerAuthentication property: Peer authentication settings for the Managed Environment.ManagedEnvironmentProperties.withPeerTrafficConfiguration
(ManagedEnvironmentPropertiesPeerTrafficConfiguration peerTrafficConfiguration) Set the peerTrafficConfiguration property: Peer traffic settings for the Managed Environment.ManagedEnvironmentProperties.withVnetConfiguration
(VnetConfiguration vnetConfiguration) Set the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironmentProperties.withWorkloadProfiles
(List<WorkloadProfile> workloadProfiles) Set the workloadProfiles property: Workload profiles configured for the Managed Environment.ManagedEnvironmentProperties.withZoneRedundant
(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not this Managed Environment is zone-redundant.