DevBoxStorageProfile Class

Definition

Storage settings for the Dev Box's disks.

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

Properties

OSDisk

Settings for the operating system disk.

Explicit Interface Implementations

IJsonModel<DevBoxStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevBoxStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevBoxStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevBoxStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevBoxStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to