StandbyVirtualMachinePoolResourceProperties Class

Definition

Details of the StandbyVirtualMachinePool.

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

Constructors

StandbyVirtualMachinePoolResourceProperties()

Creates an new StandbyVirtualMachinePoolResourceProperties 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.

ProvisioningState

The status of the last operation.

VirtualMachineState

Specifies the desired state of virtual machines in the pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyVirtualMachinePoolResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyVirtualMachinePoolResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyVirtualMachinePoolResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to