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