StandbyVirtualMachinePoolResourceUpdateProperties Class

Definition

The updatable properties of the StandbyVirtualMachinePoolResource.

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

Constructors

StandbyVirtualMachinePoolResourceUpdateProperties()

Creates an new StandbyVirtualMachinePoolResourceUpdateProperties instance.

Properties

AttachedVirtualMachineScaleSetId

Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.

ElasticityProfileMaxReadyCapacity

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

VirtualMachineState

Specifies the desired state of virtual machines in the pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyVirtualMachinePoolResourceUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyVirtualMachinePoolResourceUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyVirtualMachinePoolResourceUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to