다음을 통해 공유


RegistriesOperationsExtensions.ListUsages Method

Definition

Gets the quota usages for the specified container registry.

public static Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsageListResult ListUsages (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName);
static member ListUsages : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsageListResult
<Extension()>
Public Function ListUsages (operations As IRegistriesOperations, resourceGroupName As String, registryName As String) As RegistryUsageListResult

Parameters

operations
IRegistriesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group to which the container registry belongs.

registryName
String

The name of the container registry.

Returns

Applies to