Share via


AppPlatformNameAvailabilityResult Class

Definition

Name availability result payload.

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

Properties

IsNameAvailable

Indicates whether the name is available.

Message

Message why the name is not available.

Reason

Reason why the name is not available.

Explicit Interface Implementations

IJsonModel<AppPlatformNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformNameAvailabilityResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to