ArmStandbyPoolModelFactory.PoolVirtualMachineStateCount Method
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 counts of pooled virtual machines in each state, as known by the StandbyPool resource provider.
public static Azure.ResourceManager.StandbyPool.Models.PoolVirtualMachineStateCount PoolVirtualMachineStateCount(Azure.ResourceManager.StandbyPool.Models.PoolVirtualMachineState state = default, long count = 0);
static member PoolVirtualMachineStateCount : Azure.ResourceManager.StandbyPool.Models.PoolVirtualMachineState * int64 -> Azure.ResourceManager.StandbyPool.Models.PoolVirtualMachineStateCount
Public Shared Function PoolVirtualMachineStateCount (Optional state As PoolVirtualMachineState = Nothing, Optional count As Long = 0) As PoolVirtualMachineStateCount
Parameters
- state
- PoolVirtualMachineState
The state that the pooled virtual machines count is for.
- count
- Int64
The count of pooled virtual machines in the given state.
Returns
A new PoolVirtualMachineStateCount instance for mocking.