Interface DataFactoryManagementClient
public interface DataFactoryManagementClient
The interface for DataFactoryManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ActivityRunsClient object to access its operations.Gets Api Version.Gets the CredentialOperationsClient object to access its operations.Gets the DataFlowDebugSessionsClient object to access its operations.Gets the DataFlowsClient object to access its operations.Gets the DatasetsClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.Gets the ExposureControlsClient object to access its operations.Gets the FactoriesClient object to access its operations.Gets the GlobalParametersClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the IntegrationRuntimeNodesClient object to access its operations.Gets the IntegrationRuntimeObjectMetadatasClient object to access its operations.Gets the IntegrationRuntimesClient object to access its operations.Gets the LinkedServicesClient object to access its operations.Gets the ManagedPrivateEndpointsClient object to access its operations.Gets the ManagedVirtualNetworksClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PipelineRunsClient object to access its operations.Gets the PipelinesClient object to access its operations.Gets the PrivateEndpointConnectionOperationsClient object to access its operations.Gets the PrivateEndPointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets The subscription identifier.Gets the TriggerRunsClient object to access its operations.Gets the TriggersClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The subscription identifier.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getFactories
FactoriesClient getFactories()Gets the FactoriesClient object to access its operations.- Returns:
- the FactoriesClient object.
-
getExposureControls
ExposureControlsClient getExposureControls()Gets the ExposureControlsClient object to access its operations.- Returns:
- the ExposureControlsClient object.
-
getIntegrationRuntimes
IntegrationRuntimesClient getIntegrationRuntimes()Gets the IntegrationRuntimesClient object to access its operations.- Returns:
- the IntegrationRuntimesClient object.
-
getIntegrationRuntimeObjectMetadatas
IntegrationRuntimeObjectMetadatasClient getIntegrationRuntimeObjectMetadatas()Gets the IntegrationRuntimeObjectMetadatasClient object to access its operations.- Returns:
- the IntegrationRuntimeObjectMetadatasClient object.
-
getIntegrationRuntimeNodes
IntegrationRuntimeNodesClient getIntegrationRuntimeNodes()Gets the IntegrationRuntimeNodesClient object to access its operations.- Returns:
- the IntegrationRuntimeNodesClient object.
-
getLinkedServices
LinkedServicesClient getLinkedServices()Gets the LinkedServicesClient object to access its operations.- Returns:
- the LinkedServicesClient object.
-
getDatasets
DatasetsClient getDatasets()Gets the DatasetsClient object to access its operations.- Returns:
- the DatasetsClient object.
-
getPipelines
PipelinesClient getPipelines()Gets the PipelinesClient object to access its operations.- Returns:
- the PipelinesClient object.
-
getPipelineRuns
PipelineRunsClient getPipelineRuns()Gets the PipelineRunsClient object to access its operations.- Returns:
- the PipelineRunsClient object.
-
getActivityRuns
ActivityRunsClient getActivityRuns()Gets the ActivityRunsClient object to access its operations.- Returns:
- the ActivityRunsClient object.
-
getTriggers
TriggersClient getTriggers()Gets the TriggersClient object to access its operations.- Returns:
- the TriggersClient object.
-
getTriggerRuns
TriggerRunsClient getTriggerRuns()Gets the TriggerRunsClient object to access its operations.- Returns:
- the TriggerRunsClient object.
-
getDataFlows
DataFlowsClient getDataFlows()Gets the DataFlowsClient object to access its operations.- Returns:
- the DataFlowsClient object.
-
getDataFlowDebugSessions
DataFlowDebugSessionsClient getDataFlowDebugSessions()Gets the DataFlowDebugSessionsClient object to access its operations.- Returns:
- the DataFlowDebugSessionsClient object.
-
getManagedVirtualNetworks
ManagedVirtualNetworksClient getManagedVirtualNetworks()Gets the ManagedVirtualNetworksClient object to access its operations.- Returns:
- the ManagedVirtualNetworksClient object.
-
getManagedPrivateEndpoints
ManagedPrivateEndpointsClient getManagedPrivateEndpoints()Gets the ManagedPrivateEndpointsClient object to access its operations.- Returns:
- the ManagedPrivateEndpointsClient object.
-
getCredentialOperations
CredentialOperationsClient getCredentialOperations()Gets the CredentialOperationsClient object to access its operations.- Returns:
- the CredentialOperationsClient object.
-
getPrivateEndPointConnections
PrivateEndPointConnectionsClient getPrivateEndPointConnections()Gets the PrivateEndPointConnectionsClient object to access its operations.- Returns:
- the PrivateEndPointConnectionsClient object.
-
getPrivateEndpointConnectionOperations
PrivateEndpointConnectionOperationsClient getPrivateEndpointConnectionOperations()Gets the PrivateEndpointConnectionOperationsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionOperationsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getGlobalParameters
GlobalParametersClient getGlobalParameters()Gets the GlobalParametersClient object to access its operations.- Returns:
- the GlobalParametersClient object.
-