ManagedInstancePecProperty Class

Definition

A private endpoint connection under a managed instance.

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

Properties

Id

Resource ID.

Properties

Private endpoint connection properties.

Explicit Interface Implementations

IJsonModel<ManagedInstancePecProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstancePecProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstancePecProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstancePecProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstancePecProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to