FrontDoorNameAvailabilityResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Output of check name availability API.
public class FrontDoorNameAvailabilityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorNameAvailabilityResult>
public class FrontDoorNameAvailabilityResult
type FrontDoorNameAvailabilityResult = class
interface IJsonModel<FrontDoorNameAvailabilityResult>
interface IPersistableModel<FrontDoorNameAvailabilityResult>
type FrontDoorNameAvailabilityResult = class
Public Class FrontDoorNameAvailabilityResult
Implements IJsonModel(Of FrontDoorNameAvailabilityResult), IPersistableModel(Of FrontDoorNameAvailabilityResult)
Public Class FrontDoorNameAvailabilityResult
- Inheritance
-
FrontDoorNameAvailabilityResult
- Implements
Properties
Message |
The detailed error message describing why the name is not available. |
NameAvailability |
Indicates whether the name is available. |
Reason |
The reason why the name is not available. |
Explicit Interface Implementations
IJsonModel<FrontDoorNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FrontDoorNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FrontDoorNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FrontDoorNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FrontDoorNameAvailabilityResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET