AzureFunctionReceiver 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
AzureFunctionReceiver() | |
AzureFunctionReceiver(String, String, String, String) |
AzureFunctionReceiver()
public AzureFunctionReceiver ();
Public Sub New ()
Applies to
AzureFunctionReceiver(String, String, String, String)
public AzureFunctionReceiver (string name, string functionAppResourceId, string functionName, string httpTriggerUrl);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AzureFunctionReceiver : string * string * string * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AzureFunctionReceiver
Public Sub New (name As String, functionAppResourceId As String, functionName As String, httpTriggerUrl As String)
Parameters
- name
- String
- functionAppResourceId
- String
- functionName
- String
- httpTriggerUrl
- String