Skip to main content

registries

Overview

Nameregistries
TypeResource
Idazure.container_registry.registries

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
identityobjectManaged identity for the resource.
propertiesobjectThe properties of a container registry.
skuobjectThe resource model definition representing SKU
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTregistryName, resourceGroupName, subscriptionIdGets the properties of the specified container registry.
listSELECTsubscriptionIdLists all the container registries under the specified subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all the container registries under the specified resource group.
createINSERTregistryName, resourceGroupName, subscriptionId, data__skuCreates a container registry with the specified parameters.
deleteDELETEregistryName, resourceGroupName, subscriptionIdDeletes a container registry.
_listEXECsubscriptionIdLists all the container registries under the specified subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all the container registries under the specified resource group.
check_name_availabilityEXECsubscriptionId, data__name, data__typeChecks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
generate_credentialsEXECregistryName, resourceGroupName, subscriptionIdGenerate keys for a token of a specified container registry.
import_imageEXECregistryName, resourceGroupName, subscriptionId, data__sourceCopies an image to this container registry from the specified container registry.
regenerate_credentialEXECregistryName, resourceGroupName, subscriptionId, data__nameRegenerates one of the login credentials for the specified container registry.
schedule_runEXECregistryName, resourceGroupName, subscriptionId, data__typeSchedules a new run based on the request parameters and add it to the run queue.
updateEXECregistryName, resourceGroupName, subscriptionIdUpdates a container registry with the specified parameters.