JobPatchProperties Class
Container Apps Job resource specific properties.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelJobPatchProperties
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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python