InedoSDK Reference
Version:

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

Initializes a new instance of the AttachedContainer class.

Syntax

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

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).

Exceptions

System.ArgumentNullException

name is null (Nothing in Visual Basic) or empty or tag is null (Nothing in Visual Basic) or empty.