Share via


KustoPrivateLinkServiceConnectionStateProperty Class

Definition

Connection State of the Private Endpoint Connection.

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

Constructors

KustoPrivateLinkServiceConnectionStateProperty()

Initializes a new instance of KustoPrivateLinkServiceConnectionStateProperty.

Properties

ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect).

Description

The private link service connection description.

Status

The private link service connection status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoPrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to