Uses of Class
com.azure.resourcemanager.eventhubs.models.NWRuleSetIpRules
Packages that use NWRuleSetIpRules
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of NWRuleSetIpRules in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.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.eventhubs.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.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type NWRuleSetIpRulesModifier and TypeClassDescriptionfinal classThe response from the List namespace operation.Methods in com.azure.resourcemanager.eventhubs.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.