AppServiceSkuResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of SKU information. Serialized Name: SkuInfos
public class AppServiceSkuResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceSkuResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceSkuResult>
type AppServiceSkuResult = class
interface IJsonModel<AppServiceSkuResult>
interface IPersistableModel<AppServiceSkuResult>
Public Class AppServiceSkuResult
Implements IJsonModel(Of AppServiceSkuResult), IPersistableModel(Of AppServiceSkuResult)
- Inheritance
-
AppServiceSkuResult
- Implements
Properties
| Name | Description |
|---|---|
| ResourceType |
Resource type that this SKU applies to. Serialized Name: SkuInfos.resourceType |
| Skus |
List of SKUs the subscription is able to use. Serialized Name: SkuInfos.skus |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |