HDInsightPrivateLinkServiceConnectionState Class

Definition

The private link service connection state.

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

Constructors

HDInsightPrivateLinkServiceConnectionState(HDInsightPrivateLinkServiceConnectionStatus)

Initializes a new instance of HDInsightPrivateLinkServiceConnectionState.

Properties

ActionsRequired

Whether there is further actions.

Description

The optional description of the status.

Status

The concrete private link service connection.

Explicit Interface Implementations

IJsonModel<HDInsightPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to