Share via


ContainerRegistryResource.GetContainerRegistryArchives(String) Method

Definition

Gets a collection of ContainerRegistryArchiveResources in the ContainerRegistry.

public virtual Azure.ResourceManager.ContainerRegistry.ContainerRegistryArchiveCollection GetContainerRegistryArchives(string packageType);
abstract member GetContainerRegistryArchives : string -> Azure.ResourceManager.ContainerRegistry.ContainerRegistryArchiveCollection
override this.GetContainerRegistryArchives : string -> Azure.ResourceManager.ContainerRegistry.ContainerRegistryArchiveCollection
Public Overridable Function GetContainerRegistryArchives (packageType As String) As ContainerRegistryArchiveCollection

Parameters

packageType
String

The type of the package resource.

Returns

An object representing collection of ContainerRegistryArchiveResources and their operations over a ContainerRegistryArchiveResource.

Exceptions

packageType is null.

packageType is an empty string, and was expected to be non-empty.

Applies to