Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomerVirtualNetwork
-
Packages that use IntegrationRuntimeCustomerVirtualNetwork Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeCustomerVirtualNetwork in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntimeCustomerVirtualNetwork Modifier and Type Method Description IntegrationRuntimeCustomerVirtualNetwork
ManagedIntegrationRuntimeTypeProperties. customerVirtualNetwork()
Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type IntegrationRuntimeCustomerVirtualNetwork Modifier and Type Method Description ManagedIntegrationRuntimeTypeProperties
ManagedIntegrationRuntimeTypeProperties. 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
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeCustomerVirtualNetwork Modifier and Type Method Description IntegrationRuntimeCustomerVirtualNetwork
ManagedIntegrationRuntime. customerVirtualNetwork()
Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.IntegrationRuntimeCustomerVirtualNetwork
IntegrationRuntimeCustomerVirtualNetwork. withSubnetId(String subnetId)
Set the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.Methods in com.azure.resourcemanager.datafactory.models with parameters of type IntegrationRuntimeCustomerVirtualNetwork Modifier and Type Method Description ManagedIntegrationRuntime
ManagedIntegrationRuntime. withCustomerVirtualNetwork(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork)
Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.
-