Share via


ClusterAutoscaleType Struct

Definition

User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.

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

Constructors

ClusterAutoscaleType(String)

Initializes a new instance of ClusterAutoscaleType.

Properties

LoadBased

LoadBased.

ScheduleBased

ScheduleBased.

Methods

Equals(ClusterAutoscaleType)

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

Determines if two ClusterAutoscaleType values are the same.

Implicit(String to ClusterAutoscaleType)

Converts a string to a ClusterAutoscaleType.

Inequality(ClusterAutoscaleType, ClusterAutoscaleType)

Determines if two ClusterAutoscaleType values are not the same.

Applies to