JobPatchProperties interface
Container Apps Job resource specific properties.
Properties
| extended |
The complex type of the extended location. |
| identity | Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. |
| properties | Container Apps Job patch resource properties. |
| tags | Resource tags. |
Property Details
extendedLocation
The complex type of the extended location.
extendedLocation?: ExtendedLocation
Property Value
identity
Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.
identity?: ManagedServiceIdentity
Property Value
properties
Container Apps Job patch resource properties.
properties?: JobPatchPropertiesProperties
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>