IStandbyVirtualMachinePoolRuntimeViewResource.ForecastValueInstancesRequestedCount Property
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.
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> ForecastValueInstancesRequestedCount { 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.ForecastValueInstancesRequestedCount : System.Collections.Generic.List<int64>
Public ReadOnly Property ForecastValueInstancesRequestedCount As List(Of Long)
Property Value
- Attributes