Service Endpoint Resource Response Properties
data class ServiceEndpointResourceResponseProperties(val pairedLocation: String, val preAllocatedCapacity: Int? = null, val provisioningState: String, val url: String)
ServiceEndpoint resource properties.
Constructors
Link copied to clipboard
fun ServiceEndpointResourceResponseProperties(pairedLocation: String, preAllocatedCapacity: Int? = null, provisioningState: String, url: String)