EndpointPropertiesResponse

data class EndpointPropertiesResponse(val provisioningState: String, val resourceId: String? = null, val type: String)

Endpoint details

Constructors

Link copied to clipboard
constructor(provisioningState: String, resourceId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard
val resourceId: String? = null

The resource Id of the connectivity endpoint (optional).

Link copied to clipboard

The type of endpoint.