Uses of Class
com.azure.resourcemanager.storage.models.IpRule
Packages that use IpRule
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of IpRule in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return IpRuleModifier and TypeMethodDescriptionstatic IpRuleIpRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpRule from the JsonReader.IpRule.withAction(Action action) Set the action property: The action of IP ACL rule.IpRule.withIpAddressOrRange(String ipAddressOrRange) Set the ipAddressOrRange property: Specifies the IP or IP range in CIDR format.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.ipRules()Get the ipRules property: Sets the IP ACL rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: Sets the IP ACL rules.