Share via


AppPlatformSkuZoneDetails Class

Definition

Details of capabilities available to a SKU in specific zones.

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

Properties

Capabilities

Gets a list of capabilities that are available for the SKU in the specified list of zones.

Name

Gets the set of zones that the SKU is available in with the specified capabilities.

Explicit Interface Implementations

IJsonModel<AppPlatformSkuZoneDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSkuZoneDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSkuZoneDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSkuZoneDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSkuZoneDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to