ArmPlaywrightModelFactory.PlaywrightFreeTrialProperties 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.
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.