AppServiceSkuResult Class

Definition

Collection of SKU information.

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

Properties

ResourceType

Resource type that this SKU applies to.

Skus

List of SKUs the subscription is able to use.

Explicit Interface Implementations

IJsonModel<AppServiceSkuResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceSkuResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceSkuResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceSkuResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceSkuResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to