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.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Managed")]
public class ManagedIntegrationRuntime : Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Managed")>]
type ManagedIntegrationRuntime = class
inherit IntegrationRuntime
Public Class ManagedIntegrationRuntime
Inherits IntegrationRuntime
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ManagedIntegrationRuntime() |
Initializes a new instance of the ManagedIntegrationRuntime class. |
ManagedIntegrationRuntime(IDictionary<String,Object>, String, String, IntegrationRuntimeComputeProperties, IntegrationRuntimeSsisProperties, IntegrationRuntimeCustomerVirtualNetwork, ManagedVirtualNetworkReference) |
Initializes a new instance of the ManagedIntegrationRuntime class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from IntegrationRuntime) |
ComputeProperties |
Gets or sets the compute resource for managed integration runtime. |
CustomerVirtualNetwork |
Gets or sets the name of virtual network to which Azure-SSIS integration runtime will join |
Description |
Gets or sets integration runtime description. (Inherited from IntegrationRuntime) |
ManagedVirtualNetwork |
Gets or sets managed Virtual Network reference. |
SsisProperties |
Gets or sets SSIS properties for managed integration runtime. |
State |
Gets integration runtime state, only valid for managed dedicated integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET