Share via


PlaywrightNameAvailabilityContent Class

Definition

The check availability request body.

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

Constructors

PlaywrightNameAvailabilityContent()

Initializes a new instance of PlaywrightNameAvailabilityContent.

Properties

Name

The name of the resource for which availability needs to be checked.

Type

The resource type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to