Share via


HybridContainerServiceOSType Struct

Definition

The particular KubernetesVersion Image OS Type (Linux, Windows).

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

Constructors

HybridContainerServiceOSType(String)

Initializes a new instance of HybridContainerServiceOSType.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(HybridContainerServiceOSType)

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

Determines if two HybridContainerServiceOSType values are the same.

Implicit(String to HybridContainerServiceOSType)

Converts a string to a HybridContainerServiceOSType.

Inequality(HybridContainerServiceOSType, HybridContainerServiceOSType)

Determines if two HybridContainerServiceOSType values are not the same.

Applies to