Uses of Class
com.microsoft.azure.toolkit.lib.appservice.entity.FunctionEntity.BindingEntity
-
Packages that use FunctionEntity.BindingEntity Package Description com.microsoft.azure.toolkit.lib.appservice.entity com.microsoft.azure.toolkit.lib.appservice.utils -
-
Uses of FunctionEntity.BindingEntity in com.microsoft.azure.toolkit.lib.appservice.entity
Fields in com.microsoft.azure.toolkit.lib.appservice.entity with type parameters of type FunctionEntity.BindingEntity Modifier and Type Field Description private List<FunctionEntity.BindingEntity>FunctionEntity. bindingListMethods in com.microsoft.azure.toolkit.lib.appservice.entity that return FunctionEntity.BindingEntity Modifier and Type Method Description FunctionEntity.BindingEntityFunctionEntity. getTrigger() -
Uses of FunctionEntity.BindingEntity in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return FunctionEntity.BindingEntity Modifier and Type Method Description private static FunctionEntity.BindingEntityAppServiceUtils. fromJsonBinding(Map<String,String> bindingProperties)
-