AzureManagedDiskSkuDTO interface
Class representing an Azure Managed Disk SKU.
Properties
disk |
Gets disk redundancy - e.g. LRS, ZRS. NOTE: This property will not be serialized. It can only be populated by the server. |
disk |
Gets the Size of the managed disk - e.g. P30, P40. NOTE: This property will not be serialized. It can only be populated by the server. |
disk |
Gets the Type ("tier") of disk - e.g. standard, premium, ultra. NOTE: This property will not be serialized. It can only be populated by the server. |
recommended |
Gets the recommended IOPS of the managed disk. NOTE: This property will not be serialized. It can only be populated by the server. |
recommended |
Gets the recommended in GB of the managed disk. NOTE: This property will not be serialized. It can only be populated by the server. |
recommended |
Gets the recommended throughput in MBPS of the managed disk. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Gets the managed disk storage cost. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
diskRedundancy
Gets disk redundancy - e.g. LRS, ZRS. NOTE: This property will not be serialized. It can only be populated by the server.
diskRedundancy?: string
Property Value
string
diskSize
Gets the Size of the managed disk - e.g. P30, P40. NOTE: This property will not be serialized. It can only be populated by the server.
diskSize?: string
Property Value
string
diskType
Gets the Type ("tier") of disk - e.g. standard, premium, ultra. NOTE: This property will not be serialized. It can only be populated by the server.
diskType?: string
Property Value
string
recommendedIops
Gets the recommended IOPS of the managed disk. NOTE: This property will not be serialized. It can only be populated by the server.
recommendedIops?: number
Property Value
number
recommendedSizeInGib
Gets the recommended in GB of the managed disk. NOTE: This property will not be serialized. It can only be populated by the server.
recommendedSizeInGib?: number
Property Value
number
recommendedThroughputInMbps
Gets the recommended throughput in MBPS of the managed disk. NOTE: This property will not be serialized. It can only be populated by the server.
recommendedThroughputInMbps?: number
Property Value
number
storageCost
Gets the managed disk storage cost. NOTE: This property will not be serialized. It can only be populated by the server.
storageCost?: number
Property Value
number