CurrentClusterPoolAksVersionStatus Struct

Definition

Current AKS version's status: whether it is deprecated or supported.

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

Constructors

CurrentClusterPoolAksVersionStatus(String)

Initializes a new instance of CurrentClusterPoolAksVersionStatus.

Properties

Deprecated

Deprecated.

Supported

Supported.

Methods

Equals(CurrentClusterPoolAksVersionStatus)

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

Determines if two CurrentClusterPoolAksVersionStatus values are the same.

Implicit(String to CurrentClusterPoolAksVersionStatus)

Converts a string to a CurrentClusterPoolAksVersionStatus.

Inequality(CurrentClusterPoolAksVersionStatus, CurrentClusterPoolAksVersionStatus)

Determines if two CurrentClusterPoolAksVersionStatus values are not the same.

Applies to