IntegrationRuntimeComputeProperties Class

Definition

The compute resource properties for managed integration runtime.

public class IntegrationRuntimeComputeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeComputeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeComputeProperties>
public class IntegrationRuntimeComputeProperties
type IntegrationRuntimeComputeProperties = class
    interface IJsonModel<IntegrationRuntimeComputeProperties>
    interface IPersistableModel<IntegrationRuntimeComputeProperties>
type IntegrationRuntimeComputeProperties = class
Public Class IntegrationRuntimeComputeProperties
Implements IJsonModel(Of IntegrationRuntimeComputeProperties), IPersistableModel(Of IntegrationRuntimeComputeProperties)
Public Class IntegrationRuntimeComputeProperties
Inheritance
IntegrationRuntimeComputeProperties
Implements

Constructors

IntegrationRuntimeComputeProperties()

Initializes a new instance of IntegrationRuntimeComputeProperties.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
CopyComputeScaleProperties

CopyComputeScale properties for managed integration runtime.

DataFlowProperties

Data flow properties for managed integration runtime.

Location

The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities.

MaxParallelExecutionsPerNode

Maximum parallel executions count per node for managed integration runtime.

NodeSize

The node size requirement to managed integration runtime.

NumberOfNodes

The required number of nodes for managed integration runtime.

PipelineExternalComputeScaleProperties

PipelineExternalComputeScale properties for managed integration runtime.

VnetProperties

VNet properties for managed integration runtime.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeComputeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IntegrationRuntimeComputeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeComputeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeComputeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IntegrationRuntimeComputeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to