### YamlMime:JavaType methods: - fullName: com.microsoft.azure.functions.annotation.StorageAccount.value() name: value() nameWithType: StorageAccount.value() returns: description:

The app setting name of the connection string.

type: summary:

Defines the app setting name that contains the Azure Storage connection string.

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: >-

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.

metadata: {}