Share via


PlanetaryComputerGeoCatalogPatch Class

Definition

The properties of a GeoCatalog that can be updated.

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

Constructors

PlanetaryComputerGeoCatalogPatch()

Initializes a new instance of PlanetaryComputerGeoCatalogPatch.

Properties

Identity

The managed service identity properties to update.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlanetaryComputerGeoCatalogPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlanetaryComputerGeoCatalogPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlanetaryComputerGeoCatalogPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlanetaryComputerGeoCatalogPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlanetaryComputerGeoCatalogPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to