PSActivityRun 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
PSActivityRun() | |
PSActivityRun(ActivityRun, String, String) |
PSActivityRun()
public PSActivityRun ();
Public Sub New ()
Applies to
PSActivityRun(ActivityRun, String, String)
public PSActivityRun (Microsoft.Azure.Management.DataFactory.Models.ActivityRun activityRun, string resourceGroupName, string factoryName);
new Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun : Microsoft.Azure.Management.DataFactory.Models.ActivityRun * string * string -> Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun
Public Sub New (activityRun As ActivityRun, resourceGroupName As String, factoryName As String)
Parameters
- activityRun
- ActivityRun
- resourceGroupName
- String
- factoryName
- String