28 строки
1.6 KiB
YAML
28 строки
1.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.functions.annotation.BindingName"
|
|
fullName: "com.microsoft.azure.functions.annotation.BindingName"
|
|
name: "BindingName"
|
|
nameWithType: "BindingName"
|
|
summary: "Place this on a parameter whose value would come from Azure Functions runtime."
|
|
syntax: "public interface **BindingName**</br> implements <xref href=\"java.lang.annotation.Annotation?alt=java.lang.annotation.Annotation&text=Annotation\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.functions.annotation.BindingName.value()"
|
|
fullName: "com.microsoft.azure.functions.annotation.BindingName.value()"
|
|
name: "value()"
|
|
nameWithType: "BindingName.value()"
|
|
summary: "Defines the trigger metadata name or binding name defined in function.<wbr>json."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String value()"
|
|
desc: "Defines the trigger metadata name or binding name defined in function.json."
|
|
returns:
|
|
description: "The trigger metadata name or binding name."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Place this on a parameter whose value would come from Azure Functions runtime. Use this annotation when you want to get the value of trigger metadata, or when you defined your own bindings in function.json manually."
|
|
implements:
|
|
- "<xref href=\"java.lang.annotation.Annotation?alt=java.lang.annotation.Annotation&text=Annotation\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.functions.annotation"
|
|
artifact: com.microsoft.azure.functions:azure-functions-java-library:1.3.1
|