Interface AppServiceKuduClient.KuduService

    • 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)
      • createDirectory

        reactor.core.publisher.Mono<Void> createDirectory​(String host,
                                                          String path)
      • deleteFile

        reactor.core.publisher.Mono<Void> deleteFile​(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)