ComputeBatchModelFactory.BatchTaskCountsResult 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 BatchTaskCountsResult.
public static Azure.Compute.Batch.BatchTaskCountsResult BatchTaskCountsResult (Azure.Compute.Batch.BatchTaskCounts taskCounts = default, Azure.Compute.Batch.BatchTaskSlotCounts taskSlotCounts = default);
static member BatchTaskCountsResult : Azure.Compute.Batch.BatchTaskCounts * Azure.Compute.Batch.BatchTaskSlotCounts -> Azure.Compute.Batch.BatchTaskCountsResult
Public Shared Function BatchTaskCountsResult (Optional taskCounts As BatchTaskCounts = Nothing, Optional taskSlotCounts As BatchTaskSlotCounts = Nothing) As BatchTaskCountsResult
Parameters
- taskCounts
- BatchTaskCounts
The number of Tasks per state.
- taskSlotCounts
- BatchTaskSlotCounts
The number of TaskSlots required by Tasks per state.
Returns
A new BatchTaskCountsResult instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET