LogFilesClient Interface
public interface LogFilesClient
An instance of this class provides access to all the operations defined in LogFilesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName)
List all the log files in a given server. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, Context context)
List all the log files in a given server. |
|
abstract
Paged |
listByServerAsync(String resourceGroupName, String serverName)
List all the log files in a given server. |
Method Details
listByServer
public abstract PagedIterable<LogFileInner> listByServer(String resourceGroupName, String serverName)
List all the log files in a given server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<LogFileInner> listByServer(String resourceGroupName, String serverName, Context context)
List all the log files in a given server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux<LogFileInner> listByServerAsync(String resourceGroupName, String serverName)
List all the log files in a given server.
Parameters:
Returns: