Uses of Class
com.azure.resourcemanager.elasticsan.models.VirtualNetworkRule
Packages that use VirtualNetworkRule
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of VirtualNetworkRule in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return VirtualNetworkRuleModifier and TypeMethodDescriptionstatic VirtualNetworkRule
VirtualNetworkRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkRule from the JsonReader.VirtualNetworkRule.withAction
(Action action) Set the action property: The action of virtual network rule.VirtualNetworkRule.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.elasticsan.models that return types with arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionNetworkRuleSet.virtualNetworkRules()
Get the virtualNetworkRules property: The list of virtual network rules.Method parameters in com.azure.resourcemanager.elasticsan.models with type arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionNetworkRuleSet.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: The list of virtual network rules.