ServerOperationsClient Interface
public interface ServerOperationsClient
An instance of this class provides access to all the operations defined in ServerOperationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listByServer(String resourceGroupName, String serverName)
Gets a list of operations performed on the server. |
abstract
Paged |
listByServer(String resourceGroupName, String serverName, Context context)
Gets a list of operations performed on the server. |
abstract
Paged |
listByServerAsync(String resourceGroupName, String serverName)
Gets a list of operations performed on the server. |
Method Details
listByServer
public abstract PagedIterable
Gets a list of operations performed on the server.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets a list of operations performed on the server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Gets a list of operations performed on the server.
Parameters:
Returns:
Applies to
Azure SDK for Java