DevOpsStorageProfile Class

Definition

The storage profile of the VMSS.

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

Constructors

DevOpsStorageProfile()

Initializes a new instance of DevOpsStorageProfile.

Properties

DataDisks

A list of empty data disks to attach.

OSDiskStorageAccountType

The Azure SKU name of the machines in the pool.

Explicit Interface Implementations

IJsonModel<DevOpsStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to