PolicyRestrictionValidations interface
Interface representing a PolicyRestrictionValidations.
Methods
begin |
Validate all policies of API Management services. |
begin |
Validate all policies of API Management services. |
Method Details
beginByService(string, string, PolicyRestrictionValidationsByServiceOptionalParams)
Validate all policies of API Management services.
function beginByService(resourceGroupName: string, serviceName: string, options?: PolicyRestrictionValidationsByServiceOptionalParams): Promise<SimplePollerLike<OperationState<OperationResultContract>, OperationResultContract>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serviceName
-
string
The name of the API Management service.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationResultContract>, OperationResultContract>>
beginByServiceAndWait(string, string, PolicyRestrictionValidationsByServiceOptionalParams)
Validate all policies of API Management services.
function beginByServiceAndWait(resourceGroupName: string, serviceName: string, options?: PolicyRestrictionValidationsByServiceOptionalParams): Promise<OperationResultContract>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serviceName
-
string
The name of the API Management service.
The options parameters.
Returns
Promise<OperationResultContract>