Service Endpoint Properties Format Response
data class ServiceEndpointPropertiesFormatResponse(val locations: List<String>? = null, val provisioningState: String, val service: String? = null)
The service endpoint properties.
Constructors
Link copied to clipboard
fun ServiceEndpointPropertiesFormatResponse(locations: List<String>? = null, provisioningState: String, service: String? = null)