RegistryArtifact.DeleteTag(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET