Share via


StandbyVirtualMachinePoolElasticityProfileUpdate Class

Definition

Details of the elasticity profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileUpdateTypeConverter))]
public class StandbyVirtualMachinePoolElasticityProfileUpdate : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolElasticityProfileUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileUpdateTypeConverter))>]
type StandbyVirtualMachinePoolElasticityProfileUpdate = class
    interface IStandbyVirtualMachinePoolElasticityProfileUpdate
    interface IJsonSerializable
Public Class StandbyVirtualMachinePoolElasticityProfileUpdate
Implements IStandbyVirtualMachinePoolElasticityProfileUpdate
Inheritance
StandbyVirtualMachinePoolElasticityProfileUpdate
Attributes
Implements

Constructors

StandbyVirtualMachinePoolElasticityProfileUpdate()

Creates an new StandbyVirtualMachinePoolElasticityProfileUpdate instance.

Properties

MaxReadyCapacity

Specifies the maximum number of virtual machines in the standby virtual machine pool.

MinReadyCapacity

Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyVirtualMachinePoolElasticityProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyVirtualMachinePoolElasticityProfileUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolElasticityProfileUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyVirtualMachinePoolElasticityProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to