AttachedContainer Class

Represents a container that has been attached to a build.

Inheritance Hierarchy

Syntax

public sealed class AttachedContainer

Constructors

Name Description
AttachedContainer(string name, string tag, string digest, string source, bool active)

Initializes a new instance of the AttachedContainer class.

AttachedContainer(string name, string tag, string digest, string source)

Initializes a new instance of the AttachedContainer class.

Properties

Name Description
Active

Gets a value indicating whether the container is active.

ContainerSource

Gets the name of the container source. May be null (Nothing in Visual Basic).

Digest

Gets the package hash. May be null (Nothing in Visual Basic).

Name

Gets the repository name.

Tag

Gets the tag.

Methods

Name Description
ToString

Returns a string representation of this instance for informational purposes only.