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
|
|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python