IWithNetworkAccess Interface

Definition

The stage of storage account definition allowing to configure network access settings.

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 the specific ip address should be allowed.

WithAccessFromIpAddressRange(String)

Specifies that access to the storage account from the specific ip range should be allowed.

WithAccessFromNetworkSubnet(String)

Specifies that access to the storage account from the 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).

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