Freigeben über


ContainerServiceOSType Struct

Definition

The operating system type. The default is Linux. Serialized Name: OSType

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

Constructors

Name Description
ContainerServiceOSType(String)

Initializes a new instance of ContainerServiceOSType.

Properties

Name Description
Linux

Use Linux. Serialized Name: OSType.Linux

Windows

Use Windows. Serialized Name: OSType.Windows

Methods

Name Description
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

Name Description
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