Freigeben über


StorageAccountKeySource Struktur

Definition

Die Verschlüsselungsschlüsselquelle (Anbieter). Mögliche Werte (ohne Berücksichtigung der Groß-/Kleinschreibung): Microsoft.Storage, Microsoft.Keyvault.

public readonly struct StorageAccountKeySource : IEquatable<Azure.ResourceManager.Storage.Models.StorageAccountKeySource>
type StorageAccountKeySource = struct
Public Structure StorageAccountKeySource
Implements IEquatable(Of StorageAccountKeySource)
Vererbung
StorageAccountKeySource
Implementiert

Konstruktoren

StorageAccountKeySource(String)

Initialisiert eine neue Instanz von StorageAccountKeySource.

Eigenschaften

KeyVault

Microsoft.Keyvault.

Storage

Microsoft.Storage.

Methoden

Equals(StorageAccountKeySource)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(StorageAccountKeySource, StorageAccountKeySource)

Bestimmt, ob zwei StorageAccountKeySource Werte gleich sind.

Implicit(String to StorageAccountKeySource)

Konvertiert eine Zeichenfolge in eine StorageAccountKeySource.

Inequality(StorageAccountKeySource, StorageAccountKeySource)

Bestimmt, ob zwei StorageAccountKeySource Werte nicht identisch sind.

Gilt für: