Uses of Class
com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkReference
-
Packages that use ManagedVirtualNetworkReference Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ManagedVirtualNetworkReference in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ManagedVirtualNetworkReference Modifier and Type Method Description ManagedVirtualNetworkReference
ManagedIntegrationRuntime. managedVirtualNetwork()
Get the managedVirtualNetwork property: Managed Virtual Network reference.ManagedVirtualNetworkReference
ManagedVirtualNetworkReference. withReferenceName(String referenceName)
Set the referenceName property: Reference ManagedVirtualNetwork name.ManagedVirtualNetworkReference
ManagedVirtualNetworkReference. withType(ManagedVirtualNetworkReferenceType type)
Set the type property: Managed Virtual Network reference type.Methods in com.azure.resourcemanager.datafactory.models with parameters of type ManagedVirtualNetworkReference Modifier and Type Method Description ManagedIntegrationRuntime
ManagedIntegrationRuntime. withManagedVirtualNetwork(ManagedVirtualNetworkReference managedVirtualNetwork)
Set the managedVirtualNetwork property: Managed Virtual Network reference.
-