Partager via


PlaywrightTestingNameAvailabilityContent Class

Definition

The check availability request body.

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

Constructors

PlaywrightTestingNameAvailabilityContent()

Initializes a new instance of PlaywrightTestingNameAvailabilityContent.

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<PlaywrightTestingNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightTestingNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightTestingNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightTestingNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightTestingNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to