Share via


ComputeFleetVmSizeProfile Class

Definition

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

Name Description
ComputeFleetVmSizeProfile(String)

Initializes a new instance of ComputeFleetVmSizeProfile.

Properties

Name Description
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

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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