ServiceNetworkAclPrivateEndpoint

data class ServiceNetworkAclPrivateEndpoint(val allowedRequestTypes: List<String>? = null, val deniedRequestTypes: List<String>? = null, val id: String)

Constructors

Link copied to clipboard
constructor(allowedRequestTypes: List<String>? = null, deniedRequestTypes: List<String>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowed request types for the Private Endpoint Connection. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Link copied to clipboard

The denied request types for the Private Endpoint Connection. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Link copied to clipboard
val id: String

The ID of the Private Endpoint which is based on the SignalR service.