ServiceEndpointResourceResponseProperties

data class ServiceEndpointResourceResponseProperties(val pairedLocation: String, val preAllocatedCapacity: Int? = null, val provisioningState: String, val url: String)

ServiceEndpoint resource properties.

Constructors

constructor(pairedLocation: String, preAllocatedCapacity: Int? = null, provisioningState: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The paired location that will be used by this ServiceEndpoint.

Link copied to clipboard

ServiceEndpoint pre-allocated capacity controls the maximum requests-per-second allowed for that endpoint. Only applicable when Account configuration is Capacity.

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard
val url: String

The URL where the ServiceEndpoint API is accessible at.