DataFactoryExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.DataFactory.
public static class DataFactoryExtensions
type DataFactoryExtensions = class
Public Module DataFactoryExtensions
- Inheritance
-
DataFactoryExtensions
Methods
ConfigureFactoryRepoInformation(SubscriptionResource, AzureLocation, FactoryRepoContent, CancellationToken) |
Updates a factory's repo information.
|
ConfigureFactoryRepoInformationAsync(SubscriptionResource, AzureLocation, FactoryRepoContent, CancellationToken) |
Updates a factory's repo information.
|
GetDataFactories(ResourceGroupResource) |
Gets a collection of DataFactoryResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDataFactories() instead. |
GetDataFactories(SubscriptionResource, CancellationToken) |
Lists factories under the specified subscription.
|
GetDataFactoriesAsync(SubscriptionResource, CancellationToken) |
Lists factories under the specified subscription.
|
GetDataFactory(ResourceGroupResource, String, String, CancellationToken) |
Gets a factory.
|
GetDataFactoryAsync(ResourceGroupResource, String, String, CancellationToken) |
Gets a factory.
|
GetDataFactoryChangeDataCaptureResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryChangeDataCaptureResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryChangeDataCaptureResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryChangeDataCaptureResource(ResourceIdentifier) instead. |
GetDataFactoryDataFlowResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryDataFlowResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryDataFlowResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryDataFlowResource(ResourceIdentifier) instead. |
GetDataFactoryDatasetResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryDatasetResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryDatasetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryDatasetResource(ResourceIdentifier) instead. |
GetDataFactoryGlobalParameterResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryGlobalParameterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryGlobalParameterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryGlobalParameterResource(ResourceIdentifier) instead. |
GetDataFactoryIntegrationRuntimeResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryIntegrationRuntimeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryIntegrationRuntimeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryIntegrationRuntimeResource(ResourceIdentifier) instead. |
GetDataFactoryLinkedServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryLinkedServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryLinkedServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryLinkedServiceResource(ResourceIdentifier) instead. |
GetDataFactoryManagedVirtualNetworkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryManagedVirtualNetworkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryManagedVirtualNetworkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryManagedVirtualNetworkResource(ResourceIdentifier) instead. |
GetDataFactoryPipelineResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryPipelineResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryPipelineResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryPipelineResource(ResourceIdentifier) instead. |
GetDataFactoryPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetDataFactoryPrivateEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryPrivateEndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a DataFactoryPrivateEndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryPrivateEndpointResource(ResourceIdentifier) instead. |
GetDataFactoryResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DataFactoryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryResource(ResourceIdentifier) instead. |
GetDataFactoryServiceCredentialResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryServiceCredentialResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryServiceCredentialResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryServiceCredentialResource(ResourceIdentifier) instead. |
GetDataFactoryTriggerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataFactoryTriggerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataFactoryTriggerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataFactoryTriggerResource(ResourceIdentifier) instead. |
GetFeatureValueExposureControl(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken) |
Get exposure control feature for specific location.
|
GetFeatureValueExposureControlAsync(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken) |
Get exposure control feature for specific location.
|
Applies to
Azure SDK for .NET