次の方法で共有


ExpansionJobPatch Class

Definition

An expansion job update instance.

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

Constructors

Name Description
ExpansionJobPatch()

Initializes a new instance of ExpansionJobPatch.

Properties

Name Description
Tags

Resource tags.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExpansionJobPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpansionJobPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpansionJobPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpansionJobPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpansionJobPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to