Uses of Class
com.azure.resourcemanager.storage.models.IpRule
-
Packages that use IpRule Package Description com.azure.resourcemanager.storage.models 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 IpRule Modifier and Type Method Description IpRuleIpRule. withAction(Action action)Set the action property: The action of IP ACL rule.IpRuleIpRule. 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 IpRule Modifier and Type Method Description List<IpRule>NetworkRuleSet. ipRules()Get the ipRules property: Sets the IP ACL rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type IpRule Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withIpRules(List<IpRule> ipRules)Set the ipRules property: Sets the IP ACL rules.
-