Share via


IJob Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobTypeConverter))]
public interface IJob : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobTypeConverter))>]
type IJob = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IJob
Implements ITrackedResource
Derived
Attributes
Implements

Properties

ConfigurationRegistry

Collection of private container registry credentials used by a Container apps job

ConfigurationReplicaRetryLimit

Maximum number of retries before failing the job.

ConfigurationReplicaTimeout

Maximum number of seconds a replica is allowed to run.

ConfigurationSecret

Collection of secrets used by a Container Apps Job

ConfigurationTriggerType

Trigger type of the job

EnvironmentId

Resource ID of environment.

EventStreamEndpoint

The endpoint of the eventstream of the container apps job.

EventTriggerConfigParallelism

Number of parallel replicas of a job that can run at a given time.

EventTriggerConfigReplicaCompletionCount

Minimum number of successful replica completions before overall job completion.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
ManualTriggerConfigParallelism

Number of parallel replicas of a job that can run at a given time.

ManualTriggerConfigReplicaCompletionCount

Minimum number of successful replica completions before overall job completion.

Name

The name of the resource

(Inherited from IResource)
OutboundIPAddress

Outbound IP Addresses of a container apps job.

ProvisioningState

Provisioning state of the Container Apps Job.

ScaleMaxExecution

Maximum number of job executions that are created for a trigger, default 100.

ScaleMinExecution

Minimum number of job executions that are created for a trigger, default 0

ScalePollingInterval

Interval to check each event source in seconds. Defaults to 30s

ScaleRule

Scaling rules.

ScheduleTriggerConfigCronExpression

Cron formatted repeating schedule ("* * * * *") of a Cron Job.

ScheduleTriggerConfigParallelism

Number of parallel replicas of a job that can run at a given time.

ScheduleTriggerConfigReplicaCompletionCount

Minimum number of successful replica completions before overall job completion.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
TemplateContainer

List of container definitions for the Container App.

TemplateInitContainer

List of specialized containers that run before app containers.

TemplateVolume

List of volume definitions for the Container App.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
WorkloadProfileName

Workload profile name to pin for container apps job execution.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to