Udostępnij za pośrednictwem


ContainerRepository.GetPropertiesAsync(CancellationToken) Method

Definition

Get the properties of the repository.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ContainerRepositoryProperties>> GetPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ContainerRepositoryProperties>>
override this.GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ContainerRepositoryProperties>>
Public Overridable Function GetPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerRepositoryProperties))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

Applies to