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