get Product Policy
Get the policy configuration at the Product level. API Version: 2020-12-01.
Return
Policy Contract details.
Parameters
argument
null
suspend fun getProductPolicy(format: String? = null, policyId: String, productId: String, resourceGroupName: String, serviceName: String): GetProductPolicyResult
Return
Policy Contract details.
Parameters
format
Policy Export Format.
policy Id
The identifier of the Policy.
product Id
Product identifier. Must be unique in the current API Management service instance.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getProductPolicy(argument: suspend GetProductPolicyPlainArgsBuilder.() -> Unit): GetProductPolicyResult
Return
Policy Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetProductPolicyPlainArgs.