PreparedImageSpecificationProperties interface

The properties of the Prepared Image Specification resource.

Properties

containerImages

The list of container images to cache on nodes. See https://kubernetes.io/docs/concepts/containers/images/#image-names

customizationScripts

The scripts to customize the node before or after image capture.

identityProfile

The identity used to execute prepared image specification tasks during image build time and provisioning time. If not specified the default agentpool identity will be used. This does not affect provisioned nodes.

provisioningState

The provisioning state of the prepared image specification.

version

The client-provided version of the prepared image specification.

Property Details

containerImages

The list of container images to cache on nodes. See https://kubernetes.io/docs/concepts/containers/images/#image-names

containerImages?: string[]

Property Value

string[]

customizationScripts

The scripts to customize the node before or after image capture.

customizationScripts?: PreparedImageSpecificationScript[]

Property Value

identityProfile

The identity used to execute prepared image specification tasks during image build time and provisioning time. If not specified the default agentpool identity will be used. This does not affect provisioned nodes.

identityProfile?: PreparedImageSpecificationManagedIdentityProfile

Property Value

provisioningState

The provisioning state of the prepared image specification.

provisioningState?: string

Property Value

string

version

The client-provided version of the prepared image specification.

version?: string

Property Value

string