@Retention(value=RUNTIME) @Target(value=METHOD) 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.
String
value
public abstract String value
Copyright © 2022. All rights reserved.