PlaywrightWorkspacesOperations interface
واجهة تمثل عمليات PlaywrightWorkspaces.
الخصائص
| check |
التحقق مما إذا كان اسم مساحة عمل Playwright متاحا بشكل عام. |
| create |
إنشاء مساحة عمل PlaywrightWorkspace |
| delete | |
| get | الحصول على PlaywrightWorkspace |
| list |
سرد موارد PlaywrightWorkspace حسب مجموعة الموارد |
| list |
سرد موارد PlaywrightWorkspace حسب معرف الاشتراك |
| update | تحديث مورد مساحة عمل Playwright بشكل متزامن. |
تفاصيل الخاصية
checkNameAvailability
التحقق مما إذا كان اسم مساحة عمل Playwright متاحا بشكل عام.
checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>
قيمة الخاصية
(body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>
createOrUpdate
إنشاء مساحة عمل PlaywrightWorkspace
createOrUpdate: (resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>
قيمة الخاصية
(resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>
delete
delete: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
الحصول على PlaywrightWorkspace
get: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams) => Promise<PlaywrightWorkspace>
قيمة الخاصية
(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams) => Promise<PlaywrightWorkspace>
listByResourceGroup
سرد موارد PlaywrightWorkspace حسب مجموعة الموارد
listByResourceGroup: (resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
listBySubscription
سرد موارد PlaywrightWorkspace حسب معرف الاشتراك
listBySubscription: (options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
قيمة الخاصية
(options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
update
تحديث مورد مساحة عمل Playwright بشكل متزامن.
update: (resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams) => Promise<PlaywrightWorkspace>
قيمة الخاصية
(resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams) => Promise<PlaywrightWorkspace>