getApiOperationPolicy

Get the policy configuration at the API Operation level. API Version: 2020-12-01.

Return

Policy Contract details.

Parameters

argument

null


suspend fun getApiOperationPolicy(apiId: String, format: String? = null, operationId: String, policyId: String, resourceGroupName: String, serviceName: String): GetApiOperationPolicyResult

Return

Policy Contract details.

Parameters

apiId

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

format

Policy Export Format.

operationId

Operation identifier within an API. Must be unique in the current API Management service instance.

policyId

The identifier of the Policy.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


Return

Policy Contract details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiOperationPolicyPlainArgs.

See also