azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

84 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.TaskCountsResult"
fullName: "com.microsoft.azure.batch.protocol.models.TaskCountsResult"
name: "TaskCountsResult"
nameWithType: "TaskCountsResult"
summary: "The Task and Task<wbr>Slot counts for a Job."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **TaskCountsResult**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.TaskCountsResult()"
fullName: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.TaskCountsResult()"
name: "TaskCountsResult()"
nameWithType: "TaskCountsResult.TaskCountsResult()"
syntax: "public TaskCountsResult()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.taskCounts()"
fullName: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.taskCounts()"
name: "taskCounts()"
nameWithType: "TaskCountsResult.taskCounts()"
summary: "Get the task<wbr>Counts value."
syntax: "public TaskCounts taskCounts()"
desc: "Get the taskCounts value."
returns:
description: "the taskCounts value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.taskSlotCounts()"
fullName: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.taskSlotCounts()"
name: "taskSlotCounts()"
nameWithType: "TaskCountsResult.taskSlotCounts()"
summary: "Get the task<wbr>Slot<wbr>Counts value."
syntax: "public TaskSlotCounts taskSlotCounts()"
desc: "Get the taskSlotCounts value."
returns:
description: "the taskSlotCounts value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskSlotCounts?alt=com.microsoft.azure.batch.protocol.models.TaskSlotCounts&text=TaskSlotCounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.withTaskCounts(com.microsoft.azure.batch.protocol.models.TaskCounts)"
fullName: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.withTaskCounts(TaskCounts taskCounts)"
name: "withTaskCounts(TaskCounts taskCounts)"
nameWithType: "TaskCountsResult.withTaskCounts(TaskCounts taskCounts)"
summary: "Set the task<wbr>Counts value."
parameters:
- description: "the taskCounts value to set"
name: "taskCounts"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaskCountsResult withTaskCounts(TaskCounts taskCounts)"
desc: "Set the taskCounts value."
returns:
description: "the TaskCountsResult object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCountsResult?alt=com.microsoft.azure.batch.protocol.models.TaskCountsResult&text=TaskCountsResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.withTaskSlotCounts(com.microsoft.azure.batch.protocol.models.TaskSlotCounts)"
fullName: "com.microsoft.azure.batch.protocol.models.TaskCountsResult.withTaskSlotCounts(TaskSlotCounts taskSlotCounts)"
name: "withTaskSlotCounts(TaskSlotCounts taskSlotCounts)"
nameWithType: "TaskCountsResult.withTaskSlotCounts(TaskSlotCounts taskSlotCounts)"
summary: "Set the task<wbr>Slot<wbr>Counts value."
parameters:
- description: "the taskSlotCounts value to set"
name: "taskSlotCounts"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskSlotCounts?alt=com.microsoft.azure.batch.protocol.models.TaskSlotCounts&text=TaskSlotCounts\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaskCountsResult withTaskSlotCounts(TaskSlotCounts taskSlotCounts)"
desc: "Set the taskSlotCounts value."
returns:
description: "the TaskCountsResult object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCountsResult?alt=com.microsoft.azure.batch.protocol.models.TaskCountsResult&text=TaskCountsResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Task and TaskSlot counts for a Job."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0