Delen via


NodeTypeSkuScaleType Struct

Definition

Node type capacity scale type.

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

Constructors

NodeTypeSkuScaleType(String)

Initializes a new instance of NodeTypeSkuScaleType.

Properties

Automatic

Automatic scale is allowed.

Manual

The user must manually scale out/in.

None

Node count is not adjustable in any way (e.g. it is fixed).

Methods

Equals(NodeTypeSkuScaleType)

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

Determines if two NodeTypeSkuScaleType values are the same.

Implicit(String to NodeTypeSkuScaleType)

Converts a string to a NodeTypeSkuScaleType.

Inequality(NodeTypeSkuScaleType, NodeTypeSkuScaleType)

Determines if two NodeTypeSkuScaleType values are not the same.

Applies to