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

70 строки
3.9 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.lastUpdateTime()
name: lastUpdateTime()
nameWithType: NodeAgentInformation.lastUpdateTime()
returns:
description: <p>the lastUpdateTime value </p>
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get this is the most recent time that the node agent was updated to a new version.</p>
<p></p>
syntax: public DateTime lastUpdateTime()
uid: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.lastUpdateTime()
- fullName: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.version()
name: version()
nameWithType: NodeAgentInformation.version()
returns:
description: <p>the version value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get this version number can be checked against the node agent release notes located at <a href="https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md">https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md</a>.</p>
<p></p>
syntax: public String version()
uid: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.version()
- fullName: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withLastUpdateTime(DateTime lastUpdateTime)
name: withLastUpdateTime(DateTime lastUpdateTime)
nameWithType: NodeAgentInformation.withLastUpdateTime(DateTime lastUpdateTime)
parameters:
- description: <p>the lastUpdateTime value to set </p>
name: lastUpdateTime
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
returns:
description: <p>the NodeAgentInformation object itself. </p>
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"/>
summary: >-
<p>Set this is the most recent time that the node agent was updated to a new version.</p>
<p></p>
syntax: public NodeAgentInformation withLastUpdateTime(DateTime lastUpdateTime)
uid: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withLastUpdateTime(DateTime)
- fullName: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withVersion(String version)
name: withVersion(String version)
nameWithType: NodeAgentInformation.withVersion(String version)
parameters:
- description: <p>the version value to set </p>
name: version
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the NodeAgentInformation object itself. </p>
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"/>
summary: >-
<p>Set this version number can be checked against the node agent release notes located at <a href="https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md">https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md</a>.</p>
<p></p>
syntax: public NodeAgentInformation withVersion(String version)
uid: com.microsoft.azure.batch.protocol.models.NodeAgentInformation.withVersion(String)
nameWithType: NodeAgentInformation
syntax: public class NodeAgentInformation
type: class
uid: com.microsoft.azure.batch.protocol.models.NodeAgentInformation
fullName: com.microsoft.azure.batch.protocol.models.NodeAgentInformation
name: NodeAgentInformation
package: com.microsoft.azure.batch.protocol.models
summary: <p>Information about the node agent. The Batch node agent is a program that runs on each node in the pool and provides Batch capability on the compute node. </p>
metadata: {}