Share via


PlaywrightWorkspaceQuotasClient Interface

public interface PlaywrightWorkspaceQuotasClient

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

Method Summary

Modifier and Type Method and Description
abstract PlaywrightWorkspaceQuotaInner get(String resourceGroupName, String playwrightWorkspaceName, QuotaName quotaName)

Gets a Playwright workspace quota resource by name.

abstract Response<PlaywrightWorkspaceQuotaInner> getWithResponse(String resourceGroupName, String playwrightWorkspaceName, QuotaName quotaName, Context context)

Gets a Playwright workspace quota resource by name.

abstract PagedIterable<PlaywrightWorkspaceQuotaInner> listByPlaywrightWorkspace(String resourceGroupName, String playwrightWorkspaceName)

Lists quota resources for a given Playwright workspace.

abstract PagedIterable<PlaywrightWorkspaceQuotaInner> listByPlaywrightWorkspace(String resourceGroupName, String playwrightWorkspaceName, Context context)

Lists quota resources for a given Playwright workspace.

Method Details

get

public abstract PlaywrightWorkspaceQuotaInner get(String resourceGroupName, String playwrightWorkspaceName, QuotaName quotaName)

Gets a Playwright workspace quota resource by name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
playwrightWorkspaceName - The name of the PlaywrightWorkspace.
quotaName - The name of the PlaywrightWorkspaceQuota.

Returns:

a Playwright workspace quota resource by name.

getWithResponse

public abstract Response<PlaywrightWorkspaceQuotaInner> getWithResponse(String resourceGroupName, String playwrightWorkspaceName, QuotaName quotaName, Context context)

Gets a Playwright workspace quota resource by name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
playwrightWorkspaceName - The name of the PlaywrightWorkspace.
quotaName - The name of the PlaywrightWorkspaceQuota.
context - The context to associate with this operation.

Returns:

a Playwright workspace quota resource by name along with Response<T>.

listByPlaywrightWorkspace

public abstract PagedIterable<PlaywrightWorkspaceQuotaInner> listByPlaywrightWorkspace(String resourceGroupName, String playwrightWorkspaceName)

Lists quota resources for a given Playwright workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
playwrightWorkspaceName - The name of the PlaywrightWorkspace.

Returns:

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

listByPlaywrightWorkspace

public abstract PagedIterable<PlaywrightWorkspaceQuotaInner> listByPlaywrightWorkspace(String resourceGroupName, String playwrightWorkspaceName, Context context)

Lists quota resources for a given Playwright workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
playwrightWorkspaceName - The name of the PlaywrightWorkspace.
context - The context to associate with this operation.

Returns:

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

Applies to