Share via


ContainerServiceOSType Struct

Definition

The operating system type. The default is Linux.

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

Constructors

ContainerServiceOSType(String)

Initializes a new instance of ContainerServiceOSType.

Properties

Linux

Use Linux.

Windows

Use Windows.

Methods

Equals(ContainerServiceOSType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerServiceOSType, ContainerServiceOSType)

Determines if two ContainerServiceOSType values are the same.

Implicit(String to ContainerServiceOSType)

Converts a string to a ContainerServiceOSType.

Inequality(ContainerServiceOSType, ContainerServiceOSType)

Determines if two ContainerServiceOSType values are not the same.

Applies to