SynapseDataFlowComputeType 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.
Compute type of the cluster which will execute data flow job.
public readonly struct SynapseDataFlowComputeType : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseDataFlowComputeType>
type SynapseDataFlowComputeType = struct
Public Structure SynapseDataFlowComputeType
Implements IEquatable(Of SynapseDataFlowComputeType)
- Inheritance
-
SynapseDataFlowComputeType
- Implements
Constructors
SynapseDataFlowComputeType(String) |
Initializes a new instance of SynapseDataFlowComputeType. |
Properties
ComputeOptimized |
ComputeOptimized. |
General |
General. |
MemoryOptimized |
MemoryOptimized. |
Methods
Equals(SynapseDataFlowComputeType) |
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(SynapseDataFlowComputeType, SynapseDataFlowComputeType) |
Determines if two SynapseDataFlowComputeType values are the same. |
Implicit(String to SynapseDataFlowComputeType) |
Converts a string to a SynapseDataFlowComputeType. |
Inequality(SynapseDataFlowComputeType, SynapseDataFlowComputeType) |
Determines if two SynapseDataFlowComputeType values are not the same. |
Applies to
Azure SDK for .NET