JobPatchProperties Class

Container Apps Job resource specific properties.

Inheritance
azure.mgmt.appcontainers._serialization.Model
JobPatchProperties

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