SkuMixPlacementScoresOperations interface
Interface representing a SkuMixPlacementScores operations.
Properties
| get | Gets SkuMixPlacement scoring metadata. |
| post | Generates placement scores for VM SKU mix placement. |
Property Details
get
Gets SkuMixPlacement scoring metadata.
get: (location: string, options?: SkuMixPlacementScoresGetOptionalParams) => Promise<SkuMixPlacementBase>
Property Value
(location: string, options?: SkuMixPlacementScoresGetOptionalParams) => Promise<SkuMixPlacementBase>
post
Generates placement scores for VM SKU mix placement.
post: (location: string, skuMixPlacementRequest: SkuMixPlacementRequest, options?: SkuMixPlacementScoresPostOptionalParams) => Promise<SkuMixPlacementResponse>
Property Value
(location: string, skuMixPlacementRequest: SkuMixPlacementRequest, options?: SkuMixPlacementScoresPostOptionalParams) => Promise<SkuMixPlacementResponse>