NodeSizeFamily Struct

Definition

The kind of nodes that the Big Data pool provides.

public readonly struct NodeSizeFamily : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.NodeSizeFamily>
type NodeSizeFamily = struct
Public Structure NodeSizeFamily
Implements IEquatable(Of NodeSizeFamily)
Inheritance
NodeSizeFamily
Implements

Constructors

NodeSizeFamily(String)

Initializes a new instance of NodeSizeFamily.

Properties

MemoryOptimized

MemoryOptimized.

None

None.

Methods

Equals(NodeSizeFamily)

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

Determines if two NodeSizeFamily values are the same.

Implicit(String to NodeSizeFamily)

Converts a string to a NodeSizeFamily.

Inequality(NodeSizeFamily, NodeSizeFamily)

Determines if two NodeSizeFamily values are not the same.

Applies to