ArmPlaywrightTestingModelFactory.PlaywrightTestingAccountFreeTrialProperties 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 PlaywrightTestingAccountFreeTrialProperties.
public static Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountFreeTrialProperties PlaywrightTestingAccountFreeTrialProperties (DateTimeOffset createdOn = default, DateTimeOffset expiryOn = default, int allocatedValue = 0, int usedValue = 0, float percentageUsed = 0);
static member PlaywrightTestingAccountFreeTrialProperties : DateTimeOffset * DateTimeOffset * int * int * single -> Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountFreeTrialProperties
Public Shared Function PlaywrightTestingAccountFreeTrialProperties (Optional createdOn As DateTimeOffset = Nothing, Optional expiryOn As DateTimeOffset = Nothing, Optional allocatedValue As Integer = 0, Optional usedValue As Integer = 0, Optional percentageUsed As Single = 0) As PlaywrightTestingAccountFreeTrialProperties
Parameters
- createdOn
- DateTimeOffset
The free-trial createdAt utcDateTime.
- expiryOn
- DateTimeOffset
The free-trial expiryAt utcDateTime.
- allocatedValue
- Int32
The free-trial allocated limit value eg. allocated free minutes.
- usedValue
- Int32
The free-trial used value eg. used free minutes.
- percentageUsed
- Single
The free-trial percentage used.
Returns
A new PlaywrightTestingAccountFreeTrialProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET