JobPatchProperties interface
Container Apps Job resource specific properties.
Properties
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 | |
tags | Resource tags. |
Property Details
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
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}