ContainerRepository.Delete(CancellationToken) Method

Definition

Delete the repository and all artifacts that are part of its logical group.

public virtual Azure.Response Delete (System.Threading.CancellationToken cancellationToken = default);
abstract member Delete : System.Threading.CancellationToken -> Azure.Response
override this.Delete : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Delete (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

Applies to