CSharpFunctionBinding Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. FunctionBinding - com.
azure. resourcemanager. streamanalytics. models. CSharpFunctionBinding
- com.
- com.
public final class CSharpFunctionBinding
extends FunctionBinding
The binding to a CSharp function.
Constructor Summary
| Constructor | Description |
|---|---|
| CSharpFunctionBinding() |
Creates an instance of CSharp |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
classProperty()
Get the class |
| String |
dllPath()
Get the dll |
|
static
CSharp |
fromJson(JsonReader jsonReader)
Reads an instance of CSharp |
| String |
method()
Get the method property: The Csharp code containing a single function definition. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Indicates the function binding type. |
|
Update |
updateMode()
Get the update |
| void |
validate()
Validates the instance. |
|
CSharp |
withClassProperty(String classProperty)
Set the class |
|
CSharp |
withDllPath(String dllPath)
Set the dll |
|
CSharp |
withMethod(String method)
Set the method property: The Csharp code containing a single function definition. |
|
CSharp |
withUpdateMode(UpdateMode updateMode)
Set the update |
Methods inherited from FunctionBinding
Methods inherited from java.lang.Object
Constructor Details
CSharpFunctionBinding
public CSharpFunctionBinding()
Creates an instance of CSharpFunctionBinding class.
Method Details
classProperty
public String classProperty()
Get the classProperty property: The Csharp code containing a single function definition.
Returns:
dllPath
public String dllPath()
Get the dllPath property: The Csharp code containing a single function definition.
Returns:
fromJson
public static CSharpFunctionBinding fromJson(JsonReader jsonReader)
Reads an instance of CSharpFunctionBinding from the JsonReader.
Parameters:
Returns:
Throws:
method
public String method()
Get the method property: The Csharp code containing a single function definition.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CSharpFunctionBinding.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Indicates the function binding type.
Overrides:
CSharpFunctionBinding.type()Returns:
updateMode
public UpdateMode updateMode()
Get the updateMode property: Refresh modes for Stream Analytics functions.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
CSharpFunctionBinding.validate()withClassProperty
public CSharpFunctionBinding withClassProperty(String classProperty)
Set the classProperty property: The Csharp code containing a single function definition.
Parameters:
Returns:
withDllPath
public CSharpFunctionBinding withDllPath(String dllPath)
Set the dllPath property: The Csharp code containing a single function definition.
Parameters:
Returns:
withMethod
public CSharpFunctionBinding withMethod(String method)
Set the method property: The Csharp code containing a single function definition.
Parameters:
Returns:
withUpdateMode
public CSharpFunctionBinding withUpdateMode(UpdateMode updateMode)
Set the updateMode property: Refresh modes for Stream Analytics functions.
Parameters:
Returns: