ManagedIntegrationRuntime Class  
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
ManagedIntegrationRuntime(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, managed_virtual_network: _models.ManagedVirtualNetworkReference | None = None, compute_properties: _models.IntegrationRuntimeComputeProperties | None = None, ssis_properties: _models.IntegrationRuntimeSsisProperties | None = None, customer_virtual_network: _models.IntegrationRuntimeCustomerVirtualNetwork | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
| description | Integration runtime description. Default value: None | 
| managed_virtual_network | Managed Virtual Network reference. Default value: None | 
| compute_properties | The compute resource for managed integration runtime. Default value: None | 
| ssis_properties | SSIS properties for managed integration runtime. Default value: None | 
| customer_virtual_network | The name of virtual network to which Azure-SSIS integration runtime will join. Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| type | Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted". | 
| description | Integration runtime description. | 
| state | Integration runtime state, only valid for managed dedicated integration runtime. Known values are: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", and "AccessDenied". | 
| managed_virtual_network | Managed Virtual Network reference. | 
| compute_properties | The compute resource for managed integration runtime. | 
| ssis_properties | SSIS properties for managed integration runtime. | 
| customer_virtual_network | The name of virtual network to which Azure-SSIS integration runtime will join. |