LinkedServiceDebugResource Class
Linked service debug resource.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.SubResourceDebugResourceLinkedServiceDebugResource
Constructor
LinkedServiceDebugResource(*, properties: _models.LinkedService, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The resource name. |
properties
|
Properties of linked service. Required. |
Variables
Name | Description |
---|---|
name
|
The resource name. |
properties
|
Properties of linked service. 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