PlaywrightServiceOptions Constructor
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.
Initializes a new instance of the PlaywrightServiceOptions class.
public PlaywrightServiceOptions (System.Runtime.InteropServices.OSPlatform? os = default, string? runId = default, string? exposeNetwork = default, string? serviceAuth = default, string? useCloudHostedBrowsers = default, string? azureTokenCredentialType = default, string? managedIdentityClientId = default);
new Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.PlaywrightServiceOptions : Nullable<System.Runtime.InteropServices.OSPlatform> * string * string * string * string * string * string -> Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.PlaywrightServiceOptions
Public Sub New (Optional os As Nullable(Of OSPlatform) = Nothing, Optional runId As String = Nothing, Optional exposeNetwork As String = Nothing, Optional serviceAuth As String = Nothing, Optional useCloudHostedBrowsers As String = Nothing, Optional azureTokenCredentialType As String = Nothing, Optional managedIdentityClientId As String = Nothing)
Parameters
- os
- Nullable<OSPlatform>
The operating system.
- runId
- String
The run ID.
- exposeNetwork
- String
The network exposure.
- serviceAuth
- String
The default authentication mechanism.
- useCloudHostedBrowsers
- String
Whether to use cloud-hosted browsers.
- azureTokenCredentialType
- String
The Azure token credential type.
- managedIdentityClientId
- String
The managed identity client ID.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET