IWithEncryption Interface

Definition

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

public interface IWithEncryption : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithEncryptionBeta
type IWithEncryption = interface
    interface IWithEncryptionBeta
    interface IBeta
Public Interface IWithEncryption
Implements IBeta, IWithEncryptionBeta
Derived
Implements

Methods

WithBlobEncryption()

Specifies that encryption needs be enabled for blob service.

(Inherited from IWithEncryptionBeta)
WithEncryption()
Obsolete.

Specifies that encryption needs be enabled for blob service.

WithEncryptionKeyFromKeyVault(String, String, String)

Specifies the KeyVault key to be used as encryption key.

(Inherited from IWithEncryptionBeta)
WithFileEncryption()

Specifies that encryption needs be enabled for file service.

(Inherited from IWithEncryptionBeta)
WithoutBlobEncryption()

Disables encryption for blob service.

(Inherited from IWithEncryptionBeta)
WithoutFileEncryption()

Disables encryption for file service.

(Inherited from IWithEncryptionBeta)

Applies to