你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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