SphereProductPatch Class

Definition

The type used for update operations of the Product.

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

Constructors

SphereProductPatch()

Initializes a new instance of SphereProductPatch.

Properties

Description

Description of the product.

Explicit Interface Implementations

IJsonModel<SphereProductPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SphereProductPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SphereProductPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SphereProductPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SphereProductPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to