Package version:

Interface JobPatchPropertiesProperties

interface JobPatchPropertiesProperties {
    configuration?: JobConfiguration;
    environmentId?: string;
    eventStreamEndpoint?: string;
    outboundIpAddresses?: string[];
    template?: JobTemplate;
}

Properties

configuration?: JobConfiguration

Container Apps Job configuration properties.

environmentId?: string

Resource ID of environment.

eventStreamEndpoint?: string

The endpoint of the eventstream of the container apps job.

outboundIpAddresses?: string[]

Outbound IP Addresses of a container apps job.

template?: JobTemplate

Container Apps job definition.