JobPatchProperties Class
Container Apps Job resource specific properties.
Constructor
JobPatchProperties()
Variables
| Name | Description |
|---|---|
|
identity
|
<xref:<xref:"ManagedServiceIdentity">>
Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. |
|
tags
|
Resource tags. |
|
properties
|
<xref:<xref:"JobPatchPropertiesProperties">>
Container Apps Job patch resource properties. |
Attributes
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
properties
Container Apps Job patch resource properties.
properties: JobPatchPropertiesProperties
tags
Resource tags.
tags: dict[str, str]