共用方式為


SynapseIntegrationRuntimeComputeProperties Class

Definition

The compute resource properties for managed integration runtime.

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

Constructors

SynapseIntegrationRuntimeComputeProperties()

Initializes a new instance of SynapseIntegrationRuntimeComputeProperties.

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" }.

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.

VnetProperties

VNet properties for managed integration runtime.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeComputeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeComputeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeComputeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeComputeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeComputeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to