Uses of Class
com.azure.resourcemanager.storage.models.NetworkRuleSet
-
Packages that use NetworkRuleSet Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 NetworkRuleSet Modifier and Type Method Description NetworkRuleSetStorageAccountInner. networkRuleSet()Get the networkRuleSet property: Network rule set.NetworkRuleSetStorageAccountPropertiesCreateParameters. networkRuleSet()Get the networkRuleSet property: Network rule set.NetworkRuleSetStorageAccountPropertiesInner. networkRuleSet()Get the networkRuleSet property: Network rule set.NetworkRuleSetStorageAccountPropertiesUpdateParameters. networkRuleSet()Get the networkRuleSet property: Network rule set.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type NetworkRuleSet Modifier and Type Method Description StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: Network rule set.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. 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 NetworkRuleSet Modifier and Type Method Description NetworkRuleSetStorageAccountCreateParameters. networkRuleSet()Get the networkRuleSet property: Network rule set.NetworkRuleSetStorageAccountUpdateParameters. networkRuleSet()Get the networkRuleSet property: Network rule set.NetworkRuleSetNetworkRuleSet. withBypass(Bypass bypass)Set the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.NetworkRuleSetNetworkRuleSet. withDefaultAction(DefaultAction defaultAction)Set the defaultAction property: Specifies the default action of allow or deny when no other rules match.NetworkRuleSetNetworkRuleSet. withIpRules(List<IpRule> ipRules)Set the ipRules property: Sets the IP ACL rules.NetworkRuleSetNetworkRuleSet. withResourceAccessRules(List<ResourceAccessRule> resourceAccessRules)Set the resourceAccessRules property: Sets the resource access rules.NetworkRuleSetNetworkRuleSet. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)Set the virtualNetworkRules property: Sets the virtual network rules.Methods in com.azure.resourcemanager.storage.models with parameters of type NetworkRuleSet Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: Network rule set.StorageAccountUpdateParametersStorageAccountUpdateParameters. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: Network rule set.
-