Share via


KustoManagedPrivateEndpointNameAvailabilityContent Class

Definition

The result returned from a managedPrivateEndpoints check name availability request.

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

Constructors

KustoManagedPrivateEndpointNameAvailabilityContent(String)

Initializes a new instance of KustoManagedPrivateEndpointNameAvailabilityContent.

Properties

Name

Managed private endpoint resource name.

ResourceType

The type of resource, for instance Microsoft.Kusto/clusters/managedPrivateEndpoints.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoManagedPrivateEndpointNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoManagedPrivateEndpointNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoManagedPrivateEndpointNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoManagedPrivateEndpointNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoManagedPrivateEndpointNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to