你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccount Interface

Implements

java.lang.annotation.Annotation

public interface StorageAccount
implements java.lang.annotation.Annotation

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.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String value()

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

Method Details

value

public abstract String value()

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

Returns:

The app setting name of the connection string.

Applies to