Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ContainerAppProperties
Packages that use ContainerAppProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of ContainerAppProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ContainerAppPropertiesModifier and TypeMethodDescriptionstatic ContainerAppPropertiesContainerAppProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppProperties from the JsonReader.ContainerAppProperties.withConfiguration(Configuration configuration) Set the configuration property: Non versioned Container App configuration properties.ContainerAppProperties.withEnvironmentId(String environmentId) Set the environmentId property: Resource ID of environment.ContainerAppProperties.withManagedEnvironmentId(String managedEnvironmentId) Set the managedEnvironmentId property: Deprecated.ContainerAppProperties.withTemplate(Template template) Set the template property: Container App versioned application definition.ContainerAppProperties.withWorkloadProfileName(String workloadProfileName) Set the workloadProfileName property: Workload profile name to pin for container app execution.