validations
Creates, updates, deletes, gets or lists a validations resource.
Overview
| Name | validations |
| Type | Resource |
| Id | azure_isv.confluent.validations |
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 |
|---|---|---|---|---|
validate_organization | exec | subscriptionId, resourceGroupName, organizationName, properties | ||
validate_organization_v2 | exec | subscriptionId, resourceGroupName, organizationName, properties |
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 |
|---|---|---|
organizationName | string | Organization resource name |
resourceGroupName | string | Resource group name |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- validate_organization
- validate_organization_v2
Success
EXEC azure_isv.confluent.validations.validate_organization
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@organizationName='{{ organizationName }}' --required
@@json=
'{
"properties": "{{ properties }}",
"tags": "{{ tags }}",
"location": "{{ location }}"
}'
;
Success
EXEC azure_isv.confluent.validations.validate_organization_v2
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@organizationName='{{ organizationName }}' --required
@@json=
'{
"properties": "{{ properties }}",
"tags": "{{ tags }}",
"location": "{{ location }}"
}'
;