SupportNameAvailabilityResult 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 SupportNameAvailabilityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.SupportNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.SupportNameAvailabilityResult>
type SupportNameAvailabilityResult = class
interface IJsonModel<SupportNameAvailabilityResult>
interface IPersistableModel<SupportNameAvailabilityResult>
Public Class SupportNameAvailabilityResult
Implements IJsonModel(Of SupportNameAvailabilityResult), IPersistableModel(Of SupportNameAvailabilityResult)
- Inheritance
-
SupportNameAvailabilityResult
- Implements
Properties
IsNameAvailable |
Indicates whether the name is available. |
Message |
The detailed error message describing why the name is not available. |
Reason |
The reason why the name is not available. |
Explicit Interface Implementations
IJsonModel<SupportNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SupportNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SupportNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SupportNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SupportNameAvailabilityResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET