StandbyVirtualMachinePoolElasticityProfile 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.
Details of the elasticity profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileTypeConverter))]
public class StandbyVirtualMachinePoolElasticityProfile : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolElasticityProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileTypeConverter))>]
type StandbyVirtualMachinePoolElasticityProfile = class
interface IStandbyVirtualMachinePoolElasticityProfile
interface IJsonSerializable
Public Class StandbyVirtualMachinePoolElasticityProfile
Implements IStandbyVirtualMachinePoolElasticityProfile
- Inheritance
-
StandbyVirtualMachinePoolElasticityProfile
- Attributes
- Implements
Constructors
StandbyVirtualMachinePoolElasticityProfile() |
Creates an new StandbyVirtualMachinePoolElasticityProfile 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 StandbyVirtualMachinePoolElasticityProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StandbyVirtualMachinePoolElasticityProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolElasticityProfile. |
FromJsonString(String) |
Creates a new instance of StandbyVirtualMachinePoolElasticityProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StandbyVirtualMachinePoolElasticityProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |