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

108 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts"
name: "PoolNodeCounts"
nameWithType: "PoolNodeCounts"
summary: "The number of Compute Nodes in each state for a Pool."
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 **PoolNodeCounts**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.PoolNodeCounts()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.PoolNodeCounts()"
name: "PoolNodeCounts()"
nameWithType: "PoolNodeCounts.PoolNodeCounts()"
syntax: "public PoolNodeCounts()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.dedicated()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.dedicated()"
name: "dedicated()"
nameWithType: "PoolNodeCounts.dedicated()"
summary: "Get the dedicated value."
syntax: "public NodeCounts dedicated()"
desc: "Get the dedicated value."
returns:
description: "the dedicated value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeCounts?alt=com.microsoft.azure.batch.protocol.models.NodeCounts&text=NodeCounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.lowPriority()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.lowPriority()"
name: "lowPriority()"
nameWithType: "PoolNodeCounts.lowPriority()"
summary: "Get the low<wbr>Priority value."
syntax: "public NodeCounts lowPriority()"
desc: "Get the lowPriority value."
returns:
description: "the lowPriority value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeCounts?alt=com.microsoft.azure.batch.protocol.models.NodeCounts&text=NodeCounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.poolId()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.poolId()"
name: "poolId()"
nameWithType: "PoolNodeCounts.poolId()"
summary: "Get the pool<wbr>Id value."
syntax: "public String poolId()"
desc: "Get the poolId value."
returns:
description: "the poolId value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.withDedicated(com.microsoft.azure.batch.protocol.models.NodeCounts)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.withDedicated(NodeCounts dedicated)"
name: "withDedicated(NodeCounts dedicated)"
nameWithType: "PoolNodeCounts.withDedicated(NodeCounts dedicated)"
summary: "Set the dedicated value."
parameters:
- description: "the dedicated value to set"
name: "dedicated"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeCounts?alt=com.microsoft.azure.batch.protocol.models.NodeCounts&text=NodeCounts\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PoolNodeCounts withDedicated(NodeCounts dedicated)"
desc: "Set the dedicated value."
returns:
description: "the PoolNodeCounts object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.withLowPriority(com.microsoft.azure.batch.protocol.models.NodeCounts)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.withLowPriority(NodeCounts lowPriority)"
name: "withLowPriority(NodeCounts lowPriority)"
nameWithType: "PoolNodeCounts.withLowPriority(NodeCounts lowPriority)"
summary: "Set the low<wbr>Priority value."
parameters:
- description: "the lowPriority value to set"
name: "lowPriority"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeCounts?alt=com.microsoft.azure.batch.protocol.models.NodeCounts&text=NodeCounts\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PoolNodeCounts withLowPriority(NodeCounts lowPriority)"
desc: "Set the lowPriority value."
returns:
description: "the PoolNodeCounts object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.withPoolId(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolNodeCounts.withPoolId(String poolId)"
name: "withPoolId(String poolId)"
nameWithType: "PoolNodeCounts.withPoolId(String poolId)"
summary: "Set the pool<wbr>Id value."
parameters:
- description: "the poolId value to set"
name: "poolId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PoolNodeCounts withPoolId(String poolId)"
desc: "Set the poolId value."
returns:
description: "the PoolNodeCounts object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The number of Compute Nodes in each state for a Pool."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0