HDInsightVmSizeProperty 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 vm size property.
public class HDInsightVmSizeProperty
public class HDInsightVmSizeProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeProperty>
type HDInsightVmSizeProperty = class
type HDInsightVmSizeProperty = class
interface IJsonModel<HDInsightVmSizeProperty>
interface IPersistableModel<HDInsightVmSizeProperty>
Public Class HDInsightVmSizeProperty
Public Class HDInsightVmSizeProperty
Implements IJsonModel(Of HDInsightVmSizeProperty), IPersistableModel(Of HDInsightVmSizeProperty)
- Inheritance
-
HDInsightVmSizeProperty
- Implements
Properties
Cores |
The number of cores that the vm size has. |
DataDiskStorageTier |
The data disk storage tier of the vm size. |
IsSupportedByVirtualMachines |
This indicates this vm size is supported by virtual machines or not. |
IsSupportedByWebWorkerRoles |
The indicates this vm size is supported by web worker roles or not. |
Label |
The label of the vm size. |
MaxDataDiskCount |
The max data disk count of the vm size. |
MemoryInMB |
The memory whose unit is MB of the vm size. |
Name |
The vm size name. |
VirtualMachineResourceDiskSizeInMB |
The virtual machine resource disk size whose unit is MB of the vm size. |
WebWorkerResourceDiskSizeInMB |
The web worker resource disk size whose unit is MB of the vm size. |
Explicit Interface Implementations
IJsonModel<HDInsightVmSizeProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HDInsightVmSizeProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HDInsightVmSizeProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HDInsightVmSizeProperty>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HDInsightVmSizeProperty>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET