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
|
|
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python