Uses of Class
com.azure.resourcemanager.servicebus.models.NWRuleSetIpRules
-
Packages that use NWRuleSetIpRules Package Description com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of NWRuleSetIpRules in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return types with arguments of type NWRuleSetIpRules Modifier and Type Method Description List<NWRuleSetIpRules>NetworkRuleSetInner. ipRules()Get the ipRules property: List of IpRules.Method parameters in com.azure.resourcemanager.servicebus.fluent.models with type arguments of type NWRuleSetIpRules Modifier and Type Method Description NetworkRuleSetInnerNetworkRuleSetInner. withIpRules(List<NWRuleSetIpRules> ipRules)Set the ipRules property: List of IpRules. -
Uses of NWRuleSetIpRules in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return NWRuleSetIpRules Modifier and Type Method Description NWRuleSetIpRulesNWRuleSetIpRules. withAction(NetworkRuleIpAction action)Set the action property: The IP Filter Action.NWRuleSetIpRulesNWRuleSetIpRules. withIpMask(String ipMask)Set the ipMask property: IP Mask.
-