Share via


PlaywrightWorkspaceQuotasOperations interface

Interface representing a PlaywrightWorkspaceQuotas operations.

Properties

get

Gets a Playwright workspace quota resource by name.

listByPlaywrightWorkspace

Lists quota resources for a given Playwright workspace.

Property Details

get

Gets a Playwright workspace quota resource by name.

get: (resourceGroupName: string, playwrightWorkspaceName: string, quotaName: string, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>

Property Value

(resourceGroupName: string, playwrightWorkspaceName: string, quotaName: string, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>

listByPlaywrightWorkspace

Lists quota resources for a given Playwright workspace.

listByPlaywrightWorkspace: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuota[], PageSettings>

Property Value

(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuota[], PageSettings>