Freigeben über


ArmPlaywrightModelFactory.PlaywrightFreeTrialProperties Method

Definition

Initializes a new instance of PlaywrightFreeTrialProperties.

public static Azure.ResourceManager.Playwright.Models.PlaywrightFreeTrialProperties PlaywrightFreeTrialProperties(string workspaceId = default, Azure.ResourceManager.Playwright.Models.PlaywrightFreeTrialState state = default);
static member PlaywrightFreeTrialProperties : string * Azure.ResourceManager.Playwright.Models.PlaywrightFreeTrialState -> Azure.ResourceManager.Playwright.Models.PlaywrightFreeTrialProperties
Public Shared Function PlaywrightFreeTrialProperties (Optional workspaceId As String = Nothing, Optional state As PlaywrightFreeTrialState = Nothing) As PlaywrightFreeTrialProperties

Parameters

workspaceId
String

The workspace ID in GUID format that has free trial enabled in the subscription.

state
PlaywrightFreeTrialState

The free trial state.

Returns

A new PlaywrightFreeTrialProperties instance for mocking.

Applies to