IStandbyVirtualMachinePoolResourceProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to