Share via


AvsResourceSkuLocationInfo Class

Definition

Describes an available Compute SKU Location Information.

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

Properties

Location

Location of the SKU.

ZoneDetails

Gets details of capabilities available to a SKU in specific zones.

Zones

List of availability zones where the SKU is supported.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvsResourceSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsResourceSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsResourceSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsResourceSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsResourceSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to