PrivateEndpointConnectionStatusUpdateResult Class

Definition

A private endpoint connection status update response class.

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

Properties

PrivateEndpointId

The private endpoint resource identifier.

Status

The private endpoint connection status.

Explicit Interface Implementations

IJsonModel<PrivateEndpointConnectionStatusUpdateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateEndpointConnectionStatusUpdateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateEndpointConnectionStatusUpdateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointConnectionStatusUpdateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateEndpointConnectionStatusUpdateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to