Skip to main content

container_registry_setup_status

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

Overview

Namecontainer_registry_setup_status
TypeResource
Idazure_stack.container_registry_admin.container_registry_setup_status

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
nametextThe name of the resource
error_messagetextfield from the properties object
locationtextfield from the properties object
statustextfield 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
getSELECTlocation, subscriptionIdReturns the status of the container registry setup.

SELECT examples

Returns the status of the container registry setup.

SELECT
id,
name,
error_message,
location,
status,
subscriptionId,
type
FROM azure_stack.container_registry_admin.vw_container_registry_setup_status
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';