JobPatchProperties Class

Container Apps Job resource specific properties.

Constructor

JobPatchProperties(*args: Any, **kwargs: Any)

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

Container Apps Job patch resource properties.

Attributes

identity

Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.

identity: _models.ManagedServiceIdentity | None

properties

Container Apps Job patch resource properties.

properties: _models.JobPatchPropertiesProperties | None

tags

Resource tags.

tags: dict[str, str] | None