Udostępnij za pośrednictwem


PlaywrightTestingNameAvailabilityResult Class

Definition

The check availability result.

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

Properties

IsNameAvailable

Indicates if the resource name is available.

Message

Detailed reason why the given name is not available.

Reason

The reason why the given name is not available.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightTestingNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightTestingNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightTestingNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightTestingNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightTestingNameAvailabilityResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to