ManagedIntegrationRuntime 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.
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
public class ManagedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ManagedIntegrationRuntime>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ManagedIntegrationRuntime>
public class ManagedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties
type ManagedIntegrationRuntime = class
inherit DataFactoryIntegrationRuntimeProperties
interface IJsonModel<ManagedIntegrationRuntime>
interface IPersistableModel<ManagedIntegrationRuntime>
type ManagedIntegrationRuntime = class
inherit DataFactoryIntegrationRuntimeProperties
Public Class ManagedIntegrationRuntime
Inherits DataFactoryIntegrationRuntimeProperties
Implements IJsonModel(Of ManagedIntegrationRuntime), IPersistableModel(Of ManagedIntegrationRuntime)
Public Class ManagedIntegrationRuntime
Inherits DataFactoryIntegrationRuntimeProperties
- Inheritance
- Implements
Constructors
ManagedIntegrationRuntime() |
Initializes a new instance of ManagedIntegrationRuntime. |
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:
|
ComputeProperties |
The compute resource for managed integration runtime. |
CustomerVirtualNetworkSubnetId |
The ID of subnet to which Azure-SSIS integration runtime will join. |
Description |
Integration runtime description. (Inherited from DataFactoryIntegrationRuntimeProperties) |
ManagedVirtualNetwork |
Managed Virtual Network reference. |
SsisProperties |
SSIS properties for managed integration runtime. |
State |
Integration runtime state, only valid for managed dedicated integration runtime. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryIntegrationRuntimeProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET