Condividi tramite


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

Name Description
BigDataPoolNodeSizeFamily(String)

Initializes a new instance of BigDataPoolNodeSizeFamily.

Properties

Name Description
HardwareAcceleratedFpga

HardwareAcceleratedFPGA.

HardwareAcceleratedGpu

HardwareAcceleratedGPU.

MemoryOptimized

MemoryOptimized.

None

None.

Methods

Name Description
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

Name Description
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