ArmApplicationSku 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.
SKU for the resource.
public class ArmApplicationSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmApplicationSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmApplicationSku>
public class ArmApplicationSku
type ArmApplicationSku = class
interface IJsonModel<ArmApplicationSku>
interface IPersistableModel<ArmApplicationSku>
type ArmApplicationSku = class
Public Class ArmApplicationSku
Implements IJsonModel(Of ArmApplicationSku), IPersistableModel(Of ArmApplicationSku)
Public Class ArmApplicationSku
- Inheritance
-
ArmApplicationSku
- Implements
Constructors
ArmApplicationSku(String) |
Initializes a new instance of ArmApplicationSku. |
Properties
Capacity |
The SKU capacity. |
Family |
The SKU family. |
Model |
The SKU model. |
Name |
The SKU name. |
Size |
The SKU size. |
Tier |
The SKU tier. |
Explicit Interface Implementations
IJsonModel<ArmApplicationSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArmApplicationSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArmApplicationSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArmApplicationSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArmApplicationSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET