IntegrationRuntimeCustomerVirtualNetwork Class
The definition and properties of virtual network to which Azure-SSIS integration runtime will join.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeCustomerVirtualNetwork
Constructor
IntegrationRuntimeCustomerVirtualNetwork(*, subnet_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
subnet_id
|
The ID of subnet to which Azure-SSIS integration runtime will join. |
Variables
Name | Description |
---|---|
subnet_id
|
The ID of subnet to which Azure-SSIS integration runtime will join. |
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