Compartilhar via


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