Partilhar via


ComputeFleetVmssStorageProfile Class

Definition

Describes a virtual machine scale set storage profile.

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

Constructors

ComputeFleetVmssStorageProfile()

Initializes a new instance of ComputeFleetVmssStorageProfile.

Properties

DataDisks

Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.

DiskControllerType

Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01.

ImageReference

Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.

OSDisk

Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ComputeFleetVmssStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetVmssStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetVmssStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetVmssStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetVmssStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to