ExecuteDataFlowActivityComputeType Class
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 properties for data flow activity.
public class ExecuteDataFlowActivityComputeType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ExecuteDataFlowActivityComputeType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ExecuteDataFlowActivityComputeType>
public class ExecuteDataFlowActivityComputeType
type ExecuteDataFlowActivityComputeType = class
interface IJsonModel<ExecuteDataFlowActivityComputeType>
interface IPersistableModel<ExecuteDataFlowActivityComputeType>
type ExecuteDataFlowActivityComputeType = class
Public Class ExecuteDataFlowActivityComputeType
Implements IJsonModel(Of ExecuteDataFlowActivityComputeType), IPersistableModel(Of ExecuteDataFlowActivityComputeType)
Public Class ExecuteDataFlowActivityComputeType
- Inheritance
-
ExecuteDataFlowActivityComputeType
- Implements
Constructors
ExecuteDataFlowActivityComputeType() |
Initializes a new instance of ExecuteDataFlowActivityComputeType. |
Properties
ComputeType |
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 |
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). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExecuteDataFlowActivityComputeType>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExecuteDataFlowActivityComputeType>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExecuteDataFlowActivityComputeType>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExecuteDataFlowActivityComputeType>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExecuteDataFlowActivityComputeType>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET