Sdílet prostřednictvím


StorageCacheUsageModel Class

Definition

A usage model.

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

Properties

DisplayDescription

String to display for this usage model.

ModelName

Non-localized keyword name for this usage model.

TargetType

The type of Storage Target to which this model is applicable (only nfs3 as of this version).

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageCacheUsageModel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageCacheUsageModel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCacheUsageModel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCacheUsageModel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageCacheUsageModel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to