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

126 строки
5.5 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.isDirectory()
name: isDirectory()
nameWithType: NodeFile.isDirectory()
returns:
description: <p>the isDirectory value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the isDirectory value.</p>
<p></p>
syntax: public Boolean isDirectory()
uid: com.microsoft.azure.batch.protocol.models.NodeFile.isDirectory()
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.name()
name: name()
nameWithType: NodeFile.name()
returns:
description: <p>the name value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public String name()
uid: com.microsoft.azure.batch.protocol.models.NodeFile.name()
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.properties()
name: properties()
nameWithType: NodeFile.properties()
returns:
description: <p>the properties value </p>
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"/>
summary: >-
<p>Get the properties value.</p>
<p></p>
syntax: public FileProperties properties()
uid: com.microsoft.azure.batch.protocol.models.NodeFile.properties()
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.url()
name: url()
nameWithType: NodeFile.url()
returns:
description: <p>the url value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the url value.</p>
<p></p>
syntax: public String url()
uid: com.microsoft.azure.batch.protocol.models.NodeFile.url()
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.withIsDirectory(Boolean isDirectory)
name: withIsDirectory(Boolean isDirectory)
nameWithType: NodeFile.withIsDirectory(Boolean isDirectory)
parameters:
- description: <p>the isDirectory value to set </p>
name: isDirectory
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the NodeFile object itself. </p>
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"/>
summary: >-
<p>Set the isDirectory value.</p>
<p></p>
syntax: public NodeFile withIsDirectory(Boolean isDirectory)
uid: com.microsoft.azure.batch.protocol.models.NodeFile.withIsDirectory(Boolean)
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.withName(String name)
name: withName(String name)
nameWithType: NodeFile.withName(String name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the NodeFile object itself. </p>
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"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public NodeFile withName(String name)
uid: com.microsoft.azure.batch.protocol.models.NodeFile.withName(String)
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.withProperties(FileProperties properties)
name: withProperties(FileProperties properties)
nameWithType: NodeFile.withProperties(FileProperties properties)
parameters:
- description: <p>the properties value to set </p>
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"/>
returns:
description: <p>the NodeFile object itself. </p>
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"/>
summary: >-
<p>Set the properties value.</p>
<p></p>
syntax: public NodeFile withProperties(FileProperties properties)
uid: com.microsoft.azure.batch.protocol.models.NodeFile.withProperties(FileProperties)
- fullName: com.microsoft.azure.batch.protocol.models.NodeFile.withUrl(String url)
name: withUrl(String url)
nameWithType: NodeFile.withUrl(String url)
parameters:
- description: <p>the url value to set </p>
name: url
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the NodeFile object itself. </p>
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"/>
summary: >-
<p>Set the url value.</p>
<p></p>
syntax: public NodeFile withUrl(String url)
uid: com.microsoft.azure.batch.protocol.models.NodeFile.withUrl(String)
nameWithType: NodeFile
syntax: public class NodeFile
type: class
uid: com.microsoft.azure.batch.protocol.models.NodeFile
fullName: com.microsoft.azure.batch.protocol.models.NodeFile
name: NodeFile
package: com.microsoft.azure.batch.protocol.models
summary: <p>Information about a file or directory on a compute node. </p>
metadata: {}