Uses of Class
com.azure.resourcemanager.elasticsan.models.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of NetworkRuleSet in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return NetworkRuleSetModifier and TypeMethodDescriptionVolumeGroupInner.networkAcls()
Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.VolumeGroupProperties.networkAcls()
Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.VolumeGroupUpdateProperties.networkAcls()
Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionVolumeGroupInner.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility from specific network locations.VolumeGroupProperties.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility from specific network locations.VolumeGroupUpdateProperties.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility from specific network locations. -
Uses of NetworkRuleSet in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return NetworkRuleSetModifier and TypeMethodDescriptionstatic NetworkRuleSet
NetworkRuleSet.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSet from the JsonReader.VolumeGroup.networkAcls()
Gets the networkAcls property: A collection of rules governing the accessibility from specific network locations.VolumeGroupUpdate.networkAcls()
Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.NetworkRuleSet.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: The list of virtual network rules.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionVolumeGroup.DefinitionStages.WithNetworkAcls.withNetworkAcls
(NetworkRuleSet networkAcls) Specifies the networkAcls property: A collection of rules governing the accessibility from specific network locations..VolumeGroup.UpdateStages.WithNetworkAcls.withNetworkAcls
(NetworkRuleSet networkAcls) Specifies the networkAcls property: A collection of rules governing the accessibility from specific network locations..VolumeGroupUpdate.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility from specific network locations.