LogFiles Interface
public interface LogFiles
Resource collection API of LogFiles.
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. |
Method Details
listByServer
public abstract PagedIterable<LogFile> listByServer(String resourceGroupName, String serverName)
List all the log files in a given server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<LogFile> listByServer(String resourceGroupName, String serverName, Context context)
List all the log files in a given server.
Parameters:
Returns: