IWithImage<ParentT> Interface

Definition

The stage of the container instance definition allowing to specify the container image.

public interface IWithImage<ParentT>
type IWithImage<'ParentT> = interface
Public Interface IWithImage(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithImage(String)

Specifies the container image to be used.

Applies to