Share via


PlaywrightQuotasClient Interface

public interface PlaywrightQuotasClient

An instance of this class provides access to all the operations defined in PlaywrightQuotasClient.

Method Summary

Modifier and Type Method and Description
abstract PlaywrightQuotaInner get(String location, QuotaName playwrightQuotaName)

Gets a subscription-level location-based Playwright quota resource by name.

abstract Response<PlaywrightQuotaInner> getWithResponse(String location, QuotaName playwrightQuotaName, Context context)

Gets a subscription-level location-based Playwright quota resource by name.

abstract PagedIterable<PlaywrightQuotaInner> listBySubscription(String location)

Lists Playwright quota resources for a given subscription ID.

abstract PagedIterable<PlaywrightQuotaInner> listBySubscription(String location, Context context)

Lists Playwright quota resources for a given subscription ID.

Method Details

get

public abstract PlaywrightQuotaInner get(String location, QuotaName playwrightQuotaName)

Gets a subscription-level location-based Playwright quota resource by name.

Parameters:

location - The name of the Azure region.
playwrightQuotaName - The name of the PlaywrightQuota.

Returns:

a subscription-level location-based Playwright quota resource by name.

getWithResponse

public abstract Response<PlaywrightQuotaInner> getWithResponse(String location, QuotaName playwrightQuotaName, Context context)

Gets a subscription-level location-based Playwright quota resource by name.

Parameters:

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

Returns:

a subscription-level location-based Playwright quota resource by name along with Response<T>.

listBySubscription

public abstract PagedIterable<PlaywrightQuotaInner> listBySubscription(String location)

Lists Playwright quota resources for a given subscription ID.

Parameters:

location - The name of the Azure region.

Returns:

the response of a PlaywrightQuota list operation as paginated response with PagedIterable<T>.

listBySubscription

public abstract PagedIterable<PlaywrightQuotaInner> listBySubscription(String location, Context context)

Lists Playwright quota resources for a given subscription ID.

Parameters:

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

Returns:

the response of a PlaywrightQuota list operation as paginated response with PagedIterable<T>.

Applies to