DevTestLabHostCachingOption Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET