Share via


VMwareStorageProfile Class

Definition

Specifies the storage settings for the virtual machine disks.

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

Constructors

VMwareStorageProfile()

Initializes a new instance of VMwareStorageProfile.

Properties

Disks

Gets or sets the list of virtual disks associated with the virtual machine.

ScsiControllers

Gets or sets the list of virtual SCSI controllers associated with the virtual machine.

Explicit Interface Implementations

IJsonModel<VMwareStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to