Event Hub Namespace Network Rulesets
data class EventHubNamespaceNetworkRulesets(val defaultAction: String, val ipRules: List<EventHubNamespaceNetworkRulesetsIpRule>? = null, val publicNetworkAccessEnabled: Boolean? = null, val trustedServiceAccessEnabled: Boolean? = null, val virtualNetworkRules: List<EventHubNamespaceNetworkRulesetsVirtualNetworkRule>? = null)
Constructors
Link copied to clipboard
constructor(defaultAction: String, ipRules: List<EventHubNamespaceNetworkRulesetsIpRule>? = null, publicNetworkAccessEnabled: Boolean? = null, trustedServiceAccessEnabled: Boolean? = null, virtualNetworkRules: List<EventHubNamespaceNetworkRulesetsVirtualNetworkRule>? = null)
Properties
Link copied to clipboard
The default action to take when a rule is not matched. Possible values are Allow
and Deny
.
Link copied to clipboard
One or more ip_rule
blocks as defined below.
Link copied to clipboard
Is public network access enabled for the EventHub Namespace? Defaults to true
.
Link copied to clipboard
Whether Trusted Microsoft Services are allowed to bypass firewall.
Link copied to clipboard
One or more virtual_network_rule
blocks as defined below.