Delen via


IDiskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.DiskDetailsTypeConverter))]
public interface IDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.DiskDetailsTypeConverter))>]
type IDiskDetails = interface
    interface IJsonSerializable
Public Interface IDiskDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DiskTier

The disk tier, e.g. P10, E10.

IopsReadWrite

The disk Iops.

MaximumSupportedDiskCount

The maximum supported disk count.

MbpsReadWrite

The disk provisioned throughput in MBps.

MinimumSupportedDiskCount

The minimum supported disk count.

SizeGb

The disk size in GB.

SkuName

Defines the disk sku name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to