ArmPlaywrightTestingModelFactory.PlaywrightTestingAccountQuotaProperties 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 PlaywrightTestingAccountQuotaProperties.
public static Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountQuotaProperties PlaywrightTestingAccountQuotaProperties (Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountFreeTrialProperties freeTrial = default, Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingProvisioningState? provisioningState = default);
static member PlaywrightTestingAccountQuotaProperties : Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountFreeTrialProperties * Nullable<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingProvisioningState> -> Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountQuotaProperties
Public Shared Function PlaywrightTestingAccountQuotaProperties (Optional freeTrial As PlaywrightTestingAccountFreeTrialProperties = Nothing, Optional provisioningState As Nullable(Of PlaywrightTestingProvisioningState) = Nothing) As PlaywrightTestingAccountQuotaProperties
Parameters
The Playwright service account quota resource free-trial properties.
- provisioningState
- Nullable<PlaywrightTestingProvisioningState>
The status of the last operation.
Returns
A new PlaywrightTestingAccountQuotaProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET