Condividi tramite


PlaywrightTestingAccountQuotaProperties Class

Definition

The Playwright service account quota resource properties.

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

Properties

FreeTrial

The Playwright service account quota resource free-trial properties.

ProvisioningState

The status of the last operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightTestingAccountQuotaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightTestingAccountQuotaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightTestingAccountQuotaProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightTestingAccountQuotaProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightTestingAccountQuotaProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to