IntegrationRuntimeVNetProperties Class
VNet properties for managed integration runtime.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeVNetProperties
Constructor
IntegrationRuntimeVNetProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, v_net_id: str | None = None, subnet: str | None = None, public_i_ps: List[str] | None = None, subnet_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
v_net_id
|
The ID of the VNet that this integration runtime will join. |
subnet
|
The name of the subnet this integration runtime will join. |
public_i_ps
|
Resource IDs of the public IP addresses that this integration runtime will use. |
subnet_id
|
The ID of subnet, to which this Azure-SSIS integration runtime will be joined. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
v_net_id
|
The ID of the VNet that this integration runtime will join. |
subnet
|
The name of the subnet this integration runtime will join. |
public_i_ps
|
Resource IDs of the public IP addresses that this integration runtime will use. |
subnet_id
|
The ID of subnet, to which this Azure-SSIS integration runtime will be joined. |
Azure SDK for Python