StorageAccountEncryptionKeySource Klasse

public class StorageAccountEncryptionKeySource
extends ExpandableStringEnum<StorageAccountEncryptionKeySource>

Verschlüsselungsschlüsselquellen für Azure-Speicherkonten.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final StorageAccountEncryptionKeySource MICROSOFT_KEYVAULT

Statischer Wert Microsoft.Keyvault für Speicherkontoverschlüsselungsschlüsselquelle.

static final StorageAccountEncryptionKeySource MICROSOFT_STORAGE

Statischer Wert Microsoft.Speicher für Speicherkontoverschlüsselungsschlüsselquelle.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
StorageAccountEncryptionKeySource()

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static StorageAccountEncryptionKeySource fromString(String name)

Erstellt oder sucht eine Verschlüsselungs-status basierend auf seinem Namen.

static java.util.Collection<StorageAccountEncryptionKeySource> values()

Geerbte Methoden von ExpandableStringEnum

Geerbte Methoden von java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Felddetails

MICROSOFT_KEYVAULT

public static final StorageAccountEncryptionKeySource MICROSOFT_KEYVAULT

Statischer Wert Microsoft.Keyvault für StorageAccountEncryptionKeySource.

MICROSOFT_STORAGE

public static final StorageAccountEncryptionKeySource MICROSOFT_STORAGE

Statischer Wert Microsoft.Storage für StorageAccountEncryptionKeySource.

Details zum Konstruktor

StorageAccountEncryptionKeySource

public StorageAccountEncryptionKeySource()

Details zur Methode

fromString

public static StorageAccountEncryptionKeySource fromString(String name)

Erstellt oder sucht eine Verschlüsselungs-status basierend auf seinem Namen.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

ein StorageAccountEncryptionKeySource-Objekt

values

public static Collection values()

Returns:

bekannte Speicherkontoverschlüsselungsquellen.

Gilt für: