Delen via


KustoPoolNameAvailabilityResult Class

Definition

The result returned from a check name availability request.

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

Properties

IsNameAvailable

Specifies a Boolean value that indicates if the name is available.

Message

Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.

Name

The name that was checked.

Reason

Message providing the reason why the given name is invalid.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoPoolNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoPoolNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoPoolNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoPoolNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoPoolNameAvailabilityResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to