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
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