Uses of Class
com.microsoft.azure.management.storage.IPRule
Packages that use IPRule
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of IPRule in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return IPRuleModifier and TypeMethodDescriptionIPRule.withAction
(Action action) Set the action of IP ACL rule.IPRule.withIPAddressOrRange
(String iPAddressOrRange) Set specifies the IP or IP range in CIDR format.Methods in com.microsoft.azure.management.storage that return types with arguments of type IPRuleMethod parameters in com.microsoft.azure.management.storage with type arguments of type IPRuleModifier and TypeMethodDescriptionNetworkRuleSet.withIpRules
(List<IPRule> ipRules) Set sets the IP ACL rules.