PrivateEndpointConnectionPropertiesResponse

data class PrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>, val privateEndpoint: RemotePrivateEndpointConnectionResponse? = null, val privateLinkServiceConnectionState: RemotePrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String? = null)

Private Endpoint Connection properties.

Constructors

constructor(groupIds: List<String>, privateEndpoint: RemotePrivateEndpointConnectionResponse? = null, privateLinkServiceConnectionState: RemotePrivateLinkServiceConnectionStateResponse? = null, provisioningState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of group ids. For Notification Hubs, it always contains a single "namespace" element.

Link copied to clipboard

Represents a Private Endpoint that is connected to Notification Hubs namespace using Private Endpoint Connection.

Link copied to clipboard

State of the Private Link Service connection.

Link copied to clipboard

State of Private Endpoint Connection.