JobPatchProperties Class
Container Apps Job resource specific properties.
Constructor
JobPatchProperties(*, identity: _models.ManagedServiceIdentity | None = None, tags: Dict[str, str] | None = None, properties: _models.JobPatchPropertiesProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
identity
|
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
|
|
Variables
Name | Description |
---|---|
identity
|
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python