Compartilhar via


ArmStandbyPoolModelFactory.PoolResourceStateCount(String, Int64) Method

Definition

Initializes a new instance of PoolResourceStateCount.

public static Azure.ResourceManager.StandbyPool.Models.PoolResourceStateCount PoolResourceStateCount (string state = default, long count = 0);
static member PoolResourceStateCount : string * int64 -> Azure.ResourceManager.StandbyPool.Models.PoolResourceStateCount
Public Shared Function PoolResourceStateCount (Optional state As String = Nothing, Optional count As Long = 0) As PoolResourceStateCount

Parameters

state
String

The state that the pooled resources count is for.

count
Int64

The count of pooled resources in the given state.

Returns

A new PoolResourceStateCount instance for mocking.

Applies to