get Api Policy
Get the policy configuration at the API level. API Version: 2020-12-01.
Return
Policy Contract details.
Parameters
argument
null
suspend fun getApiPolicy(apiId: String, format: String? = null, policyId: String, resourceGroupName: String, serviceName: String): GetApiPolicyResult
Return
Policy Contract details.
Parameters
api Id
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.
policy Id
The identifier of the Policy.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getApiPolicy(argument: suspend GetApiPolicyPlainArgsBuilder.() -> Unit): GetApiPolicyResult
Return
Policy Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiPolicyPlainArgs.