OutputBinding<T> Interface
Type Parameters
- T
public interface OutputBinding
This type should be used with the parameter of output bindings.
Method Summary
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Get the value to be passed to the output binding. |
void |
setValue(T value)
Set the value to be passed to the output binding. |
Method Details
getValue
public 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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java