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

131 строка
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.ApplicationOperations"
fullName: "com.microsoft.azure.batch.ApplicationOperations"
name: "ApplicationOperations"
nameWithType: "ApplicationOperations"
summary: "Performs application-related operations on an Azure Batch account."
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 **ApplicationOperations**</br> implements <xref href=\"com.microsoft.azure.batch.IInheritedBehaviors?alt=com.microsoft.azure.batch.IInheritedBehaviors&text=IInheritedBehaviors\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.batch.ApplicationOperations.customBehaviors()"
fullName: "com.microsoft.azure.batch.ApplicationOperations.customBehaviors()"
name: "customBehaviors()"
nameWithType: "ApplicationOperations.customBehaviors()"
summary: "Gets a collection of behaviors that modify or customize requests to the Batch service."
syntax: "public Collection<BatchClientBehavior> customBehaviors()"
desc: "Gets a collection of behaviors that modify or customize requests to the Batch service."
returns:
description: "A collection of <xref uid=\"com.microsoft.azure.batch.BatchClientBehavior\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BatchClientBehavior\"></xref> instances."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.ApplicationOperations.getApplication(java.lang.String)"
fullName: "com.microsoft.azure.batch.ApplicationOperations.getApplication(String applicationId)"
name: "getApplication(String applicationId)"
nameWithType: "ApplicationOperations.getApplication(String applicationId)"
summary: "Gets information about the specified application."
parameters:
- description: "The ID of the application to get."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationSummary getApplication(String applicationId)"
exceptions:
- description: "Exception thrown when an error response is received from the Batch service."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchErrorException?alt=com.microsoft.azure.batch.protocol.models.BatchErrorException&text=BatchErrorException\" data-throw-if-not-resolved=\"False\" />"
- description: "Exception thrown when an error response is received from the Batch service."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Gets information about the specified application."
returns:
description: "An <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ApplicationSummary\"></xref> containing information about the specified application."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.ApplicationOperations.getApplication(java.lang.String,java.lang.Iterable<com.microsoft.azure.batch.BatchClientBehavior>)"
fullName: "com.microsoft.azure.batch.ApplicationOperations.getApplication(String applicationId, Iterable<BatchClientBehavior> additionalBehaviors)"
name: "getApplication(String applicationId, Iterable<BatchClientBehavior> additionalBehaviors)"
nameWithType: "ApplicationOperations.getApplication(String applicationId, Iterable<BatchClientBehavior> additionalBehaviors)"
summary: "Gets information about the specified application."
parameters:
- description: "The ID of the application to get."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A collection of <xref uid=\"com.microsoft.azure.batch.BatchClientBehavior\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BatchClientBehavior\"></xref> instances that are applied to the Batch service request."
name: "additionalBehaviors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html\">Iterable</a>&lt;<xref href=\"com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationSummary getApplication(String applicationId, Iterable<BatchClientBehavior> additionalBehaviors)"
exceptions:
- description: "Exception thrown when an error response is received from the Batch service."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchErrorException?alt=com.microsoft.azure.batch.protocol.models.BatchErrorException&text=BatchErrorException\" data-throw-if-not-resolved=\"False\" />"
- description: "Exception thrown when an error response is received from the Batch service."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Gets information about the specified application."
returns:
description: "An <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ApplicationSummary\"></xref> containing information about the specified application."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.ApplicationOperations.listApplications()"
fullName: "com.microsoft.azure.batch.ApplicationOperations.listApplications()"
name: "listApplications()"
nameWithType: "ApplicationOperations.listApplications()"
summary: "Lists the <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"applications\"></xref> in the Batch account."
syntax: "public PagedList<ApplicationSummary> listApplications()"
exceptions:
- description: "Exception thrown when an error response is received from the Batch service."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchErrorException?alt=com.microsoft.azure.batch.protocol.models.BatchErrorException&text=BatchErrorException\" data-throw-if-not-resolved=\"False\" />"
- description: "Exception thrown when an error response is received from the Batch service."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Lists the <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"applications\"></xref> in the Batch account."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ApplicationSummary\"></xref> objects."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.ApplicationOperations.listApplications(java.lang.Iterable<com.microsoft.azure.batch.BatchClientBehavior>)"
fullName: "com.microsoft.azure.batch.ApplicationOperations.listApplications(Iterable<BatchClientBehavior> additionalBehaviors)"
name: "listApplications(Iterable<BatchClientBehavior> additionalBehaviors)"
nameWithType: "ApplicationOperations.listApplications(Iterable<BatchClientBehavior> additionalBehaviors)"
summary: "Lists the <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"applications\"></xref> in the Batch account."
parameters:
- description: "A collection of <xref uid=\"com.microsoft.azure.batch.BatchClientBehavior\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BatchClientBehavior\"></xref> instances that are applied to the Batch service request."
name: "additionalBehaviors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html\">Iterable</a>&lt;<xref href=\"com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PagedList<ApplicationSummary> listApplications(Iterable<BatchClientBehavior> additionalBehaviors)"
exceptions:
- description: "Exception thrown when an error response is received from the Batch service."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchErrorException?alt=com.microsoft.azure.batch.protocol.models.BatchErrorException&text=BatchErrorException\" data-throw-if-not-resolved=\"False\" />"
- description: "Exception thrown when an error response is received from the Batch service."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Lists the <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"applications\"></xref> in the Batch account."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ApplicationSummary\"></xref> objects."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.ApplicationOperations.withCustomBehaviors(java.util.Collection<com.microsoft.azure.batch.BatchClientBehavior>)"
fullName: "com.microsoft.azure.batch.ApplicationOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)"
name: "withCustomBehaviors(Collection<BatchClientBehavior> behaviors)"
nameWithType: "ApplicationOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)"
summary: "Sets a collection of behaviors that modify or customize requests to the Batch service."
parameters:
- description: "The collection of <xref uid=\"com.microsoft.azure.batch.BatchClientBehavior\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BatchClientBehavior\"></xref> instances."
name: "behaviors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public IInheritedBehaviors withCustomBehaviors(Collection<BatchClientBehavior> behaviors)"
desc: "Sets a collection of behaviors that modify or customize requests to the Batch service."
returns:
description: "The current instance."
type: "<xref href=\"com.microsoft.azure.batch.IInheritedBehaviors?alt=com.microsoft.azure.batch.IInheritedBehaviors&text=IInheritedBehaviors\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Performs application-related operations on an Azure Batch account."
implements:
- "<xref href=\"com.microsoft.azure.batch.IInheritedBehaviors?alt=com.microsoft.azure.batch.IInheritedBehaviors&text=IInheritedBehaviors\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.batch"
artifact: com.microsoft.azure:azure-batch:11.2.0