AssessedDiskData interface
Assessed Disk data. Used in Assessed SQL machine DTO.
Properties
| display |
Gets the machine display name. |
| gigabytes |
Gets the gigabytes provisioned. |
| megabytes |
Gets the megabytes per second of read. |
| megabytes |
Gets the megabytes per second of write. |
| monthly |
Gets the monthly storage cost. |
| name | Gets the name. |
| number |
Gets the number of read operations per second. |
| number |
Gets the number of write operations per second. |
| recommend |
Gets the recommended disk throughput. |
| recommended |
Gets the recommended disk iops. |
| recommended |
Gets the recommended disk size. |
| recommended |
Gets the recommended disk size. |
| recommended |
Gets the recommended disk type. |
| suitability | Gets the suitability. |
| suitability |
Gets the suitability detail. |
| suitability |
Gets the suitability explanation. |
Property Details
displayName
Gets the machine display name.
displayName?: string
Property Value
string
gigabytesProvisioned
Gets the gigabytes provisioned.
gigabytesProvisioned?: number
Property Value
number
megabytesPerSecondOfRead
Gets the megabytes per second of read.
megabytesPerSecondOfRead?: number
Property Value
number
megabytesPerSecondOfWrite
Gets the megabytes per second of write.
megabytesPerSecondOfWrite?: number
Property Value
number
monthlyStorageCost
Gets the monthly storage cost.
monthlyStorageCost?: number
Property Value
number
name
Gets the name.
name?: string
Property Value
string
numberOfReadOperationsPerSecond
Gets the number of read operations per second.
numberOfReadOperationsPerSecond?: number
Property Value
number
numberOfWriteOperationsPerSecond
Gets the number of write operations per second.
numberOfWriteOperationsPerSecond?: number
Property Value
number
recommendDiskThroughputInMbps
Gets the recommended disk throughput.
recommendDiskThroughputInMbps?: number
Property Value
number
recommendedDiskIops
Gets the recommended disk iops.
recommendedDiskIops?: number
Property Value
number
recommendedDiskSize
Gets the recommended disk size.
recommendedDiskSize?: string
Property Value
string
recommendedDiskSizeGigabytes
Gets the recommended disk size.
recommendedDiskSizeGigabytes?: number
Property Value
number
recommendedDiskType
Gets the recommended disk type.
recommendedDiskType?: string
Property Value
string
suitability
Gets the suitability.
suitability?: string
Property Value
string
suitabilityDetail
Gets the suitability detail.
suitabilityDetail?: string
Property Value
string
suitabilityExplanation
Gets the suitability explanation.
suitabilityExplanation?: string
Property Value
string