Share via


ResourceSkuLocationInfo Class

Definition

Describes an available Compute SKU Location Information.

public class ResourceSkuLocationInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.ResourceSkuLocationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.ResourceSkuLocationInfo>
type ResourceSkuLocationInfo = class
    interface IJsonModel<ResourceSkuLocationInfo>
    interface IPersistableModel<ResourceSkuLocationInfo>
Public Class ResourceSkuLocationInfo
Implements IJsonModel(Of ResourceSkuLocationInfo), IPersistableModel(Of ResourceSkuLocationInfo)
Inheritance
ResourceSkuLocationInfo
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.

Explicit Interface Implementations

IJsonModel<ResourceSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to