次の方法で共有


Usages Interface

public interface Usages

Resource collection API of Usages.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Quota> list(String location)

Get resource quotas and usage information This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic).

abstract PagedIterable<Quota> list(String location, Context context)

Get resource quotas and usage information This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic).

Method Details

list

public abstract PagedIterable<Quota> list(String location)

Get resource quotas and usage information This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic).

Parameters:

location - The Azure region of the operation.

Returns:

oData page of quota objects as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<Quota> list(String location, Context context)

Get resource quotas and usage information This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic).

Parameters:

location - The Azure region of the operation.
context - The context to associate with this operation.

Returns:

oData page of quota objects as paginated response with PagedIterable<T>.

Applies to