共用方式為


AzureFunctionReceiver Constructors

Definition

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

Applies to