DotNetActivity 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
DotNetActivity() | |
DotNetActivity(String, String, String, String) |
DotNetActivity()
public DotNetActivity ();
Public Sub New ()
Applies to
DotNetActivity(String, String, String, String)
public DotNetActivity (string assemblyName, string entryPoint, string packageFile, string packageLinkedService = default);
new Microsoft.Azure.Management.DataFactories.Models.DotNetActivity : string * string * string * string -> Microsoft.Azure.Management.DataFactories.Models.DotNetActivity
Public Sub New (assemblyName As String, entryPoint As String, packageFile As String, Optional packageLinkedService As String = Nothing)
Parameters
- assemblyName
- String
- entryPoint
- String
- packageFile
- String
- packageLinkedService
- String
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