DeactivateContainerAsync(string name, string tag, string source) Method

Marks the specified container as inactive in the current build.

Syntax

public abstract System.Threading.Tasks.Task DeactivateContainerAsync(string name, string tag, string source)

Parameters

name
Type: string

The name of the container's repository.

tag
Type: string

The tag.

source
Type: string

The container source, if applicable.

Exceptions

System.ArgumentNullException

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