Share via


InformaticaOrganizationPatch Class

Definition

The template for adding optional properties.

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

Constructors

InformaticaOrganizationPatch()

Initializes a new instance of InformaticaOrganizationPatch.

Properties

Properties

Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<InformaticaOrganizationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaOrganizationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaOrganizationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaOrganizationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaOrganizationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to