41 строка
1.7 KiB
YAML
41 строка
1.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.functions.OutputBinding"
|
|
fullName: "com.microsoft.azure.functions.OutputBinding<T>"
|
|
name: "OutputBinding<T>"
|
|
nameWithType: "OutputBinding<T>"
|
|
summary: "This type should be used with the parameter of output bindings."
|
|
syntax: "public interface **OutputBinding<T>**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.functions.OutputBinding.getValue()"
|
|
fullName: "com.microsoft.azure.functions.OutputBinding<T>.getValue()"
|
|
name: "getValue()"
|
|
nameWithType: "OutputBinding<T>.getValue()"
|
|
summary: "Get the value to be passed to the output binding."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract T getValue()"
|
|
desc: "Get the value to be passed to the output binding."
|
|
returns:
|
|
description: "The actual value to be passed to the output binding."
|
|
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.functions.OutputBinding.setValue(T)"
|
|
fullName: "com.microsoft.azure.functions.OutputBinding<T>.setValue(T value)"
|
|
name: "setValue(T value)"
|
|
nameWithType: "OutputBinding<T>.setValue(T value)"
|
|
summary: "Set the value to be passed to the output binding."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The actual value to be passed to the output binding."
|
|
name: "value"
|
|
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void setValue(T value)"
|
|
desc: "Set the value to be passed to the output binding."
|
|
type: "interface"
|
|
typeParameters:
|
|
- name: "T"
|
|
desc: "This type should be used with the parameter of output bindings."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.functions"
|
|
artifact: com.microsoft.azure.functions:azure-functions-java-library:1.3.1
|