Show / Hide Table of Contents

Class ScVmmVirtualDisk

Virtual disk model.

Inheritance
System.Object
ScVmmVirtualDisk
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.ScVmm.dll
Syntax
public class ScVmmVirtualDisk : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.Models.ScVmmVirtualDisk>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.Models.ScVmmVirtualDisk>

Constructors

ScVmmVirtualDisk()

Initializes a new instance of ScVmmVirtualDisk.

Declaration
public ScVmmVirtualDisk ();

Properties

Bus

Gets or sets the disk bus.

Declaration
public Nullable<int> Bus { get; set; }
Property Value
System.Nullable<System.Int32>

BusType

Gets or sets the disk bus type.

Declaration
public string BusType { get; set; }
Property Value
System.String

CreateDiffDisk

Gets or sets a value indicating diff disk.

Declaration
public Nullable<Azure.ResourceManager.ScVmm.Models.CreateDiffDisk> CreateDiffDisk { get; set; }
Property Value
System.Nullable<CreateDiffDisk>

DiskId

Gets or sets the disk id.

Declaration
public string DiskId { get; set; }
Property Value
System.String

DiskSizeGB

Gets or sets the disk total size.

Declaration
public Nullable<int> DiskSizeGB { get; set; }
Property Value
System.Nullable<System.Int32>

DisplayName

Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.

Declaration
public string DisplayName { get; }
Property Value
System.String

Lun

Gets or sets the disk lun.

Declaration
public Nullable<int> Lun { get; set; }
Property Value
System.Nullable<System.Int32>

MaxDiskSizeGB

Gets the max disk size.

Declaration
public Nullable<int> MaxDiskSizeGB { get; }
Property Value
System.Nullable<System.Int32>

Name

Gets or sets the name of the disk.

Declaration
public string Name { get; set; }
Property Value
System.String

StorageQosPolicy

The QoS policy for the disk.

Declaration
public Azure.ResourceManager.ScVmm.Models.ScVmmStorageQosPolicyDetails StorageQosPolicy { get; set; }
Property Value
ScVmmStorageQosPolicyDetails

TemplateDiskId

Gets or sets the disk id in the template.

Declaration
public string TemplateDiskId { get; set; }
Property Value
System.String

VhdFormatType

Gets the disk vhd format type.

Declaration
public string VhdFormatType { get; }
Property Value
System.String

VhdType

Gets or sets the disk vhd type.

Declaration
public string VhdType { get; set; }
Property Value
System.String

VolumeType

Gets the disk volume type.

Declaration
public string VolumeType { get; }
Property Value
System.String

Explicit Interface Implementations

IJsonModel<ScVmmVirtualDisk>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

Declaration
Azure.ResourceManager.ScVmm.Models.ScVmmVirtualDisk IJsonModel<ScVmmVirtualDisk>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonReader reader

The System.Text.Json.Utf8JsonReader to read.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
ScVmmVirtualDisk

A T representation of the JSON value.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IJsonModel<ScVmmVirtualDisk>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

Declaration
void IJsonModel<ScVmmVirtualDisk>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonWriter writer

The System.Text.Json.Utf8JsonWriter to write into.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<ScVmmVirtualDisk>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

Declaration
Azure.ResourceManager.ScVmm.Models.ScVmmVirtualDisk IPersistableModel<ScVmmVirtualDisk>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.BinaryData data

The System.BinaryData to parse.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
ScVmmVirtualDisk

A T representation of the data.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<ScVmmVirtualDisk>.GetFormatFromOptions(ModelReaderWriterOptions)

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

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.
Declaration
string IPersistableModel<ScVmmVirtualDisk>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

Returns
System.String

The format that the model uses when communicating with the serivce.

IPersistableModel<ScVmmVirtualDisk>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Declaration
BinaryData IPersistableModel<ScVmmVirtualDisk>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
System.BinaryData

A binary representation of the written model.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

Back to top Azure SDK for .NET