Uses of Class
com.microsoft.azure.management.eventhub.NetworkRuleIPAction
Packages that use NetworkRuleIPAction
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of NetworkRuleIPAction in com.microsoft.azure.management.eventhub
Fields in com.microsoft.azure.management.eventhub declared as NetworkRuleIPActionModifier and TypeFieldDescriptionstatic final NetworkRuleIPAction
NetworkRuleIPAction.ALLOW
Static value Allow for NetworkRuleIPAction.Methods in com.microsoft.azure.management.eventhub that return NetworkRuleIPActionModifier and TypeMethodDescriptionNWRuleSetIpRules.action()
Get the IP Filter Action.static NetworkRuleIPAction
NetworkRuleIPAction.fromString
(String name) Creates or finds a NetworkRuleIPAction from its string representation.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type NetworkRuleIPActionModifier and TypeMethodDescriptionstatic Collection<NetworkRuleIPAction>
NetworkRuleIPAction.values()
Methods in com.microsoft.azure.management.eventhub with parameters of type NetworkRuleIPActionModifier and TypeMethodDescriptionNWRuleSetIpRules.withAction
(NetworkRuleIPAction action) Set the IP Filter Action.