Partager via


DevTestLabStorageType Structure

Définition

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 à