다음을 통해 공유


ManagedPrivateEndpointConnectionState Class

Definition

The state of managed private endpoint connection.

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

Properties

Description

Gets or sets the reason for approval/rejection of the connection.

Status

The approval/rejection status of managed private endpoint connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedPrivateEndpointConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedPrivateEndpointConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedPrivateEndpointConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedPrivateEndpointConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedPrivateEndpointConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to