FreeTrialProperties interface
The free-trial properties
Properties
account |
The playwright account id. NOTE: This property will not be serialized. It can only be populated by the server. |
allocated |
The free-trial allocated limit value eg. allocated free minutes. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
The free-trial createdAt utcDateTime. NOTE: This property will not be serialized. It can only be populated by the server. |
expiry |
The free-trial expiryAt utcDateTime. NOTE: This property will not be serialized. It can only be populated by the server. |
percentage |
The free-trial percentage used. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The free-trial state. NOTE: This property will not be serialized. It can only be populated by the server. |
used |
The free-trial used value eg. used free minutes. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountId
The playwright account id. NOTE: This property will not be serialized. It can only be populated by the server.
accountId: string
Property Value
string
allocatedValue
The free-trial allocated limit value eg. allocated free minutes. NOTE: This property will not be serialized. It can only be populated by the server.
allocatedValue: number
Property Value
number
createdAt
The free-trial createdAt utcDateTime. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt: Date
Property Value
Date
expiryAt
The free-trial expiryAt utcDateTime. NOTE: This property will not be serialized. It can only be populated by the server.
expiryAt: Date
Property Value
Date
percentageUsed
The free-trial percentage used. NOTE: This property will not be serialized. It can only be populated by the server.
percentageUsed: number
Property Value
number
state
The free-trial state. NOTE: This property will not be serialized. It can only be populated by the server.
state: string
Property Value
string
usedValue
The free-trial used value eg. used free minutes. NOTE: This property will not be serialized. It can only be populated by the server.
usedValue: number
Property Value
number
Azure SDK for JavaScript