SelfHostedIntegrationRuntime 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.
Self-hosted integration runtime.
public class SelfHostedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntime>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntime>
public class SelfHostedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties
type SelfHostedIntegrationRuntime = class
inherit DataFactoryIntegrationRuntimeProperties
interface IJsonModel<SelfHostedIntegrationRuntime>
interface IPersistableModel<SelfHostedIntegrationRuntime>
type SelfHostedIntegrationRuntime = class
inherit DataFactoryIntegrationRuntimeProperties
Public Class SelfHostedIntegrationRuntime
Inherits DataFactoryIntegrationRuntimeProperties
Implements IJsonModel(Of SelfHostedIntegrationRuntime), IPersistableModel(Of SelfHostedIntegrationRuntime)
Public Class SelfHostedIntegrationRuntime
Inherits DataFactoryIntegrationRuntimeProperties
- Inheritance
- Implements
Constructors
SelfHostedIntegrationRuntime() |
Initializes a new instance of SelfHostedIntegrationRuntime. |
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:
|
Description |
Integration runtime description. (Inherited from DataFactoryIntegrationRuntimeProperties) |
IsSelfContainedInteractiveAuthoringEnabled |
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. |
LinkedInfo |
The base definition of a linked integration runtime. Please note LinkedIntegrationRuntimeType is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include LinkedIntegrationRuntimeKeyAuthorization and LinkedIntegrationRuntimeRbacAuthorization. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryIntegrationRuntimeProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET