Uses of Class
com.azure.resourcemanager.storage.models.VirtualNetworkRule
-
Packages that use VirtualNetworkRule Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of VirtualNetworkRule in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return VirtualNetworkRule Modifier and Type Method Description VirtualNetworkRuleVirtualNetworkRule. withAction(Action action)Set the action property: The action of virtual network rule.VirtualNetworkRuleVirtualNetworkRule. withState(State state)Set the state property: Gets the state of virtual network rule.VirtualNetworkRuleVirtualNetworkRule. withVirtualNetworkResourceId(String virtualNetworkResourceId)Set the virtualNetworkResourceId property: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type VirtualNetworkRule Modifier and Type Method Description List<VirtualNetworkRule>NetworkRuleSet. virtualNetworkRules()Get the virtualNetworkRules property: Sets the virtual network rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type VirtualNetworkRule Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)Set the virtualNetworkRules property: Sets the virtual network rules.
-