public static interface StorageAccount.DefinitionStages.WithNetworkAccess
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
withAccessFromAllNetworks()
Specifies that by default access to storage account should be allowed from all networks.
|
StorageAccount.DefinitionStages.WithCreate |
withAccessFromAzureServices()
Specifies that access to the storage account should be allowed from applications running on Microsoft
Azure services.
|
StorageAccount.DefinitionStages.WithCreate |
withAccessFromIpAddress(String ipAddress)
Specifies that access to the storage account from the specific ip address should be allowed.
|
StorageAccount.DefinitionStages.WithCreate |
withAccessFromIpAddressRange(String ipAddressCidr)
Specifies that access to the storage account from the specific ip range should be allowed.
|
StorageAccount.DefinitionStages.WithCreate |
withAccessFromNetworkSubnet(String subnetId)
Specifies that access to the storage account from the specific virtual network subnet should be allowed.
|
StorageAccount.DefinitionStages.WithCreate |
withAccessFromSelectedNetworks()
Specifies that by default access to storage account should be denied from all networks except from those
networks specified via
StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromNetworkSubnet(String) StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromIpAddress(String) and StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromIpAddressRange(String). |
StorageAccount.DefinitionStages.WithCreate |
withReadAccessToLogEntriesFromAnyNetwork()
Specifies that read access to the storage logging should be allowed from any network.
|
StorageAccount.DefinitionStages.WithCreate |
withReadAccessToMetricsFromAnyNetwork()
Specifies that read access to the storage metrics should be allowed from any network.
|
StorageAccount.DefinitionStages.WithCreate withAccessFromAllNetworks()
StorageAccount.DefinitionStages.WithCreate withAccessFromSelectedNetworks()
StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromNetworkSubnet(String) StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromIpAddress(String) and StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromIpAddressRange(String).StorageAccount.DefinitionStages.WithCreate withAccessFromNetworkSubnet(String subnetId)
subnetId - the virtual network subnet idStorageAccount.DefinitionStages.WithCreate withAccessFromIpAddress(String ipAddress)
ipAddress - the ip addressStorageAccount.DefinitionStages.WithCreate withAccessFromIpAddressRange(String ipAddressCidr)
ipAddressCidr - the ip address range expressed in cidr formatStorageAccount.DefinitionStages.WithCreate withReadAccessToLogEntriesFromAnyNetwork()
StorageAccount.DefinitionStages.WithCreate withReadAccessToMetricsFromAnyNetwork()
StorageAccount.DefinitionStages.WithCreate withAccessFromAzureServices()
Copyright © 2021 Microsoft Corporation. All rights reserved.