PlaywrightWorkspaceQuotasOperations interface
واجهة تمثل عمليات PlaywrightWorkspaceQuotas.
الخصائص
| get | الحصول على مورد حصة مساحة عمل Playwright حسب الاسم. |
| list |
يسرد موارد الحصة النسبية لمساحة عمل Playwist معينة. |
تفاصيل الخاصية
get
الحصول على مورد حصة مساحة عمل Playwright حسب الاسم.
get: (resourceGroupName: string, playwrightWorkspaceName: string, quotaName: string, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>
قيمة الخاصية
(resourceGroupName: string, playwrightWorkspaceName: string, quotaName: string, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>
listByPlaywrightWorkspace
يسرد موارد الحصة النسبية لمساحة عمل Playwist معينة.
listByPlaywrightWorkspace: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuota[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuota[], PageSettings>