Delen via


PartnerRegistrationPatch Class

Definition

Properties of the Partner Registration update.

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

Constructors

PartnerRegistrationPatch()

Initializes a new instance of PartnerRegistrationPatch.

Properties

Tags

Tags of the partner registration resource.

Explicit Interface Implementations

IJsonModel<PartnerRegistrationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PartnerRegistrationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerRegistrationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerRegistrationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PartnerRegistrationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to