ApiManagementSku 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.
Describes an available ApiManagement SKU.
public class ApiManagementSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementSku>
type ApiManagementSku = class
interface IJsonModel<ApiManagementSku>
interface IPersistableModel<ApiManagementSku>
Public Class ApiManagementSku
Implements IJsonModel(Of ApiManagementSku), IPersistableModel(Of ApiManagementSku)
- Inheritance
-
ApiManagementSku
- Implements
Properties
ApiVersions |
The api versions that support this SKU. |
Capabilities |
A name value pair to describe the capability. |
Capacity |
Specifies the number of virtual machines in the scale set. |
Costs |
Metadata for retrieving price info. |
Family |
The Family of this particular SKU. |
Kind |
The Kind of resources that are supported in this SKU. |
LocationInfo |
A list of locations and availability zones in those locations where the SKU is available. |
Locations |
The set of locations that the SKU is available. |
Name |
The name of SKU. |
ResourceType |
The type of resource the SKU applies to. |
Restrictions |
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. |
Size |
The Size of the SKU. |
Tier |
Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> Standard<br /><br /> Basic. |
Explicit Interface Implementations
IJsonModel<ApiManagementSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET