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

24 строки
1.0 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.functions.annotation.StorageAccount.value()
name: value()
nameWithType: StorageAccount.value()
returns:
description: <p>The app setting name of the connection string. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Defines the app setting name that contains the Azure Storage connection string. </p>
syntax: public String value()
uid: com.microsoft.azure.functions.annotation.StorageAccount.value()
nameWithType: StorageAccount
syntax: public interface StorageAccount
type: interface
uid: com.microsoft.azure.functions.annotation.StorageAccount
fullName: com.microsoft.azure.functions.annotation.StorageAccount
name: StorageAccount
package: com.microsoft.azure.functions.annotation
summary: >-
<p>Apply this annotation to a method if you have multiple Azure Storage triggers/input/output in that method which share the same app setting name of Azure Storage connection string.</p>
<p></p>
metadata: {}