Partilhar via


DevTestLabCustomImageOSType Estrutura

Definição

O tipo de sistema operacional da imagem personalizada (ou seja, Windows, Linux).

public readonly struct DevTestLabCustomImageOSType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageOSType>
type DevTestLabCustomImageOSType = struct
Public Structure DevTestLabCustomImageOSType
Implements IEquatable(Of DevTestLabCustomImageOSType)
Herança
DevTestLabCustomImageOSType
Implementações

Construtores

DevTestLabCustomImageOSType(String)

Inicializa uma nova instância de DevTestLabCustomImageOSType.

Propriedades

Linux

Linux.

None

Nenhum.

Windows

Windows.

Métodos

Equals(DevTestLabCustomImageOSType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

Determina se dois DevTestLabCustomImageOSType valores são os mesmos.

Implicit(String to DevTestLabCustomImageOSType)

Converte uma cadeia de caracteres em um DevTestLabCustomImageOSType.

Inequality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

Determina se dois DevTestLabCustomImageOSType valores não são os mesmos.

Aplica-se a