Uses of Class
com.azure.resourcemanager.appcontainers.models.JobConfiguration
Packages that use JobConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JobConfigurationModifier and TypeMethodDescriptionJobInner.configuration()
Get the configuration property: Container Apps Job configuration properties.JobProperties.configuration()
Get the configuration property: Container Apps Job configuration properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type JobConfigurationModifier and TypeMethodDescriptionJobInner.withConfiguration
(JobConfiguration configuration) Set the configuration property: Container Apps Job configuration properties.JobProperties.withConfiguration
(JobConfiguration configuration) Set the configuration property: Container Apps Job configuration properties. -
Uses of JobConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobConfigurationModifier and TypeMethodDescriptionJob.configuration()
Gets the configuration property: Container Apps Job configuration properties.JobPatchPropertiesProperties.configuration()
Get the configuration property: Container Apps Job configuration properties.static JobConfiguration
JobConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobConfiguration from the JsonReader.JobConfiguration.withEventTriggerConfig
(JobConfigurationEventTriggerConfig eventTriggerConfig) Set the eventTriggerConfig property: Trigger configuration of an event driven job.JobConfiguration.withIdentitySettings
(List<IdentitySettings> identitySettings) Set the identitySettings property: Optional settings for Managed Identities that are assigned to the Container App Job.JobConfiguration.withManualTriggerConfig
(JobConfigurationManualTriggerConfig manualTriggerConfig) Set the manualTriggerConfig property: Manual trigger configuration for a single execution job.JobConfiguration.withRegistries
(List<RegistryCredentials> registries) Set the registries property: Collection of private container registry credentials used by a Container apps job.JobConfiguration.withReplicaRetryLimit
(Integer replicaRetryLimit) Set the replicaRetryLimit property: Maximum number of retries before failing the job.JobConfiguration.withReplicaTimeout
(int replicaTimeout) Set the replicaTimeout property: Maximum number of seconds a replica is allowed to run.JobConfiguration.withScheduleTriggerConfig
(JobConfigurationScheduleTriggerConfig scheduleTriggerConfig) Set the scheduleTriggerConfig property: Cron formatted repeating trigger schedule ("* * * * *") for cronjobs.JobConfiguration.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Container Apps Job.JobConfiguration.withTriggerType
(TriggerType triggerType) Set the triggerType property: Trigger type of the job.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobConfigurationModifier and TypeMethodDescriptionJob.DefinitionStages.WithConfiguration.withConfiguration
(JobConfiguration configuration) Specifies the configuration property: Container Apps Job configuration properties..JobPatchPropertiesProperties.withConfiguration
(JobConfiguration configuration) Set the configuration property: Container Apps Job configuration properties.