HDInsightNameAvailabilityResult Class

Definition

The response spec of checking name availability.

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

Properties

IsNameAvailable

This indicates whether the name is available.

Message

The related message.

Reason

The reason of the result.

Explicit Interface Implementations

IJsonModel<HDInsightNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightNameAvailabilityResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to