container_registries
Creates, updates, deletes, gets or lists a container_registries
resource.
Overview
Name | container_registries |
Type | Resource |
Id | azure_stack.container_registry_admin.container_registries |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
start_setup | exec | subscriptionId , location , password , sslCertBase64 | Invokes container registry certificate uploading and service deployment. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
location | string | The name of Azure region. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- start_setup
Invokes container registry certificate uploading and service deployment.
EXEC azure_stack.container_registry_admin.container_registries.start_setup
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required
@@json=
'{
"password": "{{ password }}",
"sslCertBase64": "{{ sslCertBase64 }}"
}'
;