Annotation Type StorageAccount
-
@Retention(RUNTIME) @Target(METHOD) public @interface StorageAccountApply 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.
- Since:
- 1.0.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueDefines the app setting name that contains the Azure Storage connection string.
-