SphereCatalogPatch Class

Definition

The type used for update operations of the Catalog.

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

Constructors

SphereCatalogPatch()

Initializes a new instance of SphereCatalogPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<SphereCatalogPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SphereCatalogPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SphereCatalogPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SphereCatalogPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SphereCatalogPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to