Bagikan melalui


RegistryArtifact.DeleteTag(String, CancellationToken) Method

Definition

Delete the tag. This removes the tag from the artifact and its manifest.

public virtual Azure.Response DeleteTag (string tag, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteTag : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteTag : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteTag (tag As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

tag
String

The name of tag to delete.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

Thrown when tag is null.

Thrown when tag is empty.

Thrown when a failure is returned by the Container Registry service.

Applies to