FreeTrialProperties Constructor
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 FreeTrialProperties.
public FreeTrialProperties (string accountId, DateTimeOffset createdOn, DateTimeOffset expiryOn, int allocatedValue, int usedValue, decimal percentageUsed, Azure.ResourceManager.PlaywrightTesting.Models.FreeTrialState state);
new Azure.ResourceManager.PlaywrightTesting.Models.FreeTrialProperties : string * DateTimeOffset * DateTimeOffset * int * int * decimal * Azure.ResourceManager.PlaywrightTesting.Models.FreeTrialState -> Azure.ResourceManager.PlaywrightTesting.Models.FreeTrialProperties
Public Sub New (accountId As String, createdOn As DateTimeOffset, expiryOn As DateTimeOffset, allocatedValue As Integer, usedValue As Integer, percentageUsed As Decimal, state As FreeTrialState)
Parameters
- accountId
- String
The playwright account id.
- 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
- Decimal
The free-trial percentage used.
- state
- FreeTrialState
The free-trial state.
Exceptions
accountId
is null.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET