PlaywrightTestingAccountFreeTrialProperties Class
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.
The Playwright service account quota resource free-trial properties.
public class PlaywrightTestingAccountFreeTrialProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountFreeTrialProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingAccountFreeTrialProperties>
type PlaywrightTestingAccountFreeTrialProperties = class
interface IJsonModel<PlaywrightTestingAccountFreeTrialProperties>
interface IPersistableModel<PlaywrightTestingAccountFreeTrialProperties>
Public Class PlaywrightTestingAccountFreeTrialProperties
Implements IJsonModel(Of PlaywrightTestingAccountFreeTrialProperties), IPersistableModel(Of PlaywrightTestingAccountFreeTrialProperties)
- Inheritance
-
PlaywrightTestingAccountFreeTrialProperties
- Implements
Properties
AllocatedValue |
The free-trial allocated limit value eg. allocated free minutes. |
CreatedOn |
The free-trial createdAt utcDateTime. |
ExpiryOn |
The free-trial expiryAt utcDateTime. |
PercentageUsed |
The free-trial percentage used. |
UsedValue |
The free-trial used value eg. used free minutes. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PlaywrightTestingAccountFreeTrialProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PlaywrightTestingAccountFreeTrialProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PlaywrightTestingAccountFreeTrialProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PlaywrightTestingAccountFreeTrialProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PlaywrightTestingAccountFreeTrialProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET