Bagikan melalui


RegistryArtifact.GetTagPropertiesAsync(String, CancellationToken) Method

Definition

Get the properties of the specified tag.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ArtifactTagProperties>> GetTagPropertiesAsync (string tag, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTagPropertiesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ArtifactTagProperties>>
override this.GetTagPropertiesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ArtifactTagProperties>>
Public Overridable Function GetTagPropertiesAsync (tag As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ArtifactTagProperties))

Parameters

tag
String

Tag name.

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