ServiceEndpointPropertiesFormatResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locations: List<String>? = null

A list of locations.

Link copied to clipboard

SubResource as network identifier.

Link copied to clipboard

The provisioning state of the service endpoint resource.

Link copied to clipboard
val service: String? = null

The type of the endpoint service.