Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
-
Packages that use IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Modifier and Type Method Description IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
IntegrationRuntimes. listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String factoryName, String integrationRuntimeName)
Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Modifier and Type Method Description com.azure.core.http.rest.Response<IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse>
IntegrationRuntimes. listOutboundNetworkDependenciesEndpointsWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, com.azure.core.util.Context context)
Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
-