Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.JobProperties
Packages that use JobProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of JobProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JobPropertiesModifier and TypeMethodDescriptionstatic JobProperties
JobProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobProperties from the JsonReader.JobProperties.withConfiguration
(JobConfiguration configuration) Set the configuration property: Container Apps Job configuration properties.JobProperties.withEnvironmentId
(String environmentId) Set the environmentId property: Resource ID of environment.JobProperties.withTemplate
(JobTemplate template) Set the template property: Container Apps job definition.JobProperties.withWorkloadProfileName
(String workloadProfileName) Set the workloadProfileName property: Workload profile name to pin for container apps job execution.