MockableDataFactoryArmClient.GetDataFactoryPipelineResource Method
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.
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.
public virtual Azure.ResourceManager.DataFactory.DataFactoryPipelineResource GetDataFactoryPipelineResource (Azure.Core.ResourceIdentifier id);
abstract member GetDataFactoryPipelineResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataFactory.DataFactoryPipelineResource
override this.GetDataFactoryPipelineResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataFactory.DataFactoryPipelineResource
Public Overridable Function GetDataFactoryPipelineResource (id As ResourceIdentifier) As DataFactoryPipelineResource
Parameters
The resource ID of the resource to get.
Returns
Returns a DataFactoryPipelineResource object.
Applies to
Azure SDK for .NET