Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OutputBinding<T> Interface
- Package:
- com.microsoft.azure.functions
Type Parameters
- T
public interface OutputBinding<T>
This type should be used with the parameter of output bindings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
getValue()
Get the value to be passed to the output binding. |
| abstract void |
setValue(T value)
Set the value to be passed to the output binding. |
Method Details
getValue
public abstract T getValue()
Get the value to be passed to the output binding.
Returns:
The actual value to be passed to the output binding.
setValue
public abstract void setValue(T value)
Set the value to be passed to the output binding.
Parameters:
value
- The actual value to be passed to the output binding.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java
Feedback
Was this page helpful?
