PSDataFlow 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
PSDataFlow() |
Initializes a new instance of the PSDataFlow class. |
PSDataFlow(DataFlow) |
Initializes a new instance of the PSDataFlow class. |
PSDataFlow()
Initializes a new instance of the PSDataFlow class.
public PSDataFlow ();
Public Sub New ()
Applies to
PSDataFlow(DataFlow)
Initializes a new instance of the PSDataFlow class.
public PSDataFlow (Microsoft.Azure.Management.Monitor.Models.DataFlow dataFlow);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow : Microsoft.Azure.Management.Monitor.Models.DataFlow -> Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow
Public Sub New (dataFlow As DataFlow)
Parameters
- dataFlow
- DataFlow
The DataFlow to wrap.