CopyActivity Constructors
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.
Overloads
CopyActivity() | |
CopyActivity(CopySource, CopySink, CopyTranslator) |
CopyActivity()
public CopyActivity ();
Public Sub New ()
Applies to
CopyActivity(CopySource, CopySink, CopyTranslator)
public CopyActivity (Microsoft.Azure.Management.DataFactories.Models.CopySource source, Microsoft.Azure.Management.DataFactories.Models.CopySink sink, Microsoft.Azure.Management.DataFactories.Models.CopyTranslator translator = default);
new Microsoft.Azure.Management.DataFactories.Models.CopyActivity : Microsoft.Azure.Management.DataFactories.Models.CopySource * Microsoft.Azure.Management.DataFactories.Models.CopySink * Microsoft.Azure.Management.DataFactories.Models.CopyTranslator -> Microsoft.Azure.Management.DataFactories.Models.CopyActivity
Public Sub New (source As CopySource, sink As CopySink, Optional translator As CopyTranslator = Nothing)
Parameters
- source
- CopySource
- sink
- CopySink
- translator
- CopyTranslator
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET