Package version:

Interface JobPatchProperties

Container Apps Job resource specific properties.

interface JobPatchProperties {
    extendedLocation?: ExtendedLocation;
    identity?: ManagedServiceIdentity;
    properties?: JobPatchPropertiesProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

extendedLocation?: ExtendedLocation

The complex type of the extended location.

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

tags?: {
    [propertyName: string]: string;
}

Resource tags.