Delen via


EventGridPrivateEndpointConnectionState Class

Definition

ConnectionState information.

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

Constructors

EventGridPrivateEndpointConnectionState()

Initializes a new instance of EventGridPrivateEndpointConnectionState.

Properties

ActionsRequired

Actions required (if any).

Description

Description of the connection state.

Status

Status of the connection.

Explicit Interface Implementations

IJsonModel<EventGridPrivateEndpointConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventGridPrivateEndpointConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventGridPrivateEndpointConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventGridPrivateEndpointConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventGridPrivateEndpointConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to