Event Hub Namespace Network Rulesets Args
data class EventHubNamespaceNetworkRulesetsArgs(val defaultAction: Output<String>, val ipRules: Output<List<EventHubNamespaceNetworkRulesetsIpRuleArgs>>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val trustedServiceAccessEnabled: Output<Boolean>? = null, val virtualNetworkRules: Output<List<EventHubNamespaceNetworkRulesetsVirtualNetworkRuleArgs>>? = null) : ConvertibleToJava<EventHubNamespaceNetworkRulesetsArgs>
Constructors
Link copied to clipboard
fun EventHubNamespaceNetworkRulesetsArgs(defaultAction: Output<String>, ipRules: Output<List<EventHubNamespaceNetworkRulesetsIpRuleArgs>>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, trustedServiceAccessEnabled: Output<Boolean>? = null, virtualNetworkRules: Output<List<EventHubNamespaceNetworkRulesetsVirtualNetworkRuleArgs>>? = null)
Functions
Properties
Link copied to clipboard
val virtualNetworkRules: Output<List<EventHubNamespaceNetworkRulesetsVirtualNetworkRuleArgs>>? = null