Uses of Class
com.microsoft.azure.toolkit.lib.appservice.entity.FunctionEntity
-
Packages that use FunctionEntity Package Description com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.task com.microsoft.azure.toolkit.lib.appservice.utils -
-
Uses of FunctionEntity in com.microsoft.azure.toolkit.lib.appservice.function
Methods in com.microsoft.azure.toolkit.lib.appservice.function that return types with arguments of type FunctionEntity Modifier and Type Method Description List<FunctionEntity>FunctionApp. listFunctions(boolean... force) -
Uses of FunctionEntity in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return types with arguments of type FunctionEntity Modifier and Type Method Description private List<FunctionEntity>DeployFunctionAppTask. listFunctions(FunctionApp functionApp) -
Uses of FunctionEntity in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return FunctionEntity Modifier and Type Method Description static FunctionEntityAppServiceUtils. fromFunctionAppEnvelope(com.azure.resourcemanager.appservice.models.FunctionEnvelope functionEnvelope, String functionId)
-