Freigeben über


SynapseDataFlowComputeType Struct

Definition

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

Name Description
SynapseDataFlowComputeType(String)

Initializes a new instance of SynapseDataFlowComputeType.

Properties

Name Description
ComputeOptimized

ComputeOptimized.

General

General.

MemoryOptimized

MemoryOptimized.

Methods

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

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