StorageAccount Interface
public interface StorageAccount
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 |
---|---|
String |
value()
Defines the app setting name that contains the Azure Storage connection string. |
Method Details
value
public 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java