ContainerCodePackageProperties interface

Properties

commands

Command array to execute within the

diagnostics

Reference to sinks in

endpoints

The endpoints exposed by this

entrypoint

Override for the default entry point in the

environmentVariables

The environment

image
imageRegistryCredential

Image registry

instanceView

Runtime information of a

labels

The labels to set in this container.

name
reliableCollectionsRefs

A list of

resources
settings

The settings to set in this container. The

volumeRefs

Volumes to be attached to the

volumes

Volumes to be attached to

Property Details

commands

Command array to execute within the

commands?: string[]

Property Value

string[]

diagnostics

Reference to sinks in

diagnostics?: DiagnosticsRef

Property Value

endpoints

The endpoints exposed by this

endpoints?: EndpointProperties[]

Property Value

entrypoint

Override for the default entry point in the

entrypoint?: string

Property Value

string

environmentVariables

The environment

environmentVariables?: EnvironmentVariable[]

Property Value

image

image: string

Property Value

string

imageRegistryCredential

Image registry

imageRegistryCredential?: ImageRegistryCredential

Property Value

instanceView

Runtime information of a

instanceView?: ContainerInstanceView

Property Value

labels

The labels to set in this container.

labels?: ContainerLabel[]

Property Value

name

name: string

Property Value

string

reliableCollectionsRefs

A list of

reliableCollectionsRefs?: ReliableCollectionsRef[]

Property Value

resources

resources: ResourceRequirements

Property Value

settings

The settings to set in this container. The

settings?: Setting[]

Property Value

volumeRefs

Volumes to be attached to the

volumeRefs?: VolumeReference[]

Property Value

volumes

Volumes to be attached to

volumes?: ApplicationScopedVolume[]

Property Value