Interface DataFactoryManagementClient
-
public interface DataFactoryManagementClient
The interface for DataFactoryManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityRunsClient
getActivityRuns()
Gets the ActivityRunsClient object to access its operations.String
getApiVersion()
Gets Api Version.DataFlowDebugSessionsClient
getDataFlowDebugSessions()
Gets the DataFlowDebugSessionsClient object to access its operations.DataFlowsClient
getDataFlows()
Gets the DataFlowsClient object to access its operations.DatasetsClient
getDatasets()
Gets the DatasetsClient object to access its operations.Duration
getDefaultPollInterval()
Gets The default poll interval for long-running operation.String
getEndpoint()
Gets server parameter.ExposureControlsClient
getExposureControls()
Gets the ExposureControlsClient object to access its operations.FactoriesClient
getFactories()
Gets the FactoriesClient object to access its operations.com.azure.core.http.HttpPipeline
getHttpPipeline()
Gets The HTTP pipeline to send requests through.IntegrationRuntimeNodesClient
getIntegrationRuntimeNodes()
Gets the IntegrationRuntimeNodesClient object to access its operations.IntegrationRuntimeObjectMetadatasClient
getIntegrationRuntimeObjectMetadatas()
Gets the IntegrationRuntimeObjectMetadatasClient object to access its operations.IntegrationRuntimesClient
getIntegrationRuntimes()
Gets the IntegrationRuntimesClient object to access its operations.LinkedServicesClient
getLinkedServices()
Gets the LinkedServicesClient object to access its operations.ManagedPrivateEndpointsClient
getManagedPrivateEndpoints()
Gets the ManagedPrivateEndpointsClient object to access its operations.ManagedVirtualNetworksClient
getManagedVirtualNetworks()
Gets the ManagedVirtualNetworksClient object to access its operations.OperationsClient
getOperations()
Gets the OperationsClient object to access its operations.PipelineRunsClient
getPipelineRuns()
Gets the PipelineRunsClient object to access its operations.PipelinesClient
getPipelines()
Gets the PipelinesClient object to access its operations.PrivateEndpointConnectionOperationsClient
getPrivateEndpointConnectionOperations()
Gets the PrivateEndpointConnectionOperationsClient object to access its operations.PrivateEndPointConnectionsClient
getPrivateEndPointConnections()
Gets the PrivateEndPointConnectionsClient object to access its operations.PrivateLinkResourcesClient
getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.String
getSubscriptionId()
Gets The subscription identifier.TriggerRunsClient
getTriggerRuns()
Gets the TriggerRunsClient object to access its operations.TriggersClient
getTriggers()
Gets the TriggersClient object to access its operations.
-
-
-
Method Detail
-
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.
-
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.
-
-