Uses of Class
com.microsoft.azure.management.eventhub.NetworkRuleIPAction
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of NetworkRuleIPAction in com.microsoft.azure.management.eventhub
Modifier and TypeFieldDescriptionstatic final NetworkRuleIPAction
NetworkRuleIPAction.ALLOW
Static value Allow for NetworkRuleIPAction.Modifier and TypeMethodDescriptionNWRuleSetIpRules.action()
Get the IP Filter Action.static NetworkRuleIPAction
NetworkRuleIPAction.fromString
(String name) Creates or finds a NetworkRuleIPAction from its string representation.Modifier and TypeMethodDescriptionstatic Collection<NetworkRuleIPAction>
NetworkRuleIPAction.values()
Modifier and TypeMethodDescriptionNWRuleSetIpRules.withAction
(NetworkRuleIPAction action) Set the IP Filter Action.