Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeVNetProperties
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeVNetProperties in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeComputeProperties.vNetProperties()
Get the vNetProperties property: VNet properties for managed integration runtime.IntegrationRuntimeVNetProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: VNet properties for managed integration runtime.IntegrationRuntimeVNetProperties.withPublicIPs
(List<String> publicIPs) Set the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.IntegrationRuntimeVNetProperties.withSubnet
(String subnet) Set the subnet property: The name of the subnet this integration runtime will join.IntegrationRuntimeVNetProperties.withSubnetId
(String subnetId) Set the subnetId property: The ID of subnet, to which this Azure-SSIS integration runtime will be joined.IntegrationRuntimeVNetProperties.withVNetId
(String vNetId) Set the vNetId property: The ID of the VNet that this integration runtime will join.Modifier and TypeMethodDescriptionIntegrationRuntimeComputeProperties.withVNetProperties
(IntegrationRuntimeVNetProperties vNetProperties) Set the vNetProperties property: VNet properties for managed integration runtime.