LinkedIntegrationRuntimeContent 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.
Data factory name for linked integration runtime request.
public class LinkedIntegrationRuntimeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntimeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntimeContent>
public class LinkedIntegrationRuntimeContent
type LinkedIntegrationRuntimeContent = class
interface IJsonModel<LinkedIntegrationRuntimeContent>
interface IPersistableModel<LinkedIntegrationRuntimeContent>
type LinkedIntegrationRuntimeContent = class
Public Class LinkedIntegrationRuntimeContent
Implements IJsonModel(Of LinkedIntegrationRuntimeContent), IPersistableModel(Of LinkedIntegrationRuntimeContent)
Public Class LinkedIntegrationRuntimeContent
- Inheritance
-
LinkedIntegrationRuntimeContent
- Implements
Constructors
LinkedIntegrationRuntimeContent(String) |
Initializes a new instance of LinkedIntegrationRuntimeContent. |
Properties
LinkedFactoryName |
The data factory name for linked integration runtime. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LinkedIntegrationRuntimeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LinkedIntegrationRuntimeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LinkedIntegrationRuntimeContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LinkedIntegrationRuntimeContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LinkedIntegrationRuntimeContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET