EntityReference Class
The entity reference.
Constructor
EntityReference(*, type: str | _models.IntegrationRuntimeEntityReferenceType | None = None, reference_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of this referenced entity. Known values are: "IntegrationRuntimeReference" and "LinkedServiceReference". |
reference_name
|
The name of this referenced entity. |
Variables
Name | Description |
---|---|
type
|
The type of this referenced entity. Known values are: "IntegrationRuntimeReference" and "LinkedServiceReference". |
reference_name
|
The name of this referenced entity. |
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