다음을 통해 공유


PlaywrightFreeTrialProperties Class

Definition

Subscription-level ___location-based Playwright quota free trial properties.

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

Properties

State

The free trial state.

WorkspaceId

The workspace ID in GUID format that has free trial enabled in the subscription.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightFreeTrialProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightFreeTrialProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightFreeTrialProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightFreeTrialProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightFreeTrialProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to