IntegrationRuntimeOutboundNetworkDependenciesEndpoint Class
The endpoint for Azure-SSIS integration runtime outbound network dependency.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeOutboundNetworkDependenciesEndpoint
Constructor
IntegrationRuntimeOutboundNetworkDependenciesEndpoint(*, domain_name: str | None = None, endpoint_details: List[_models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
domain_name
|
The domain name of endpoint. |
endpoint_details
|
The details of endpoint. |
Variables
Name | Description |
---|---|
domain_name
|
The domain name of endpoint. |
endpoint_details
|
The details of endpoint. |
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