IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Class
Azure-SSIS integration runtime outbound network dependency endpoints for one category.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
Constructor
IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(*, category: str | None = None, endpoints: List[_models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
category
|
The category of outbound network dependency. |
endpoints
|
The endpoints for outbound network dependency. |
Variables
Name | Description |
---|---|
category
|
The category of outbound network dependency. |
endpoints
|
The endpoints for outbound network dependency. |
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