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

180 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions"
name: "FileListFromComputeNodeOptions"
nameWithType: "FileListFromComputeNodeOptions"
summary: "Additional parameters for list<wbr>From<wbr>Compute<wbr>Node operation."
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 **FileListFromComputeNodeOptions**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.FileListFromComputeNodeOptions()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.FileListFromComputeNodeOptions()"
name: "FileListFromComputeNodeOptions()"
nameWithType: "FileListFromComputeNodeOptions.FileListFromComputeNodeOptions()"
syntax: "public FileListFromComputeNodeOptions()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.clientRequestId()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.clientRequestId()"
name: "clientRequestId()"
nameWithType: "FileListFromComputeNodeOptions.clientRequestId()"
summary: "Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.<wbr>g."
syntax: "public UUID clientRequestId()"
desc: "Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0."
returns:
description: "the clientRequestId value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.filter()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.filter()"
name: "filter()"
nameWithType: "FileListFromComputeNodeOptions.filter()"
summary: "Get an OData $filter clause."
syntax: "public String filter()"
desc: "Get an OData $filter clause. For more information on constructing this filter, see https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch\\#list-compute-node-files."
returns:
description: "the filter 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.FileListFromComputeNodeOptions.maxResults()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.maxResults()"
name: "maxResults()"
nameWithType: "FileListFromComputeNodeOptions.maxResults()"
summary: "Get the maximum number of items to return in the response."
syntax: "public Integer maxResults()"
desc: "Get the maximum number of items to return in the response. A maximum of 1000 files can be returned."
returns:
description: "the maxResults value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.ocpDate()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.ocpDate()"
name: "ocpDate()"
nameWithType: "FileListFromComputeNodeOptions.ocpDate()"
summary: "Get the time the request was issued."
syntax: "public DateTime ocpDate()"
desc: "Get the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly."
returns:
description: "the ocpDate 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.FileListFromComputeNodeOptions.returnClientRequestId()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.returnClientRequestId()"
name: "returnClientRequestId()"
nameWithType: "FileListFromComputeNodeOptions.returnClientRequestId()"
summary: "Get whether the server should return the client-request-id in the response."
syntax: "public Boolean returnClientRequestId()"
desc: "Get whether the server should return the client-request-id in the response."
returns:
description: "the returnClientRequestId 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.FileListFromComputeNodeOptions.timeout()"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.timeout()"
name: "timeout()"
nameWithType: "FileListFromComputeNodeOptions.timeout()"
summary: "Get the maximum time that the server can spend processing the request, in seconds."
syntax: "public Integer timeout()"
desc: "Get the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead."
returns:
description: "the timeout value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withClientRequestId(java.util.UUID)"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withClientRequestId(UUID clientRequestId)"
name: "withClientRequestId(UUID clientRequestId)"
nameWithType: "FileListFromComputeNodeOptions.withClientRequestId(UUID clientRequestId)"
summary: "Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.<wbr>g."
parameters:
- description: "the clientRequestId value to set"
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public FileListFromComputeNodeOptions withClientRequestId(UUID clientRequestId)"
desc: "Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0."
returns:
description: "the FileListFromComputeNodeOptions object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions?alt=com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions&text=FileListFromComputeNodeOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withFilter(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withFilter(String filter)"
name: "withFilter(String filter)"
nameWithType: "FileListFromComputeNodeOptions.withFilter(String filter)"
summary: "Set an OData $filter clause."
parameters:
- description: "the filter value to set"
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FileListFromComputeNodeOptions withFilter(String filter)"
desc: "Set an OData $filter clause. For more information on constructing this filter, see https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch\\#list-compute-node-files."
returns:
description: "the FileListFromComputeNodeOptions object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions?alt=com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions&text=FileListFromComputeNodeOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withMaxResults(java.lang.Integer)"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withMaxResults(Integer maxResults)"
name: "withMaxResults(Integer maxResults)"
nameWithType: "FileListFromComputeNodeOptions.withMaxResults(Integer maxResults)"
summary: "Set the maximum number of items to return in the response."
parameters:
- description: "the maxResults value to set"
name: "maxResults"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public FileListFromComputeNodeOptions withMaxResults(Integer maxResults)"
desc: "Set the maximum number of items to return in the response. A maximum of 1000 files can be returned."
returns:
description: "the FileListFromComputeNodeOptions object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions?alt=com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions&text=FileListFromComputeNodeOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withOcpDate(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withOcpDate(DateTime ocpDate)"
name: "withOcpDate(DateTime ocpDate)"
nameWithType: "FileListFromComputeNodeOptions.withOcpDate(DateTime ocpDate)"
summary: "Set the time the request was issued."
parameters:
- description: "the ocpDate value to set"
name: "ocpDate"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileListFromComputeNodeOptions withOcpDate(DateTime ocpDate)"
desc: "Set the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly."
returns:
description: "the FileListFromComputeNodeOptions object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions?alt=com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions&text=FileListFromComputeNodeOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withReturnClientRequestId(java.lang.Boolean)"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withReturnClientRequestId(Boolean returnClientRequestId)"
name: "withReturnClientRequestId(Boolean returnClientRequestId)"
nameWithType: "FileListFromComputeNodeOptions.withReturnClientRequestId(Boolean returnClientRequestId)"
summary: "Set whether the server should return the client-request-id in the response."
parameters:
- description: "the returnClientRequestId value to set"
name: "returnClientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public FileListFromComputeNodeOptions withReturnClientRequestId(Boolean returnClientRequestId)"
desc: "Set whether the server should return the client-request-id in the response."
returns:
description: "the FileListFromComputeNodeOptions object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions?alt=com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions&text=FileListFromComputeNodeOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withTimeout(java.lang.Integer)"
fullName: "com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions.withTimeout(Integer timeout)"
name: "withTimeout(Integer timeout)"
nameWithType: "FileListFromComputeNodeOptions.withTimeout(Integer timeout)"
summary: "Set the maximum time that the server can spend processing the request, in seconds."
parameters:
- description: "the timeout value to set"
name: "timeout"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public FileListFromComputeNodeOptions withTimeout(Integer timeout)"
desc: "Set the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead."
returns:
description: "the FileListFromComputeNodeOptions object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions?alt=com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions&text=FileListFromComputeNodeOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Additional parameters for listFromComputeNode operation."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0