Uses of Class
com.azure.resourcemanager.servicebus.models.NetworkRuleIpAction
Packages that use NetworkRuleIpAction
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of NetworkRuleIpAction in com.azure.resourcemanager.servicebus.models
Subclasses with type arguments of type NetworkRuleIpAction in com.azure.resourcemanager.servicebus.modelsFields in com.azure.resourcemanager.servicebus.models declared as NetworkRuleIpActionModifier and TypeFieldDescriptionstatic final NetworkRuleIpActionNetworkRuleIpAction.ALLOWStatic value Allow for NetworkRuleIpAction.Methods in com.azure.resourcemanager.servicebus.models that return NetworkRuleIpActionModifier and TypeMethodDescriptionNWRuleSetIpRules.action()Get the action property: The IP Filter Action.static NetworkRuleIpActionNetworkRuleIpAction.fromString(String name) Creates or finds a NetworkRuleIpAction from its string representation.Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type NetworkRuleIpActionModifier and TypeMethodDescriptionstatic Collection<NetworkRuleIpAction> NetworkRuleIpAction.values()Gets known NetworkRuleIpAction values.Methods in com.azure.resourcemanager.servicebus.models with parameters of type NetworkRuleIpActionModifier and TypeMethodDescriptionNWRuleSetIpRules.withAction(NetworkRuleIpAction action) Set the action property: The IP Filter Action.