Class DataFactoryManager
java.lang.Object
com.azure.resourcemanager.datafactory.DataFactoryManager
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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of ActivityRuns.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.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.Gets a Configurable instance that can be used to create DataFactoryManager with optional configuration.Gets the resource collection API of CredentialOperations.Gets the resource collection API of DataFlowDebugSessions.Gets the resource collection API of DataFlows.datasets()
Gets the resource collection API of Datasets.Gets the resource collection API of ExposureControls.Gets the resource collection API of Factories.Gets the resource collection API of GlobalParameters.Gets the resource collection API of IntegrationRuntimeNodes.Gets the resource collection API of IntegrationRuntimeObjectMetadatas.Gets the resource collection API of IntegrationRuntimes.Gets the resource collection API of LinkedServices.Gets the resource collection API of ManagedPrivateEndpoints.Gets the resource collection API of ManagedVirtualNetworks.Gets the resource collection API of Operations.Gets the resource collection API of PipelineRuns.Gets the resource collection API of Pipelines.Gets the resource collection API of PrivateEndpointConnectionOperations.Gets the resource collection API of PrivateEndPointConnections.Gets the resource collection API of PrivateLinkResources.Gets the resource collection API of TriggerRuns.triggers()
Gets the resource collection API of Triggers.
-
Method Details
-
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
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the DataFactory service API instance.
-
configure
Gets a Configurable instance that can be used to create DataFactoryManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
factories
Gets the resource collection API of Factories. It manages Factory.- Returns:
- Resource collection API of Factories.
-
exposureControls
Gets the resource collection API of ExposureControls.- Returns:
- Resource collection API of ExposureControls.
-
integrationRuntimes
Gets the resource collection API of IntegrationRuntimes. It manages IntegrationRuntimeResource.- Returns:
- Resource collection API of IntegrationRuntimes.
-
integrationRuntimeObjectMetadatas
Gets the resource collection API of IntegrationRuntimeObjectMetadatas.- Returns:
- Resource collection API of IntegrationRuntimeObjectMetadatas.
-
integrationRuntimeNodes
Gets the resource collection API of IntegrationRuntimeNodes.- Returns:
- Resource collection API of IntegrationRuntimeNodes.
-
linkedServices
Gets the resource collection API of LinkedServices. It manages LinkedServiceResource.- Returns:
- Resource collection API of LinkedServices.
-
datasets
Gets the resource collection API of Datasets. It manages DatasetResource.- Returns:
- Resource collection API of Datasets.
-
pipelines
Gets the resource collection API of Pipelines. It manages PipelineResource.- Returns:
- Resource collection API of Pipelines.
-
pipelineRuns
Gets the resource collection API of PipelineRuns.- Returns:
- Resource collection API of PipelineRuns.
-
activityRuns
Gets the resource collection API of ActivityRuns.- Returns:
- Resource collection API of ActivityRuns.
-
triggers
Gets the resource collection API of Triggers. It manages TriggerResource.- Returns:
- Resource collection API of Triggers.
-
triggerRuns
Gets the resource collection API of TriggerRuns.- Returns:
- Resource collection API of TriggerRuns.
-
dataFlows
Gets the resource collection API of DataFlows. It manages DataFlowResource.- Returns:
- Resource collection API of DataFlows.
-
dataFlowDebugSessions
Gets the resource collection API of DataFlowDebugSessions.- Returns:
- Resource collection API of DataFlowDebugSessions.
-
managedVirtualNetworks
Gets the resource collection API of ManagedVirtualNetworks. It manages ManagedVirtualNetworkResource.- Returns:
- Resource collection API of ManagedVirtualNetworks.
-
managedPrivateEndpoints
Gets the resource collection API of ManagedPrivateEndpoints. It manages ManagedPrivateEndpointResource.- Returns:
- Resource collection API of ManagedPrivateEndpoints.
-
credentialOperations
Gets the resource collection API of CredentialOperations. It manages ManagedIdentityCredentialResource.- Returns:
- Resource collection API of CredentialOperations.
-
privateEndPointConnections
Gets the resource collection API of PrivateEndPointConnections.- Returns:
- Resource collection API of PrivateEndPointConnections.
-
privateEndpointConnectionOperations
Gets the resource collection API of PrivateEndpointConnectionOperations. It manages PrivateEndpointConnectionResource.- Returns:
- Resource collection API of PrivateEndpointConnectionOperations.
-
privateLinkResources
Gets the resource collection API of PrivateLinkResources.- Returns:
- Resource collection API of PrivateLinkResources.
-
globalParameters
Gets the resource collection API of GlobalParameters. It manages GlobalParameterResource.- Returns:
- Resource collection API of GlobalParameters.
-
serviceClient
- Returns:
- Wrapped service client DataFactoryManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-