StorageCacheUsageName Class

Definition

Naming information for this resource type.

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

Properties

LocalizedValue

Localized name for this resource type.

Value

Canonical name for this resource type.

Explicit Interface Implementations

IJsonModel<StorageCacheUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageCacheUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCacheUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCacheUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageCacheUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to