Freigeben über


DevTestLabHostCachingOption Struktur

Definition

Zwischenspeicherungsoption für einen Datenträger (d. h. None, ReadOnly, ReadWrite).

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

Konstruktoren

DevTestLabHostCachingOption(String)

Initialisiert eine neue Instanz von DevTestLabHostCachingOption.

Eigenschaften

None

Keine.

ReadOnly

Readonly.

ReadWrite

Readwrite.

Methoden

Equals(DevTestLabHostCachingOption)

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

Bestimmt, ob zwei DevTestLabHostCachingOption Werte gleich sind.

Implicit(String to DevTestLabHostCachingOption)

Konvertiert eine Zeichenfolge in eine DevTestLabHostCachingOption.

Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

Bestimmt, ob zwei DevTestLabHostCachingOption Werte nicht identisch sind.

Gilt für: