SignalRNetworkACLsResponse

data class SignalRNetworkACLsResponse(val defaultAction: String? = null, val ipRules: List<IPRuleResponse>? = null, val privateEndpoints: List<PrivateEndpointACLResponse>? = null, val publicNetwork: NetworkACLResponse? = null)

Network ACLs for the resource

Constructors

Link copied to clipboard
constructor(defaultAction: String? = null, ipRules: List<IPRuleResponse>? = null, privateEndpoints: List<PrivateEndpointACLResponse>? = null, publicNetwork: NetworkACLResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

Azure Networking ACL Action.

Link copied to clipboard

IP rules for filtering public traffic

Link copied to clipboard

ACLs for requests from private endpoints

Link copied to clipboard

Network ACL