SupportedCapabilities Class

Definition

List of supported capabilities persisted on the disk resource for VM use.

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

Constructors

SupportedCapabilities()

Initializes a new instance of SupportedCapabilities.

Properties

AcceleratedNetwork

True if the image from which the OS disk is created supports accelerated networking.

Architecture

CPU architecture supported by an OS disk.

DiskControllerTypes

The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI.

Explicit Interface Implementations

IJsonModel<SupportedCapabilities>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SupportedCapabilities>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SupportedCapabilities>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SupportedCapabilities>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SupportedCapabilities>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to