共用方式為


IStandbyVirtualMachinePoolForecastValues.InstancesRequestedCount Property

Definition

Displays the predicted count of instances to be requested from the standby pool.

[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=false, Description="Displays the predicted count of instances to be requested from the standby pool.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="instancesRequestedCount", Update=false)]
public System.Collections.Generic.List<long> InstancesRequestedCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=false, Description="Displays the predicted count of instances to be requested from the standby pool.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="instancesRequestedCount", Update=false)>]
member this.InstancesRequestedCount : System.Collections.Generic.List<int64>
Public ReadOnly Property InstancesRequestedCount As List(Of Long)

Property Value

Attributes

Applies to