StorageCacheSkuLocationInfo Class

Definition

Resource SKU location information.

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

Properties

Location

Location where this SKU is available.

Zones

Zones if any.

Explicit Interface Implementations

IJsonModel<StorageCacheSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageCacheSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCacheSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCacheSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageCacheSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to