policy_restriction_validations
Creates, updates, deletes, gets or lists a policy_restriction_validations
resource.
Overview
Name | policy_restriction_validations |
Type | Resource |
Id | azure.api_management.policy_restriction_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 |
---|---|---|---|---|
by_service | exec | resourceGroupName , serviceName , subscriptionId | Validate all policies of API Management services. |
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 |
---|---|---|
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
serviceName | string | The name of the API Management service. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- by_service
Validate all policies of API Management services.
EXEC azure.api_management.policy_restriction_validations.by_service
@resourceGroupName='{{ resourceGroupName }}' --required,
@serviceName='{{ serviceName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;