PlaywrightWorkspacesOperations interface  
表示 PlaywrightWorkspaces作的接口。
属性
| check | 检查 Playwright 工作区名称是否全局可用。 | 
| create | 创建 PlaywrightWorkspace | 
| delete | |
| get | 获取 PlaywrightWorkspace | 
| list | 按资源组列出 PlaywrightWorkspace 资源 | 
| list | 按订阅 ID 列出 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
	 
	按订阅 ID 列出 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>