AppPlatformSkuCapabilities 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.
The AppPlatformSkuCapabilities.
public class AppPlatformSkuCapabilities : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapabilities>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapabilities>
public class AppPlatformSkuCapabilities
type AppPlatformSkuCapabilities = class
interface IJsonModel<AppPlatformSkuCapabilities>
interface IPersistableModel<AppPlatformSkuCapabilities>
type AppPlatformSkuCapabilities = class
Public Class AppPlatformSkuCapabilities
Implements IJsonModel(Of AppPlatformSkuCapabilities), IPersistableModel(Of AppPlatformSkuCapabilities)
Public Class AppPlatformSkuCapabilities
- Inheritance
-
AppPlatformSkuCapabilities
- Implements
Properties
Name |
Gets an invariant to describe the feature. |
Value |
Gets an invariant if the feature is measured by quantity. |
Explicit Interface Implementations
IJsonModel<AppPlatformSkuCapabilities>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformSkuCapabilities>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformSkuCapabilities>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformSkuCapabilities>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformSkuCapabilities>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET