CapacityRecommendationDetails interface

The details of a capacity recommendation

Properties

availabilityZones

Whether the response is split by availability zone

desiredLocations

The list of desired Azure regions from the request

desiredSizes

The list of desired VM sizes from the request

placementScores

The array of placement scores per SKU, region and zone

recommendationRequestedAtUtc

The UTC timestamp of when the recommendation was requested

Property Details

availabilityZones

Whether the response is split by availability zone

availabilityZones?: boolean

Property Value

boolean

desiredLocations

The list of desired Azure regions from the request

desiredLocations?: string[]

Property Value

string[]

desiredSizes

The list of desired VM sizes from the request

desiredSizes?: CapacityRecommendationSize[]

Property Value

placementScores

The array of placement scores per SKU, region and zone

placementScores?: CapacityRecommendationPlacementScore[]

Property Value

recommendationRequestedAtUtc

The UTC timestamp of when the recommendation was requested

recommendationRequestedAtUtc?: Date

Property Value

Date