Uses of Class
com.azure.resourcemanager.storage.models.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of NetworkRuleSet in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return NetworkRuleSetModifier and TypeMethodDescriptionStorageAccountInner.networkRuleSet()Get the networkRuleSet property: Network rule set.StorageAccountPropertiesCreateParameters.networkRuleSet()Get the networkRuleSet property: Network rule set.StorageAccountPropertiesInner.networkRuleSet()Get the networkRuleSet property: Network rule set.StorageAccountPropertiesUpdateParameters.networkRuleSet()Get the networkRuleSet property: Network rule set.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionStorageAccountPropertiesCreateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network rule set.StorageAccountPropertiesUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network rule set. -
Uses of NetworkRuleSet in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return NetworkRuleSetModifier and TypeMethodDescriptionstatic NetworkRuleSetNetworkRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSet from the JsonReader.StorageAccountCreateParameters.networkRuleSet()Get the networkRuleSet property: Network rule set.StorageAccountUpdateParameters.networkRuleSet()Get the networkRuleSet property: Network rule set.NetworkRuleSet.withBypass(Bypass bypass) Set the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.NetworkRuleSet.withDefaultAction(DefaultAction defaultAction) Set the defaultAction property: Specifies the default action of allow or deny when no other rules match.NetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: Sets the IP ACL rules.NetworkRuleSet.withResourceAccessRules(List<ResourceAccessRule> resourceAccessRules) Set the resourceAccessRules property: Sets the resource access rules.NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: Sets the virtual network rules.Methods in com.azure.resourcemanager.storage.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionStorageAccountCreateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network rule set.StorageAccountUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network rule set.