| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
StorageAccountInner.networkRuleSet()
Get the networkRuleSet property: Network rule set.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
StorageAccountUpdateParameters.networkRuleSet()
Get the networkRuleSet property: Network rule set.
|
NetworkRuleSet |
StorageAccountCreateParameters.networkRuleSet()
Get the networkRuleSet property: Network rule set.
|
NetworkRuleSet |
NetworkRuleSet.withBypass(Bypass bypass)
Set the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.
|
NetworkRuleSet |
NetworkRuleSet.withDefaultAction(DefaultAction defaultAction)
Set the defaultAction property: Specifies the default action of allow or deny when no other rules match.
|
NetworkRuleSet |
NetworkRuleSet.withIpRules(List<IpRule> ipRules)
Set the ipRules property: Sets the IP ACL rules.
|
NetworkRuleSet |
NetworkRuleSet.withResourceAccessRules(List<ResourceAccessRule> resourceAccessRules)
Set the resourceAccessRules property: Sets the resource access rules.
|
NetworkRuleSet |
NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set the virtualNetworkRules property: Sets the virtual network rules.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network rule set.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network rule set.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.