IntegrationRuntimeReference Class
Integration runtime reference type.
All required parameters must be populated in order to send to server.
Constructor
IntegrationRuntimeReference(*, type: str | _models.IntegrationRuntimeReferenceType, reference_name: str, parameters: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of integration runtime. Required. "IntegrationRuntimeReference" |
reference_name
|
Reference integration runtime name. Required. |
parameters
|
Arguments for integration runtime. Default value: None
|
Variables
Name | Description |
---|---|
type
|
Type of integration runtime. Required. "IntegrationRuntimeReference" |
reference_name
|
Reference integration runtime name. Required. |
parameters
|
Arguments for integration runtime. |