SpotPlacementRecommenderInput Class
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.
SpotPlacementRecommender API Input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.SpotPlacementRecommenderInputTypeConverter))]
public class SpotPlacementRecommenderInput : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.ISpotPlacementRecommenderInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.SpotPlacementRecommenderInputTypeConverter))>]
type SpotPlacementRecommenderInput = class
interface ISpotPlacementRecommenderInput
interface IJsonSerializable
Public Class SpotPlacementRecommenderInput
Implements ISpotPlacementRecommenderInput
- Inheritance
-
SpotPlacementRecommenderInput
- Attributes
- Implements
Constructors
SpotPlacementRecommenderInput() |
Creates an new SpotPlacementRecommenderInput 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SpotPlacementRecommenderInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SpotPlacementRecommenderInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.ISpotPlacementRecommenderInput. |
FromJsonString(String) |
Creates a new instance of SpotPlacementRecommenderInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SpotPlacementRecommenderInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |