Constant Field Values

Contents

com.microsoft.*

  • com.microsoft.azure.toolkit.lib.legacy.function.configurations.FunctionConfiguration 
    Modifier and Type Constant Field Value
    public static final String HTTP_OUTPUT_NOT_ALLOWED "HttpOutput binding is only allowed to use with HttpTrigger binding. HttpOutput binding found on method: "
    public static final String MULTIPLE_TRIGGER "Only one trigger is allowed for each Azure Function. Multiple triggers found on method: "
    public static final String STORAGE_CONNECTION_EMPTY "Storage binding (blob/queue/table) must have non-empty connection. Invalid storage binding found on method: "