Partilhar via


ContainerServiceOSType Estrutura

Definição

O tipo de sistema operacional. O padrão é Linux.

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

Construtores

ContainerServiceOSType(String)

Inicializa uma nova instância de ContainerServiceOSType.

Propriedades

Linux

Use Linux.

Windows

Use Windows.

Métodos

Equals(ContainerServiceOSType)

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

Determina se dois ContainerServiceOSType valores são os mesmos.

Implicit(String to ContainerServiceOSType)

Converte uma cadeia de caracteres em um ContainerServiceOSType.

Inequality(ContainerServiceOSType, ContainerServiceOSType)

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

Aplica-se a