ISpotPlacementRecommenderResponse.PlacementScore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The spot placement scores.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The spot placement scores.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IPlacementScore) }, ReadOnly=false, Required=false, SerializedName="placementScores")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IPlacementScore[] PlacementScore { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The spot placement scores.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IPlacementScore) }, ReadOnly=false, Required=false, SerializedName="placementScores")>]
member this.PlacementScore : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IPlacementScore[] with get, set
Public Property PlacementScore As IPlacementScore()
Property Value
- Attributes