Bagikan melalui


RegistryArtifact.DeleteTagAsync(String, CancellationToken) Method

Definition

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

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteTagAsync (string tag, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteTagAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteTagAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteTagAsync (tag As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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