DevTestLabStorageType 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.
Type de stockage pour le disque (par exemple, Standard, Premium).
public readonly struct DevTestLabStorageType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabStorageType>
type DevTestLabStorageType = struct
Public Structure DevTestLabStorageType
Implements IEquatable(Of DevTestLabStorageType)
- Héritage
-
DevTestLabStorageType
- Implémente
Constructeurs
DevTestLabStorageType(String) |
Initialise une nouvelle instance de DevTestLabStorageType. |
Propriétés
Premium |
Premium. |
Standard |
Standard. |
StandardSsd |
StandardSSD. |
Méthodes
Equals(DevTestLabStorageType) |
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(DevTestLabStorageType, DevTestLabStorageType) |
Détermine si deux DevTestLabStorageType valeurs sont identiques. |
Implicit(String to DevTestLabStorageType) |
Convertit une chaîne en DevTestLabStorageType. |
Inequality(DevTestLabStorageType, DevTestLabStorageType) |
Détermine si deux DevTestLabStorageType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET