Uses of Class
com.azure.resourcemanager.appcontainers.models.JobPatchProperties
Packages that use JobPatchProperties
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobPatchProperties in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type JobPatchPropertiesModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<JobInner>, JobInner> JobsClient.beginUpdate
(String resourceGroupName, String jobName, JobPatchProperties jobEnvelope) Update properties of a Container Apps Job Patches a Container Apps Job using JSON Merge Patch.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<JobInner>, JobInner> JobsClient.beginUpdate
(String resourceGroupName, String jobName, JobPatchProperties jobEnvelope, com.azure.core.util.Context context) Update properties of a Container Apps Job Patches a Container Apps Job using JSON Merge Patch.JobsClient.update
(String resourceGroupName, String jobName, JobPatchProperties jobEnvelope) Update properties of a Container Apps Job Patches a Container Apps Job using JSON Merge Patch.JobsClient.update
(String resourceGroupName, String jobName, JobPatchProperties jobEnvelope, com.azure.core.util.Context context) Update properties of a Container Apps Job Patches a Container Apps Job using JSON Merge Patch. -
Uses of JobPatchProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobPatchPropertiesModifier and TypeMethodDescriptionstatic JobPatchProperties
JobPatchProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobPatchProperties from the JsonReader.JobPatchProperties.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.JobPatchProperties.withProperties
(JobPatchPropertiesProperties properties) Set the properties property: The properties property.Set the tags property: Resource tags.