Share via


Function Constructors

Definition

Overloads

Function()

Initializes a new instance of the Function class.

Function(String, String, String, FunctionProperties)

Initializes a new instance of the Function class.

Function()

Initializes a new instance of the Function class.

public Function ();
Public Sub New ()

Applies to

Function(String, String, String, FunctionProperties)

Initializes a new instance of the Function class.

public Function (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties properties = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.Function : string * string * string * Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties -> Microsoft.Azure.Management.StreamAnalytics.Models.Function
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As FunctionProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

properties
FunctionProperties

The properties that are associated with a function.

Applies to