Uses of Class
com.azure.resourcemanager.servicebus.models.NWRuleSetIpRules
Packages that use NWRuleSetIpRules
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
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 NWRuleSetIpRulesModifier and TypeMethodDescriptionNetworkRuleSetInner.ipRules()Get the ipRules property: List of IpRules.NetworkRuleSetProperties.ipRules()Get the ipRules property: List of IpRules.Method parameters in com.azure.resourcemanager.servicebus.fluent.models with type arguments of type NWRuleSetIpRulesModifier and TypeMethodDescriptionNetworkRuleSetInner.withIpRules(List<NWRuleSetIpRules> ipRules) Set the ipRules property: List of IpRules.NetworkRuleSetProperties.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 NWRuleSetIpRulesModifier and TypeMethodDescriptionstatic NWRuleSetIpRulesNWRuleSetIpRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NWRuleSetIpRules from the JsonReader.NWRuleSetIpRules.withAction(NetworkRuleIpAction action) Set the action property: The IP Filter Action.NWRuleSetIpRules.withIpMask(String ipMask) Set the ipMask property: IP Mask.