Uses of Class
com.microsoft.azure.functions.annotation.Cardinality
-
-
Uses of Cardinality in com.microsoft.azure.functions.annotation
Methods in com.microsoft.azure.functions.annotation that return Cardinality Modifier and Type Method Description Cardinalitycardinality()Cardinality of the trigger input.Cardinalitycardinality()Cardinality of the trigger input.Cardinalitycardinality()Cardinality of the trigger input.Cardinalitycardinality()Cardinality of the trigger input.static CardinalityCardinality. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cardinality[]Cardinality. values()Returns an array containing the constants of this enum type, in the order they are declared.
-