PrivateEndpointConnectionRequestStatus Class

Definition

Contains the private endpoint connection requests status.

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

Properties

PrivateEndpointConnectionName

The connection name for the private endpoint.

PrivateLinkServiceId

Resource id for which the private endpoint is created.

Status

Status of this private endpoint connection.

Explicit Interface Implementations

IJsonModel<PrivateEndpointConnectionRequestStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateEndpointConnectionRequestStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateEndpointConnectionRequestStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointConnectionRequestStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateEndpointConnectionRequestStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to