Sdílet prostřednictvím


ManagedPrivateEndpointModelPatch Class

Definition

The parameters for a PATCH request to a managed private endpoint.

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

Constructors

ManagedPrivateEndpointModelPatch()

Initializes a new instance of ManagedPrivateEndpointModelPatch.

Properties

Tags

The new tags of the managed private endpoint.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedPrivateEndpointModelPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedPrivateEndpointModelPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedPrivateEndpointModelPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedPrivateEndpointModelPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedPrivateEndpointModelPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to