Partager via


PlaywrightTestingFreeTrialProperties Class

Definition

The subscription quota resource free-trial properties.

public class PlaywrightTestingFreeTrialProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingFreeTrialProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingFreeTrialProperties>
type PlaywrightTestingFreeTrialProperties = class
    interface IJsonModel<PlaywrightTestingFreeTrialProperties>
    interface IPersistableModel<PlaywrightTestingFreeTrialProperties>
Public Class PlaywrightTestingFreeTrialProperties
Implements IJsonModel(Of PlaywrightTestingFreeTrialProperties), IPersistableModel(Of PlaywrightTestingFreeTrialProperties)
Inheritance
PlaywrightTestingFreeTrialProperties
Implements

Properties

AccountId

The Playwright service account id.

State

The free-trial state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightTestingFreeTrialProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PlaywrightTestingFreeTrialProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightTestingFreeTrialProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightTestingFreeTrialProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PlaywrightTestingFreeTrialProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to