FunctionProperties 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
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.