Share via


PlaywrightWorkspaceQuotaProperties Class

Definition

Playwright workspace quota resource properties.

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

Properties

FreeTrial

The Playwright workspace quota free trial properties.

ProvisioningState

The status of the last resource operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightWorkspaceQuotaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightWorkspaceQuotaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightWorkspaceQuotaProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightWorkspaceQuotaProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightWorkspaceQuotaProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to