Uses of Class
com.microsoft.azure.management.storage.VirtualNetworkRule
Packages that use VirtualNetworkRule
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of VirtualNetworkRule in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return VirtualNetworkRuleModifier and TypeMethodDescriptionVirtualNetworkRule.withAction
(Action action) Set the action of virtual network rule.Set gets the state of virtual network rule.VirtualNetworkRule.withVirtualNetworkResourceId
(String virtualNetworkResourceId) Set resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.Methods in com.microsoft.azure.management.storage that return types with arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionNetworkRuleSet.virtualNetworkRules()
Get sets the virtual network rules.Method parameters in com.microsoft.azure.management.storage with type arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionNetworkRuleSet.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set sets the virtual network rules.