Share via


MongoDBAtlasOrganizationPatch Class

Definition

The type used for update operations of the OrganizationResource.

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

Constructors

MongoDBAtlasOrganizationPatch()

Initializes a new instance of MongoDBAtlasOrganizationPatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MongoDBAtlasOrganizationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoDBAtlasOrganizationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoDBAtlasOrganizationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoDBAtlasOrganizationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoDBAtlasOrganizationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to