Package version:

Interface JobPatchProperties

Container Apps Job resource specific properties.

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

Properties

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.