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 Azure.
- Inheritance
-
azure.mgmt.synapse.models._models_py3.IntegrationRuntimeManagedIntegrationRuntime
Constructor
ManagedIntegrationRuntime(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, compute_properties: Optional[azure.mgmt.synapse.models._models_py3.IntegrationRuntimeComputeProperties] = None, ssis_properties: Optional[azure.mgmt.synapse.models._models_py3.IntegrationRuntimeSsisProperties] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- type
- str or IntegrationRuntimeType
Required. Type of integration runtime.Constant filled by server. Possible values include: "Managed", "SelfHosted".
- compute_properties
- IntegrationRuntimeComputeProperties
The compute resource for managed integration runtime.
- ssis_properties
- IntegrationRuntimeSsisProperties
SSIS properties for managed integration runtime.
Variables
- state
- str or IntegrationRuntimeState
Integration runtime state, only valid for managed dedicated integration runtime. Possible values include: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", "AccessDenied".
Feedback
Submit and view feedback for