Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomerVirtualNetwork
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeCustomerVirtualNetwork in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionManagedIntegrationRuntimeTypeProperties.customerVirtualNetwork()
Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.Modifier and TypeMethodDescriptionManagedIntegrationRuntimeTypeProperties.withCustomerVirtualNetwork
(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork) Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join. -
Uses of IntegrationRuntimeCustomerVirtualNetwork in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionManagedIntegrationRuntime.customerVirtualNetwork()
Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.IntegrationRuntimeCustomerVirtualNetwork.withSubnetId
(String subnetId) Set the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.Modifier and TypeMethodDescriptionManagedIntegrationRuntime.withCustomerVirtualNetwork
(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork) Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.