Share via


StorageCacheImportJobPatch Class

Definition

An import job update instance.

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

Constructors

StorageCacheImportJobPatch()

Initializes a new instance of StorageCacheImportJobPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<StorageCacheImportJobPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageCacheImportJobPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCacheImportJobPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCacheImportJobPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageCacheImportJobPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to