DiskVolumeConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The disk configuration required for the selected volume.
public class DiskVolumeConfiguration
public class DiskVolumeConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.DiskVolumeConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.DiskVolumeConfiguration>
type DiskVolumeConfiguration = class
type DiskVolumeConfiguration = class
interface IJsonModel<DiskVolumeConfiguration>
interface IPersistableModel<DiskVolumeConfiguration>
Public Class DiskVolumeConfiguration
Public Class DiskVolumeConfiguration
Implements IJsonModel(Of DiskVolumeConfiguration), IPersistableModel(Of DiskVolumeConfiguration)
- Inheritance
-
DiskVolumeConfiguration
- Implements
Constructors
DiskVolumeConfiguration() |
Initializes a new instance of DiskVolumeConfiguration. |
Properties
Count |
The total number of disks required for the concerned volume. |
SizeInGB |
The disk size in GB. |
SkuName |
Defines the disk sku name. |
Explicit Interface Implementations
IJsonModel<DiskVolumeConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DiskVolumeConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DiskVolumeConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DiskVolumeConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DiskVolumeConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET