Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.ProcessInfo
-
Packages that use ProcessInfo Package Description com.microsoft.azure.toolkit.lib.appservice com.microsoft.azure.toolkit.lib.appservice.file -
-
Uses of ProcessInfo in com.microsoft.azure.toolkit.lib.appservice
Methods in com.microsoft.azure.toolkit.lib.appservice that return types with arguments of type ProcessInfo Modifier and Type Method Description List<ProcessInfo>AppServiceAppBase. listProcess() -
Uses of ProcessInfo in com.microsoft.azure.toolkit.lib.appservice.file
Methods in com.microsoft.azure.toolkit.lib.appservice.file that return types with arguments of type ProcessInfo Modifier and Type Method Description reactor.core.publisher.Mono<com.azure.core.http.rest.Response<List<ProcessInfo>>>AppServiceKuduClient.KuduService. listProcess(String host)List<ProcessInfo>AppServiceKuduClient. listProcess()List<ProcessInfo>IProcessClient. listProcess()
-