84 строки
6.2 KiB
YAML
84 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation"
|
|
name: "NodeAgentInformation"
|
|
nameWithType: "NodeAgentInformation"
|
|
summary: "Information about the Compute Node agent."
|
|
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 **NodeAgentInformation**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.NodeAgentInformation()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.NodeAgentInformation()"
|
|
name: "NodeAgentInformation()"
|
|
nameWithType: "NodeAgentInformation.NodeAgentInformation()"
|
|
syntax: "public NodeAgentInformation()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.lastUpdateTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.lastUpdateTime()"
|
|
name: "lastUpdateTime()"
|
|
nameWithType: "NodeAgentInformation.lastUpdateTime()"
|
|
summary: "Get this is the most recent time that the Compute Node agent was updated to a new version."
|
|
syntax: "public DateTime lastUpdateTime()"
|
|
desc: "Get this is the most recent time that the Compute Node agent was updated to a new version."
|
|
returns:
|
|
description: "the lastUpdateTime value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.version()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.version()"
|
|
name: "version()"
|
|
nameWithType: "NodeAgentInformation.version()"
|
|
summary: "Get this version number can be checked against the Compute Node agent release notes located at https://github.<wbr>com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.<wbr>md."
|
|
syntax: "public String version()"
|
|
desc: "Get this version number can be checked against the Compute Node agent release notes located at https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md."
|
|
returns:
|
|
description: "the version 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.NodeAgentInformation.withLastUpdateTime(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withLastUpdateTime(DateTime lastUpdateTime)"
|
|
name: "withLastUpdateTime(DateTime lastUpdateTime)"
|
|
nameWithType: "NodeAgentInformation.withLastUpdateTime(DateTime lastUpdateTime)"
|
|
summary: "Set this is the most recent time that the Compute Node agent was updated to a new version."
|
|
parameters:
|
|
- description: "the lastUpdateTime value to set"
|
|
name: "lastUpdateTime"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NodeAgentInformation withLastUpdateTime(DateTime lastUpdateTime)"
|
|
desc: "Set this is the most recent time that the Compute Node agent was updated to a new version."
|
|
returns:
|
|
description: "the NodeAgentInformation object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeAgentInformation?alt=com.microsoft.azure.batch.protocol.models.NodeAgentInformation&text=NodeAgentInformation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withVersion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withVersion(String version)"
|
|
name: "withVersion(String version)"
|
|
nameWithType: "NodeAgentInformation.withVersion(String version)"
|
|
summary: "Set this version number can be checked against the Compute Node agent release notes located at https://github.<wbr>com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.<wbr>md."
|
|
parameters:
|
|
- description: "the version value to set"
|
|
name: "version"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NodeAgentInformation withVersion(String version)"
|
|
desc: "Set this version number can be checked against the Compute Node agent release notes located at https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md."
|
|
returns:
|
|
description: "the NodeAgentInformation object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeAgentInformation?alt=com.microsoft.azure.batch.protocol.models.NodeAgentInformation&text=NodeAgentInformation\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Information about the Compute Node agent. The Batch Compute Node agent is a program that runs on each Compute Node in the Pool and provides Batch capability on the Compute Node."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|