ArmPlaywrightModelFactory.PlaywrightWorkspaceUpdateProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Playwright.Models.PlaywrightWorkspaceUpdateProperties PlaywrightWorkspaceUpdateProperties(Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus? regionalAffinity = default, Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus? localAuth = default, Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus? reporting = default, Uri storageUri = default);
static member PlaywrightWorkspaceUpdateProperties : Nullable<Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus> * Nullable<Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus> * Nullable<Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus> * Uri -> Azure.ResourceManager.Playwright.Models.PlaywrightWorkspaceUpdateProperties
Public Shared Function PlaywrightWorkspaceUpdateProperties (Optional regionalAffinity As Nullable(Of PlaywrightEnablementStatus) = Nothing, Optional localAuth As Nullable(Of PlaywrightEnablementStatus) = Nothing, Optional reporting As Nullable(Of PlaywrightEnablementStatus) = Nothing, Optional storageUri As Uri = Nothing) As PlaywrightWorkspaceUpdateProperties
Parameters
- regionalAffinity
- Nullable<PlaywrightEnablementStatus>
Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
- localAuth
- Nullable<PlaywrightEnablementStatus>
Enables the workspace to use local authentication through service access tokens for operations.
- reporting
- Nullable<PlaywrightEnablementStatus>
Indicates whether reporting is enabled for the workspace. When set to true, reports will be generated and available for the workspace.
- storageUri
- Uri
The URI of the Azure storage account used to store workspace artifacts, test results, and reports.
Returns
A new PlaywrightWorkspaceUpdateProperties instance for mocking.