ArmStandbyPoolModelFactory.PoolResourceStateCount(String, Int64) 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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET