AppServiceSkuDescription 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.
Description of a SKU for a scalable resource.
public class AppServiceSkuDescription : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceSkuDescription>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceSkuDescription>
type AppServiceSkuDescription = class
interface IJsonModel<AppServiceSkuDescription>
interface IPersistableModel<AppServiceSkuDescription>
Public Class AppServiceSkuDescription
Implements IJsonModel(Of AppServiceSkuDescription), IPersistableModel(Of AppServiceSkuDescription)
- Inheritance
-
AppServiceSkuDescription
- Implements
Constructors
AppServiceSkuDescription() |
Initializes a new instance of AppServiceSkuDescription. |
Properties
Capabilities |
Capabilities of the SKU, e.g., is traffic manager enabled?. |
Capacity |
Current number of instances assigned to the resource. |
Family |
Family code of the resource SKU. |
Locations |
Locations of the SKU. |
Name |
Name of the resource SKU. |
Size |
Size specifier of the resource SKU. |
SkuCapacity |
Min, max, and default scale values of the SKU. |
Tier |
Service tier of the resource SKU. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AppServiceSkuDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppServiceSkuDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppServiceSkuDescription>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppServiceSkuDescription>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppServiceSkuDescription>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET