Share via


AppPlatformSkuRestrictionInfo Class

Definition

Information about the restriction where the SKU cannot be used.

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

Properties

Locations

Gets locations where the SKU is restricted.

Zones

Gets list of availability zones where the SKU is restricted.

Explicit Interface Implementations

IJsonModel<AppPlatformSkuRestrictionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSkuRestrictionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSkuRestrictionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSkuRestrictionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSkuRestrictionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to