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