Class DataFactoryManager


  • public final class DataFactoryManager
    extends Object
    Entry point to DataFactoryManager. The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services.
    • Method Detail

      • authenticate

        public static DataFactoryManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                      com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of DataFactory service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the DataFactory service API instance.
      • authenticate

        public static DataFactoryManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                      com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of DataFactory service API entry point.
        Parameters:
        httpPipeline - the HttpPipeline configured with Azure authentication credential.
        profile - the Azure profile for client.
        Returns:
        the DataFactory service API instance.
      • configure

        public static DataFactoryManager.Configurable configure()
        Gets a Configurable instance that can be used to create DataFactoryManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • operations

        public Operations operations()
        Gets the resource collection API of Operations.
        Returns:
        Resource collection API of Operations.
      • factories

        public Factories factories()
        Gets the resource collection API of Factories.
        Returns:
        Resource collection API of Factories.
      • exposureControls

        public ExposureControls exposureControls()
        Gets the resource collection API of ExposureControls.
        Returns:
        Resource collection API of ExposureControls.
      • integrationRuntimes

        public IntegrationRuntimes integrationRuntimes()
        Gets the resource collection API of IntegrationRuntimes.
        Returns:
        Resource collection API of IntegrationRuntimes.
      • integrationRuntimeObjectMetadatas

        public IntegrationRuntimeObjectMetadatas integrationRuntimeObjectMetadatas()
        Gets the resource collection API of IntegrationRuntimeObjectMetadatas.
        Returns:
        Resource collection API of IntegrationRuntimeObjectMetadatas.
      • integrationRuntimeNodes

        public IntegrationRuntimeNodes integrationRuntimeNodes()
        Gets the resource collection API of IntegrationRuntimeNodes.
        Returns:
        Resource collection API of IntegrationRuntimeNodes.
      • linkedServices

        public LinkedServices linkedServices()
        Gets the resource collection API of LinkedServices.
        Returns:
        Resource collection API of LinkedServices.
      • datasets

        public Datasets datasets()
        Gets the resource collection API of Datasets.
        Returns:
        Resource collection API of Datasets.
      • pipelines

        public Pipelines pipelines()
        Gets the resource collection API of Pipelines.
        Returns:
        Resource collection API of Pipelines.
      • pipelineRuns

        public PipelineRuns pipelineRuns()
        Gets the resource collection API of PipelineRuns.
        Returns:
        Resource collection API of PipelineRuns.
      • activityRuns

        public ActivityRuns activityRuns()
        Gets the resource collection API of ActivityRuns.
        Returns:
        Resource collection API of ActivityRuns.
      • triggers

        public Triggers triggers()
        Gets the resource collection API of Triggers.
        Returns:
        Resource collection API of Triggers.
      • triggerRuns

        public TriggerRuns triggerRuns()
        Gets the resource collection API of TriggerRuns.
        Returns:
        Resource collection API of TriggerRuns.
      • dataFlows

        public DataFlows dataFlows()
        Gets the resource collection API of DataFlows.
        Returns:
        Resource collection API of DataFlows.
      • dataFlowDebugSessions

        public DataFlowDebugSessions dataFlowDebugSessions()
        Gets the resource collection API of DataFlowDebugSessions.
        Returns:
        Resource collection API of DataFlowDebugSessions.
      • managedVirtualNetworks

        public ManagedVirtualNetworks managedVirtualNetworks()
        Gets the resource collection API of ManagedVirtualNetworks.
        Returns:
        Resource collection API of ManagedVirtualNetworks.
      • managedPrivateEndpoints

        public ManagedPrivateEndpoints managedPrivateEndpoints()
        Gets the resource collection API of ManagedPrivateEndpoints.
        Returns:
        Resource collection API of ManagedPrivateEndpoints.
      • privateEndPointConnections

        public PrivateEndPointConnections privateEndPointConnections()
        Gets the resource collection API of PrivateEndPointConnections.
        Returns:
        Resource collection API of PrivateEndPointConnections.
      • privateEndpointConnectionOperations

        public PrivateEndpointConnectionOperations privateEndpointConnectionOperations()
        Gets the resource collection API of PrivateEndpointConnectionOperations.
        Returns:
        Resource collection API of PrivateEndpointConnectionOperations.
      • privateLinkResources

        public PrivateLinkResources privateLinkResources()
        Gets the resource collection API of PrivateLinkResources.
        Returns:
        Resource collection API of PrivateLinkResources.
      • serviceClient

        public DataFactoryManagementClient serviceClient()
        Returns:
        Wrapped service client DataFactoryManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.