IWithNetworkAccess Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of storage account update allowing to configure network access.
public interface IWithNetworkAccess : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithNetworkAccess = interface
interface IBeta
Public Interface IWithNetworkAccess
Implements IBeta
- Derived
- Implements
Methods
WithAccessFromAllNetworks() |
Specifies that by default access to storage account should be allowed from all networks. |
WithAccessFromAzureServices() |
Specifies that access to the storage account should be allowed from applications running on Microsoft Azure services. |
WithAccessFromIpAddress(String) |
Specifies that access to the storage account from a specific ip address should be allowed. |
WithAccessFromIpAddressRange(String) |
Specifies that access to the storage account from a specific ip range should be allowed. |
WithAccessFromNetworkSubnet(String) |
Specifies that access to the storage account from a specific virtual network subnet should be allowed. |
WithAccessFromSelectedNetworks() |
Specifies that by default access to storage account should be denied from all networks except from those networks specified via WithNetworkAccess.withAccessFromNetworkSubnet(String), WithNetworkAccess.withAccessFromIpAddress(String) and WithNetworkAccess.withAccessFromIpAddressRange(String). |
WithoutAccessFromAzureServices() |
Specifies that previously added access exception to the storage account from application running on azure should be removed. |
WithoutIpAddressAccess(String) |
Specifies that previously allowed access from specific ip address should be removed. |
WithoutIpAddressRangeAccess(String) |
Specifies that previously allowed access from specific ip range should be removed. |
WithoutNetworkSubnetAccess(String) |
Specifies that previously allowed access from specific virtual network subnet should be removed. |
WithoutReadAccessToLoggingFromAnyNetwork() |
Specifies that previously added read access exception to the storage logging from any network should be removed. |
WithoutReadAccessToMetricsFromAnyNetwork() |
Specifies that previously added read access exception to the storage metrics from any network should be removed. |
WithReadAccessToLogEntriesFromAnyNetwork() |
Specifies that read access to the storage logging should be allowed from any network. |
WithReadAccessToMetricsFromAnyNetwork() |
Specifies that read access to the storage metrics should be allowed from any network. |
Applies to
Azure SDK for .NET