UpdateIntegrationRuntimeNodeContent Class

Definition

Update integration runtime node request.

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

Constructors

UpdateIntegrationRuntimeNodeContent()

Initializes a new instance of UpdateIntegrationRuntimeNodeContent.

Properties

ConcurrentJobsLimit

The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.

Explicit Interface Implementations

IJsonModel<UpdateIntegrationRuntimeNodeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateIntegrationRuntimeNodeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateIntegrationRuntimeNodeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateIntegrationRuntimeNodeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateIntegrationRuntimeNodeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to