Freigeben über


ImageStorageAccountType Struktur

Definition

Gibt den Speicherkontotyp an, der zum Speichern des Images verwendet werden soll. Diese Eigenschaft ist nicht aktualisierbar.

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

Konstruktoren

ImageStorageAccountType(String)

Initialisiert eine neue Instanz von ImageStorageAccountType.

Eigenschaften

PremiumLrs

Premium_LRS.

StandardLrs

Standard_LRS.

StandardZrs

Standard_ZRS.

Methoden

Equals(ImageStorageAccountType)

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(ImageStorageAccountType, ImageStorageAccountType)

Bestimmt, ob zwei ImageStorageAccountType Werte gleich sind.

Implicit(String to ImageStorageAccountType)

Konvertiert eine Zeichenfolge in eine ImageStorageAccountType.

Inequality(ImageStorageAccountType, ImageStorageAccountType)

Bestimmt, ob zwei ImageStorageAccountType Werte nicht identisch sind.

Gilt für: