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