Share via


PlaywrightWorkspacePatch Class

Definition

The type used for update operations of the PlaywrightWorkspace.

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

Constructors

PlaywrightWorkspacePatch()

Initializes a new instance of PlaywrightWorkspacePatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightWorkspacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to