Uses of Class
com.microsoft.azure.management.storage.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of NetworkRuleSet in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return NetworkRuleSetModifier and TypeMethodDescriptionStorageAccountCreateParameters.networkRuleSet()
Get network rule set.StorageAccountUpdateParameters.networkRuleSet()
Get network rule set.NetworkRuleSet.withBypass
(Bypass bypass) Set specifies whether traffic is bypassed for Logging/Metrics/AzureServices.NetworkRuleSet.withDefaultAction
(DefaultAction defaultAction) Set specifies the default action of allow or deny when no other rules match.NetworkRuleSet.withIpRules
(List<IPRule> ipRules) Set sets the IP ACL rules.NetworkRuleSet.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set sets the virtual network rules.Methods in com.microsoft.azure.management.storage with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionStorageAccountCreateParameters.withNetworkRuleSet
(NetworkRuleSet networkRuleSet) Set network rule set.StorageAccountUpdateParameters.withNetworkRuleSet
(NetworkRuleSet networkRuleSet) Set network rule set.