IntegrationRuntimeDebugResource Class
Integration runtime debug resource.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.SubResourceDebugResourceIntegrationRuntimeDebugResource
Constructor
IntegrationRuntimeDebugResource(*, properties: _models.IntegrationRuntime, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The resource name. |
properties
|
Integration runtime properties. Required. |
Variables
Name | Description |
---|---|
name
|
The resource name. |
properties
|
Integration runtime properties. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python