ApiVersionConstraintResponse

data class ApiVersionConstraintResponse(val minApiVersion: String? = null)

Control Plane Apis version constraint for the API Management service.

Constructors

Link copied to clipboard
constructor(minApiVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minApiVersion: String? = null

Limit control plane API calls to API Management service with version equal to or newer than this value.