Uses of Class
com.azure.resourcemanager.servicebus.models.NetworkRuleIpAction
-
Packages that use NetworkRuleIpAction Package Description com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of NetworkRuleIpAction in com.azure.resourcemanager.servicebus.models
Fields in com.azure.resourcemanager.servicebus.models declared as NetworkRuleIpAction Modifier and Type Field Description static NetworkRuleIpActionNetworkRuleIpAction. ALLOWStatic value Allow for NetworkRuleIpAction.Methods in com.azure.resourcemanager.servicebus.models that return NetworkRuleIpAction Modifier and Type Method Description NetworkRuleIpActionNWRuleSetIpRules. 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 NetworkRuleIpAction Modifier and Type Method Description static Collection<NetworkRuleIpAction>NetworkRuleIpAction. values()Methods in com.azure.resourcemanager.servicebus.models with parameters of type NetworkRuleIpAction Modifier and Type Method Description NWRuleSetIpRulesNWRuleSetIpRules. withAction(NetworkRuleIpAction action)Set the action property: The IP Filter Action.
-