Skip to main content

container_registry_capacities

Creates, updates, deletes, gets or lists a container_registry_capacities resource.

Overview

Namecontainer_registry_capacities
TypeResource
Idazure_stack.container_registry_admin.container_registry_capacities

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
nametextThe name of the resource
allow_pushtextfield from the properties object
capacityNametextfield from the properties object
locationtextfield from the properties object
maximum_capacity_in_gibtextfield from the properties object
registries_consumption_in_gibtextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTcapacityName, location, subscriptionIdReturns container registry capacity property.
listSELECTlocation, subscriptionIdReturns a list of container registry capacity properties.

SELECT examples

Returns a list of container registry capacity properties.

SELECT
id,
name,
allow_push,
capacityName,
location,
maximum_capacity_in_gib,
registries_consumption_in_gib,
subscriptionId,
type
FROM azure_stack.container_registry_admin.vw_container_registry_capacities
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';