ConfluentOrganizationPatch Class

Definition

Organization Resource update.

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

Constructors

ConfluentOrganizationPatch()

Initializes a new instance of ConfluentOrganizationPatch.

Properties

Tags

ARM resource tags.

Explicit Interface Implementations

IJsonModel<ConfluentOrganizationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentOrganizationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfluentOrganizationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentOrganizationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentOrganizationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to