Share via


FunctionProperties Constructors

Definition

Overloads

FunctionProperties()

Initializes a new instance of the FunctionProperties class.

FunctionProperties(String)

Initializes a new instance of the FunctionProperties class.

FunctionProperties()

Initializes a new instance of the FunctionProperties class.

public FunctionProperties ();
Public Sub New ()

Applies to

FunctionProperties(String)

Initializes a new instance of the FunctionProperties class.

public FunctionProperties (string etag = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties : string -> Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties
Public Sub New (Optional etag As String = Nothing)

Parameters

etag
String

The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.

Applies to