Share via


ExecuteDataFlowActivityTypePropertiesCompute Constructors

Definition

Overloads

ExecuteDataFlowActivityTypePropertiesCompute()

Initializes a new instance of the ExecuteDataFlowActivityTypePropertiesCompute class.

ExecuteDataFlowActivityTypePropertiesCompute(Object, Object)

Initializes a new instance of the ExecuteDataFlowActivityTypePropertiesCompute class.

ExecuteDataFlowActivityTypePropertiesCompute()

Initializes a new instance of the ExecuteDataFlowActivityTypePropertiesCompute class.

public ExecuteDataFlowActivityTypePropertiesCompute ();
Public Sub New ()

Applies to

ExecuteDataFlowActivityTypePropertiesCompute(Object, Object)

Initializes a new instance of the ExecuteDataFlowActivityTypePropertiesCompute class.

public ExecuteDataFlowActivityTypePropertiesCompute (object computeType = default, object coreCount = default);
new Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute
Public Sub New (Optional computeType As Object = Nothing, Optional coreCount As Object = Nothing)

Parameters

computeType
Object

Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)

coreCount
Object

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)

Applies to