BaseActivity Constructor (String)

Initializes an instance of the BaseActivity class using the value for the name parameter.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim name As String

Dim instance As New BaseActivity(name)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public BaseActivity (
    string name
)
public:
BaseActivity (
    String^ name
)
public BaseActivity (
    String name
)
public function BaseActivity (
    name : String
)

Parameters

  • name
    Name of the activity in the pipeline.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

BaseActivity Class
BaseActivity Members
Microsoft.Azure.Management.DataFactories.Models Namespace