IWithEncryptionBeta Interface

Definition

The stage of the storage account update allowing to configure 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()

Enables encryption for blob service.

WithEncryptionKeyFromKeyVault(String, String, String)

Specifies the KeyVault key to be used as key for encryption.

WithFileEncryption()

Enables encryption for file service.

WithoutBlobEncryption()

Disables encryption for blob service.

WithoutFileEncryption()

Disables encryption for file service.

Applies to