你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpotPlacementScoresResponse Class

Definition

SpotPlacementScores API response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.SpotPlacementScoresResponseTypeConverter))]
public class SpotPlacementScoresResponse : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.SpotPlacementScoresResponseTypeConverter))>]
type SpotPlacementScoresResponse = class
    interface ISpotPlacementScoresResponse
    interface IJsonSerializable
Public Class SpotPlacementScoresResponse
Implements ISpotPlacementScoresResponse
Inheritance
SpotPlacementScoresResponse
Attributes
Implements

Constructors

SpotPlacementScoresResponse()

Creates an new SpotPlacementScoresResponse instance.

Properties

AvailabilityZone

Defines if the scope is zonal or regional.

DesiredCount

Desired instance count per region/zone based on the scope.

DesiredLocation

The desired regions

DesiredSize

The desired resource SKUs.

PlacementScore

The spot placement scores.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SpotPlacementScoresResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SpotPlacementScoresResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse.

FromJsonString(String)

Creates a new instance of SpotPlacementScoresResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SpotPlacementScoresResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to