ComputeFleetVmSizeProfile 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.
Specifications about a VM Size. This will also contain the corresponding rank and weight in future.
public class ComputeFleetVmSizeProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmSizeProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmSizeProfile>
type ComputeFleetVmSizeProfile = class
interface IJsonModel<ComputeFleetVmSizeProfile>
interface IPersistableModel<ComputeFleetVmSizeProfile>
Public Class ComputeFleetVmSizeProfile
Implements IJsonModel(Of ComputeFleetVmSizeProfile), IPersistableModel(Of ComputeFleetVmSizeProfile)
- Inheritance
-
ComputeFleetVmSizeProfile
- Implements
Constructors
ComputeFleetVmSizeProfile(String) |
Initializes a new instance of ComputeFleetVmSizeProfile. |
Properties
Name |
The Sku name (e.g. 'Standard_DS1_v2'). |
Rank |
The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ComputeFleetVmSizeProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ComputeFleetVmSizeProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ComputeFleetVmSizeProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ComputeFleetVmSizeProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ComputeFleetVmSizeProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET