KustoNameAvailabilityResult 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.
The result returned from a check name availability request.
public class KustoNameAvailabilityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>
type KustoNameAvailabilityResult = class
interface IJsonModel<KustoNameAvailabilityResult>
interface IPersistableModel<KustoNameAvailabilityResult>
Public Class KustoNameAvailabilityResult
Implements IJsonModel(Of KustoNameAvailabilityResult), IPersistableModel(Of KustoNameAvailabilityResult)
- Inheritance
-
KustoNameAvailabilityResult
- Implements
Properties
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. |
NameAvailable |
Specifies a Boolean value that indicates if the name is available. |
Reason |
Message providing the reason why the given name is invalid. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<KustoNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KustoNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KustoNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KustoNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KustoNameAvailabilityResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET