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