Interface AppServiceKuduClient.KuduService
-
- Enclosing class:
- AppServiceKuduClient
private static interface AppServiceKuduClient.KuduService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>createDirectory(String host, String path)reactor.core.publisher.Mono<Void>deleteFile(String host, String path)reactor.core.publisher.Mono<com.azure.core.http.rest.Response<CommandOutput>>execute(String host, String command)reactor.core.publisher.Mono<com.azure.core.http.rest.Response<TunnelStatus>>getAppServiceTunnelStatus(String host)reactor.core.publisher.Mono<com.azure.core.http.rest.StreamResponse>getFileContent(String host, String path)reactor.core.publisher.Mono<com.azure.core.http.rest.Response<List<AppServiceFile>>>getFilesInDirectory(String host, String path)reactor.core.publisher.Mono<com.azure.core.http.rest.Response<List<ProcessInfo>>>listProcess(String host)reactor.core.publisher.Mono<Void>saveFile(String host, String path, String content)
-
-
-
Method Detail
-
getFileContent
reactor.core.publisher.Mono<com.azure.core.http.rest.StreamResponse> getFileContent(String host, String path)
-
getFilesInDirectory
reactor.core.publisher.Mono<com.azure.core.http.rest.Response<List<AppServiceFile>>> getFilesInDirectory(String host, String path)
-
listProcess
reactor.core.publisher.Mono<com.azure.core.http.rest.Response<List<ProcessInfo>>> listProcess(String host)
-
execute
reactor.core.publisher.Mono<com.azure.core.http.rest.Response<CommandOutput>> execute(String host, String command)
-
getAppServiceTunnelStatus
reactor.core.publisher.Mono<com.azure.core.http.rest.Response<TunnelStatus>> getAppServiceTunnelStatus(String host)
-
-