IWithEncryption Schnittstelle

Definition

Die Phase einer Speicherkontodefinition, die das Angeben von Verschlüsselungseinstellungen ermöglicht.

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
Abgeleitet
Implementiert

Methoden

WithBlobEncryption()

Gibt an, dass die Verschlüsselung für den Blobdienst aktiviert werden muss.

(Geerbt von IWithEncryptionBeta)
WithEncryption()
Veraltet.

Gibt an, dass die Verschlüsselung für den Blobdienst aktiviert werden muss.

WithEncryptionKeyFromKeyVault(String, String, String)

Gibt den KeyVault-Schlüssel an, der als Verschlüsselungsschlüssel verwendet werden soll.

(Geerbt von IWithEncryptionBeta)
WithFileEncryption()

Gibt an, dass die Verschlüsselung für den Dateidienst aktiviert werden muss.

(Geerbt von IWithEncryptionBeta)
WithoutBlobEncryption()

Deaktiviert die Verschlüsselung für den Blobdienst.

(Geerbt von IWithEncryptionBeta)
WithoutFileEncryption()

Deaktiviert die Verschlüsselung für den Dateidienst.

(Geerbt von IWithEncryptionBeta)

Gilt für: