Job Class
Container App Job.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.appcontainers.models._models_py3.TrackedResourceJob
Constructor
Job(*, location: str, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, environment_id: str | None = None, workload_profile_name: str | None = None, configuration: _models.JobConfiguration | None = None, template: _models.JobTemplate | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
identity
|
Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. |
environment_id
|
Resource ID of environment. |
workload_profile_name
|
Workload profile name to pin for container apps job execution. |
configuration
|
Container Apps Job configuration properties. |
template
|
Container Apps job definition. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
identity
|
Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. |
provisioning_state
|
Provisioning state of the Container Apps Job. Known values are: "InProgress", "Succeeded", "Failed", "Canceled", and "Deleting". |
environment_id
|
Resource ID of environment. |
workload_profile_name
|
Workload profile name to pin for container apps job execution. |
configuration
|
Container Apps Job configuration properties. |
template
|
Container Apps job definition. |
outbound_ip_addresses
|
Outbound IP Addresses of a container apps job. |
event_stream_endpoint
|
The endpoint of the eventstream of the container apps job. |
Azure SDK for Python