ManagedInstancePrivateLinkProperties Class

Definition

Properties of a private link resource.

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

Properties

GroupId

The private link resource group id.

RequiredMembers

The private link resource required member names.

Explicit Interface Implementations

IJsonModel<ManagedInstancePrivateLinkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstancePrivateLinkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstancePrivateLinkProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstancePrivateLinkProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstancePrivateLinkProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to