CSharpFunctionBindingProperties Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. CSharpFunctionBindingProperties
- com.
Implements
public final class CSharpFunctionBindingProperties
implements JsonSerializable<CSharpFunctionBindingProperties>
The binding properties associated with a CSharp function.
Constructor Summary
| Constructor | Description |
|---|---|
| CSharpFunctionBindingProperties() |
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) |
|
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 java.lang.Object
Constructor Details
CSharpFunctionBindingProperties
public CSharpFunctionBindingProperties()
Creates an instance of CSharpFunctionBindingProperties 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 CSharpFunctionBindingProperties fromJson(JsonReader jsonReader)
Reads an instance of CSharpFunctionBindingProperties from the JsonReader.
Parameters:
Returns:
Throws:
method
public String method()
Get the method property: The Csharp code containing a single function definition.
Returns:
toJson
updateMode
public UpdateMode updateMode()
Get the updateMode property: Refresh modes for Stream Analytics functions.
Returns:
validate
public void validate()
Validates the instance.
withClassProperty
public CSharpFunctionBindingProperties withClassProperty(String classProperty)
Set the classProperty property: The Csharp code containing a single function definition.
Parameters:
Returns:
withDllPath
public CSharpFunctionBindingProperties withDllPath(String dllPath)
Set the dllPath property: The Csharp code containing a single function definition.
Parameters:
Returns:
withMethod
public CSharpFunctionBindingProperties withMethod(String method)
Set the method property: The Csharp code containing a single function definition.
Parameters:
Returns:
withUpdateMode
public CSharpFunctionBindingProperties withUpdateMode(UpdateMode updateMode)
Set the updateMode property: Refresh modes for Stream Analytics functions.
Parameters:
Returns: