Share via


AppPlatformSkuLocationInfo Class

Definition

Locations and availability zones where the SKU is available.

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

Properties

Location

Gets location of the SKU.

ZoneDetails

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

Zones

Gets list of availability zones where the SKU is supported.

Explicit Interface Implementations

IJsonModel<AppPlatformSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to