PlaywrightWorkspacesOperations interface

واجهة تمثل عمليات PlaywrightWorkspaces.

الخصائص

checkNameAvailability

التحقق مما إذا كان اسم مساحة عمل Playwright متاحا بشكل عام.

createOrUpdate

إنشاء مساحة عمل PlaywrightWorkspace

delete
get

الحصول على PlaywrightWorkspace

listByResourceGroup

سرد موارد PlaywrightWorkspace حسب مجموعة الموارد

listBySubscription

سرد موارد 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>