HybridContainerServiceVmSkuProperties 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 profile for supported VM SKUs.
public class HybridContainerServiceVmSkuProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceVmSkuProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceVmSkuProperties>
public class HybridContainerServiceVmSkuProperties
type HybridContainerServiceVmSkuProperties = class
interface IJsonModel<HybridContainerServiceVmSkuProperties>
interface IPersistableModel<HybridContainerServiceVmSkuProperties>
type HybridContainerServiceVmSkuProperties = class
Public Class HybridContainerServiceVmSkuProperties
Implements IJsonModel(Of HybridContainerServiceVmSkuProperties), IPersistableModel(Of HybridContainerServiceVmSkuProperties)
Public Class HybridContainerServiceVmSkuProperties
- Inheritance
-
HybridContainerServiceVmSkuProperties
- Implements
Constructors
HybridContainerServiceVmSkuProperties() |
Initializes a new instance of HybridContainerServiceVmSkuProperties. |
Properties
Capabilities |
The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc. |
Name |
The name of the VM SKU. |
ResourceType |
The type of resource the SKU applies to. |
Size |
The size of the VM SKU. |
Tier |
The tier of the VM SKU. |
Explicit Interface Implementations
IJsonModel<HybridContainerServiceVmSkuProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridContainerServiceVmSkuProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridContainerServiceVmSkuProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridContainerServiceVmSkuProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridContainerServiceVmSkuProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET