Version:
AttachedContainer(string name, string tag, string digest, string source, bool active) Constructor
Syntax
public AttachedContainer(string name, string tag, string digest, string source, bool active)
Parameters
- name
- Type: string
The repository name.
- tag
- Type: string
The tag.
- digest
- Type: string
The image digest. May be null (Nothing in Visual Basic).
- source
- Type: string
The name of the container source. May be null (Nothing in Visual Basic).
- active
- Type: bool
Value indicating whether the container is active.
Exceptions
System.ArgumentNullException
|
name is null (Nothing in Visual Basic) or empty or tag is null (Nothing in Visual Basic) or empty.
|