Udostępnij za pośrednictwem


PlaywrightServiceOptions Constructor

Definition

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