PostgreSqlPrivateEndpointConnectionPatch Class

Definition

Tags object for patch operations.

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

Constructors

PostgreSqlPrivateEndpointConnectionPatch()

Initializes a new instance of PostgreSqlPrivateEndpointConnectionPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<PostgreSqlPrivateEndpointConnectionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlPrivateEndpointConnectionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlPrivateEndpointConnectionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlPrivateEndpointConnectionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlPrivateEndpointConnectionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to