BigDataPoolNodeSizeFamily Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET