GetSignalRPrivateEndpointConnectionResult

data class GetSignalRPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)

A private endpoint connection to SignalR resource

Constructors

constructor(id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Private endpoint associated with the private endpoint connection

Link copied to clipboard

Provisioning state of the private endpoint connection

Link copied to clipboard

The type of the resource - e.g. "Microsoft.SignalRService/SignalR"