DevTestLabCustomImageOSType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET