Partager via


DevTestLabCustomImageOSType Structure

Définition

Type de système d’exploitation de l’image personnalisée (par exemple, Windows, Linux).

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

Constructeurs

DevTestLabCustomImageOSType(String)

Initialise une nouvelle instance de DevTestLabCustomImageOSType.

Propriétés

Linux

Linux.

None

Aucun.

Windows

Windows.

Méthodes

Equals(DevTestLabCustomImageOSType)

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

Détermine si deux DevTestLabCustomImageOSType valeurs sont identiques.

Implicit(String to DevTestLabCustomImageOSType)

Convertit une chaîne en DevTestLabCustomImageOSType.

Inequality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

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

S’applique à