Compartir a través de


DevTestLabCustomImageOSType Estructura

Definición

El tipo de sistema operativo de la imagen personalizada (es decir, Windows, Linux).

public readonly struct DevTestLabCustomImageOSType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageOSType>
type DevTestLabCustomImageOSType = struct
Public Structure DevTestLabCustomImageOSType
Implements IEquatable(Of DevTestLabCustomImageOSType)
Herencia
DevTestLabCustomImageOSType
Implementaciones

Constructores

DevTestLabCustomImageOSType(String)

Inicializa una nueva instancia de la clase DevTestLabCustomImageOSType.

Propiedades

Linux

Linux.

None

Ninguno.

Windows

Windows.

Métodos

Equals(DevTestLabCustomImageOSType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

Determina si dos DevTestLabCustomImageOSType valores son los mismos.

Implicit(String to DevTestLabCustomImageOSType)

Convierte una cadena en un DevTestLabCustomImageOSType.

Inequality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

Determina si dos DevTestLabCustomImageOSType valores no son los mismos.

Se aplica a