IWithEncryptionBeta Interface

Definition

The stage of a storage account definition allowing to specify encryption settings.

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

Methods

WithBlobEncryption()

Specifies that encryption needs be enabled for blob service.

WithEncryptionKeyFromKeyVault(String, String, String)

Specifies the KeyVault key to be used as encryption key.

WithFileEncryption()

Specifies that encryption needs be enabled for file service.

WithoutBlobEncryption()

Disables encryption for blob service.

WithoutFileEncryption()

Disables encryption for file service.

Applies to