Skip to main content

policy_restriction_validations

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

Overview

Namepolicy_restriction_validations
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
by_serviceexecresourceGroupName, serviceName, subscriptionIdValidate 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.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
serviceNamestringThe name of the API Management service.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

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
;