ComputeSkuProfileVmSize Class

Definition

Specifies the VM Size.

public class ComputeSkuProfileVmSize : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ComputeSkuProfileVmSize>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ComputeSkuProfileVmSize>
type ComputeSkuProfileVmSize = class
    interface IJsonModel<ComputeSkuProfileVmSize>
    interface IPersistableModel<ComputeSkuProfileVmSize>
Public Class ComputeSkuProfileVmSize
Implements IJsonModel(Of ComputeSkuProfileVmSize), IPersistableModel(Of ComputeSkuProfileVmSize)
Inheritance
ComputeSkuProfileVmSize
Implements

Constructors

ComputeSkuProfileVmSize()

Initializes a new instance of ComputeSkuProfileVmSize.

Properties

Name

Specifies the name of the VM Size.

Explicit Interface Implementations

IJsonModel<ComputeSkuProfileVmSize>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeSkuProfileVmSize>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeSkuProfileVmSize>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeSkuProfileVmSize>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeSkuProfileVmSize>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to