IWithAccessTraffic Interface

Definition

The stage of the storage account update allowing to specify the protocol to be used to access account.

public interface IWithAccessTraffic : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAccessTraffic = interface
    interface IBeta
Public Interface IWithAccessTraffic
Implements IBeta
Derived
Implements

Methods

WithHttpAndHttpsTraffic()

Specifies that both http and https traffic should be allowed to storage account.

WithOnlyHttpsTraffic()

Specifies that only https traffic should be allowed to storage account.

Applies to