Represents a container that has been attached to a build.
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. |
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. |
Name | Description | |
---|---|---|
ToString |
Returns a string representation of this instance for informational purposes only. |