共用方式為


ScaleActionType Struct

Definition

The action type.

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

Constructors

ScaleActionType(String)

Initializes a new instance of ScaleActionType.

Properties

ScaleDown

scaledown.

ScaleUp

scaleup.

Methods

Equals(ScaleActionType)

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

Determines if two ScaleActionType values are the same.

Implicit(String to ScaleActionType)

Converts a string to a ScaleActionType.

Inequality(ScaleActionType, ScaleActionType)

Determines if two ScaleActionType values are not the same.

Applies to