DataFactoryIntegrationRuntimePatch 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.
Update integration runtime request.
public class DataFactoryIntegrationRuntimePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimePatch>
public class DataFactoryIntegrationRuntimePatch
type DataFactoryIntegrationRuntimePatch = class
interface IJsonModel<DataFactoryIntegrationRuntimePatch>
interface IPersistableModel<DataFactoryIntegrationRuntimePatch>
type DataFactoryIntegrationRuntimePatch = class
Public Class DataFactoryIntegrationRuntimePatch
Implements IJsonModel(Of DataFactoryIntegrationRuntimePatch), IPersistableModel(Of DataFactoryIntegrationRuntimePatch)
Public Class DataFactoryIntegrationRuntimePatch
- Inheritance
-
DataFactoryIntegrationRuntimePatch
- Implements
Constructors
DataFactoryIntegrationRuntimePatch() |
Initializes a new instance of DataFactoryIntegrationRuntimePatch. |
Properties
AutoUpdate |
Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189. |
UpdateDelayOffset |
The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataFactoryIntegrationRuntimePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFactoryIntegrationRuntimePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFactoryIntegrationRuntimePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFactoryIntegrationRuntimePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFactoryIntegrationRuntimePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET