azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.functio...

100 строки
5.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.functions.annotation.SendGridOutput"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput"
name: "SendGridOutput"
nameWithType: "SendGridOutput"
summary: "Place this on a parameter whose value would be written to SendGrid."
syntax: "public interface SendGridOutput implements Annotation"
methods:
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.apiKey()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.apiKey()"
name: "apiKey()"
nameWithType: "SendGridOutput.apiKey()"
summary: "Defines the API key of the Send<wbr>Grid to which to write."
modifiers:
- "abstract"
syntax: "public abstract String apiKey()"
desc: "Defines the API key of the SendGrid to which to write."
returns:
description: "The SendGrid API key string."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.dataType()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.dataType()"
name: "dataType()"
nameWithType: "SendGridOutput.dataType()"
summary: "Defines how Functions runtime should treat the parameter value."
modifiers:
- "abstract"
syntax: "public abstract String dataType()"
desc: "Defines how Functions runtime should treat the parameter value. Possible values are:\n\n * \"\" or string: treat it as a string whose value is serialized from the parameter\n * binary: treat it as a binary data whose value comes from for example OutputBinding<byte\\[\\]>"
returns:
description: "The dataType which will be used by the Functions runtime."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.from()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.from()"
name: "from()"
nameWithType: "SendGridOutput.from()"
summary: "Defines the 'FROM' name of the Send<wbr>Grid to which to write."
modifiers:
- "abstract"
syntax: "public abstract String from()"
desc: "Defines the 'FROM' name of the SendGrid to which to write."
returns:
description: "The SendGrid 'FROM' name string."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.name()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.name()"
name: "name()"
nameWithType: "SendGridOutput.name()"
summary: "The variable name used in function.<wbr>json."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "The variable name used in function.json."
returns:
description: "The variable name used in function.json."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.subject()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.subject()"
name: "subject()"
nameWithType: "SendGridOutput.subject()"
summary: "Defines the subject of the Send<wbr>Grid email to which to write."
modifiers:
- "abstract"
syntax: "public abstract String subject()"
desc: "Defines the subject of the SendGrid email to which to write."
returns:
description: "The SendGrid email subject string."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.text()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.text()"
name: "text()"
nameWithType: "SendGridOutput.text()"
summary: "Defines the content text of the Send<wbr>Grid email to which to write."
modifiers:
- "abstract"
syntax: "public abstract String text()"
desc: "Defines the content text of the SendGrid email to which to write."
returns:
description: "The SendGrid email content string."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.annotation.SendGridOutput.to()"
fullName: "com.microsoft.azure.functions.annotation.SendGridOutput.to()"
name: "to()"
nameWithType: "SendGridOutput.to()"
summary: "Defines the 'TO' email of the Send<wbr>Grid to which to write."
modifiers:
- "abstract"
syntax: "public abstract String to()"
desc: "Defines the 'TO' email of the SendGrid to which to write."
returns:
description: "The SendGrid 'TO' email string."
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 be written to SendGrid. The parameter type should be OutputBinding<T>, where T could be one of:\n\n * Any native Java types such as int, String, byte\\[\\]\n * Any POJO type"
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