Compartir a través de


ContainerServiceOSType Estructura

Definición

Tipo de sistema operativo. El valor predeterminado es Linux.

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

Constructores

ContainerServiceOSType(String)

Inicializa una nueva instancia de la clase ContainerServiceOSType.

Propiedades

Linux

Use Linux.

Windows

Use Windows.

Métodos

Equals(ContainerServiceOSType)

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

Determina si dos ContainerServiceOSType valores son los mismos.

Implicit(String to ContainerServiceOSType)

Convierte una cadena en un ContainerServiceOSType.

Inequality(ContainerServiceOSType, ContainerServiceOSType)

Determina si dos ContainerServiceOSType valores no son los mismos.

Se aplica a