Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionProperties
Packages that use JobExecutionProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of JobExecutionProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JobExecutionPropertiesModifier and TypeMethodDescriptionstatic JobExecutionProperties
JobExecutionProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobExecutionProperties from the JsonReader.JobExecutionProperties.withEndTime
(OffsetDateTime endTime) Set the endTime property: Job execution end time.JobExecutionProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Job execution start time.JobExecutionProperties.withTemplate
(JobExecutionTemplate template) Set the template property: Job's execution container.