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