@Beta(value=V1_5_0)
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
withAccessFromNetworkSubnet(String)
withAccessFromIpAddress(String) and
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.
|
@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withAccessFromAllNetworks()
@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withAccessFromSelectedNetworks()
withAccessFromNetworkSubnet(String)
withAccessFromIpAddress(String) and
withAccessFromIpAddressRange(String).@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withAccessFromNetworkSubnet(String subnetId)
subnetId - the virtual network subnet id@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withAccessFromIpAddress(String ipAddress)
ipAddress - the ip address@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withAccessFromIpAddressRange(String ipAddressCidr)
ipAddressCidr - the ip address range expressed in cidr format@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withReadAccessToLogEntriesFromAnyNetwork()
@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withReadAccessToMetricsFromAnyNetwork()
@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withAccessFromAzureServices()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/