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

132 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.NodeFile"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile"
name: "NodeFile"
nameWithType: "NodeFile"
summary: "Information about a file or directory on a Compute Node."
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 **NodeFile**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.NodeFile()"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.NodeFile()"
name: "NodeFile()"
nameWithType: "NodeFile.NodeFile()"
syntax: "public NodeFile()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.isDirectory()"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.isDirectory()"
name: "isDirectory()"
nameWithType: "NodeFile.isDirectory()"
summary: "Get the is<wbr>Directory value."
syntax: "public Boolean isDirectory()"
desc: "Get the isDirectory value."
returns:
description: "the isDirectory value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.name()"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.name()"
name: "name()"
nameWithType: "NodeFile.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
returns:
description: "the name 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.NodeFile.properties()"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.properties()"
name: "properties()"
nameWithType: "NodeFile.properties()"
summary: "Get the properties value."
syntax: "public FileProperties properties()"
desc: "Get the properties value."
returns:
description: "the properties value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.url()"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.url()"
name: "url()"
nameWithType: "NodeFile.url()"
summary: "Get the url value."
syntax: "public String url()"
desc: "Get the url value."
returns:
description: "the url 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.NodeFile.withIsDirectory(java.lang.Boolean)"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.withIsDirectory(Boolean isDirectory)"
name: "withIsDirectory(Boolean isDirectory)"
nameWithType: "NodeFile.withIsDirectory(Boolean isDirectory)"
summary: "Set the is<wbr>Directory value."
parameters:
- description: "the isDirectory value to set"
name: "isDirectory"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public NodeFile withIsDirectory(Boolean isDirectory)"
desc: "Set the isDirectory value."
returns:
description: "the NodeFile object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeFile?alt=com.microsoft.azure.batch.protocol.models.NodeFile&text=NodeFile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.withName(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.withName(String name)"
name: "withName(String name)"
nameWithType: "NodeFile.withName(String name)"
summary: "Set the name value."
parameters:
- description: "the name value to set"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NodeFile withName(String name)"
desc: "Set the name value."
returns:
description: "the NodeFile object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeFile?alt=com.microsoft.azure.batch.protocol.models.NodeFile&text=NodeFile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.withProperties(com.microsoft.azure.batch.protocol.models.FileProperties)"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.withProperties(FileProperties properties)"
name: "withProperties(FileProperties properties)"
nameWithType: "NodeFile.withProperties(FileProperties properties)"
summary: "Set the properties value."
parameters:
- description: "the properties value to set"
name: "properties"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NodeFile withProperties(FileProperties properties)"
desc: "Set the properties value."
returns:
description: "the NodeFile object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeFile?alt=com.microsoft.azure.batch.protocol.models.NodeFile&text=NodeFile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.NodeFile.withUrl(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.NodeFile.withUrl(String url)"
name: "withUrl(String url)"
nameWithType: "NodeFile.withUrl(String url)"
summary: "Set the url value."
parameters:
- description: "the url value to set"
name: "url"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NodeFile withUrl(String url)"
desc: "Set the url value."
returns:
description: "the NodeFile object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.NodeFile?alt=com.microsoft.azure.batch.protocol.models.NodeFile&text=NodeFile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about a file or directory on a Compute Node."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0