MySqlPrivateEndpointConnectionPatch Class

Definition

Tags object for patch operations.

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

Constructors

MySqlPrivateEndpointConnectionPatch()

Initializes a new instance of MySqlPrivateEndpointConnectionPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<MySqlPrivateEndpointConnectionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlPrivateEndpointConnectionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlPrivateEndpointConnectionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlPrivateEndpointConnectionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlPrivateEndpointConnectionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to