SqlPrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

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

Properties

GroupId

The private link resource group id.

RequiredMembers

The private link resource required member names.

RequiredZoneNames

The private link resource required zone names.

Explicit Interface Implementations

IJsonModel<SqlPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to