你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiskStorageProfile 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.
Kafka disk storage profile.
public class DiskStorageProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.DiskStorageProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.DiskStorageProfile>
type DiskStorageProfile = class
interface IJsonModel<DiskStorageProfile>
interface IPersistableModel<DiskStorageProfile>
Public Class DiskStorageProfile
Implements IJsonModel(Of DiskStorageProfile), IPersistableModel(Of DiskStorageProfile)
- Inheritance
-
DiskStorageProfile
- Implements
Constructors
DiskStorageProfile(Int32, DataDiskType) |
Initializes a new instance of DiskStorageProfile. |
Properties
DataDiskSize |
Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB. |
DataDiskType |
Managed Disk Type. |
Explicit Interface Implementations
IJsonModel<DiskStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DiskStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DiskStorageProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DiskStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DiskStorageProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |