Share via


BigDataPoolNodeSizeFamily Struct

Definition

The kind of nodes that the Big Data pool provides.

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

Constructors

BigDataPoolNodeSizeFamily(String)

Initializes a new instance of BigDataPoolNodeSizeFamily.

Properties

HardwareAcceleratedFpga

HardwareAcceleratedFPGA.

HardwareAcceleratedGpu

HardwareAcceleratedGPU.

MemoryOptimized

MemoryOptimized.

None

None.

Methods

Equals(BigDataPoolNodeSizeFamily)

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

Determines if two BigDataPoolNodeSizeFamily values are the same.

Implicit(String to BigDataPoolNodeSizeFamily)

Converts a string to a BigDataPoolNodeSizeFamily.

Inequality(BigDataPoolNodeSizeFamily, BigDataPoolNodeSizeFamily)

Determines if two BigDataPoolNodeSizeFamily values are not the same.

Applies to