Condividi tramite


KustoClusterNameAvailabilityContent Class

Definition

The result returned from a cluster check name availability request.

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

Constructors

KustoClusterNameAvailabilityContent(String)

Initializes a new instance of KustoClusterNameAvailabilityContent.

Properties

Name

Cluster name.

ResourceType

The type of resource, Microsoft.Kusto/clusters.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoClusterNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoClusterNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoClusterNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoClusterNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoClusterNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to