Partager via


DevTestLabHostCachingOption Structure

Définition

Option de mise en cache pour un disque de données (par exemple, None, ReadOnly, ReadWrite).

public readonly struct DevTestLabHostCachingOption : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabHostCachingOption>
type DevTestLabHostCachingOption = struct
Public Structure DevTestLabHostCachingOption
Implements IEquatable(Of DevTestLabHostCachingOption)
Héritage
DevTestLabHostCachingOption
Implémente

Constructeurs

DevTestLabHostCachingOption(String)

Initialise une nouvelle instance de DevTestLabHostCachingOption.

Propriétés

None

Aucun.

ReadOnly

Readonly.

ReadWrite

ReadWrite.

Méthodes

Equals(DevTestLabHostCachingOption)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

Détermine si deux DevTestLabHostCachingOption valeurs sont identiques.

Implicit(String to DevTestLabHostCachingOption)

Convertit une chaîne en DevTestLabHostCachingOption.

Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

Détermine si deux DevTestLabHostCachingOption valeurs ne sont pas identiques.

S’applique à