SnapshotStorageAccountType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der SKU-Name.
public readonly struct SnapshotStorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.SnapshotStorageAccountType>
type SnapshotStorageAccountType = struct
Public Structure SnapshotStorageAccountType
Implements IEquatable(Of SnapshotStorageAccountType)
- Vererbung
-
SnapshotStorageAccountType
- Implementiert
Konstruktoren
SnapshotStorageAccountType(String) |
Initialisiert eine neue Instanz von SnapshotStorageAccountType. |
Eigenschaften
PremiumLrs |
Lokal redundanter SSD Premium-Speicher. |
StandardLrs |
Lokal redundanter HDD Standard-Speicher. |
StandardZrs |
Zonenredundanter Standardspeicher. |
Methoden
Equals(SnapshotStorageAccountType) |
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(SnapshotStorageAccountType, SnapshotStorageAccountType) |
Bestimmt, ob zwei SnapshotStorageAccountType Werte gleich sind. |
Implicit(String to SnapshotStorageAccountType) |
Konvertiert eine Zeichenfolge in eine SnapshotStorageAccountType. |
Inequality(SnapshotStorageAccountType, SnapshotStorageAccountType) |
Bestimmt, ob zwei SnapshotStorageAccountType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET