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

149 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.AccountOperations"
fullName: "com.microsoft.azure.batch.AccountOperations"
name: "AccountOperations"
nameWithType: "AccountOperations"
summary: "Performs account-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 **AccountOperations**</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.AccountOperations.customBehaviors()"
fullName: "com.microsoft.azure.batch.AccountOperations.customBehaviors()"
name: "customBehaviors()"
nameWithType: "AccountOperations.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.AccountOperations.listPoolNodeCounts()"
fullName: "com.microsoft.azure.batch.AccountOperations.listPoolNodeCounts()"
name: "listPoolNodeCounts()"
nameWithType: "AccountOperations.listPoolNodeCounts()"
summary: "Gets the number of nodes in each state, grouped by pool."
syntax: "public PagedList<PoolNodeCounts> listPoolNodeCounts()"
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 the number of nodes in each state, grouped by pool."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.PoolNodeCounts\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PoolNodeCounts\"></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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.AccountOperations.listPoolNodeCounts(com.microsoft.azure.batch.DetailLevel,java.lang.Iterable<com.microsoft.azure.batch.BatchClientBehavior>)"
fullName: "com.microsoft.azure.batch.AccountOperations.listPoolNodeCounts(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)"
name: "listPoolNodeCounts(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)"
nameWithType: "AccountOperations.listPoolNodeCounts(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)"
summary: "Gets the number of nodes in each state, grouped by pool."
parameters:
- description: "A <xref uid=\"com.microsoft.azure.batch.DetailLevel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetailLevel\"></xref> used for filtering the list and for controlling which properties are retrieved from the service."
name: "detailLevel"
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel?alt=com.microsoft.azure.batch.DetailLevel&text=DetailLevel\" data-throw-if-not-resolved=\"False\" />"
- 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<PoolNodeCounts> listPoolNodeCounts(DetailLevel detailLevel, 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 the number of nodes in each state, grouped by pool."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.PoolNodeCounts\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PoolNodeCounts\"></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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.AccountOperations.listSupportedImages()"
fullName: "com.microsoft.azure.batch.AccountOperations.listSupportedImages()"
name: "listSupportedImages()"
nameWithType: "AccountOperations.listSupportedImages()"
summary: "Lists the node agent SKU values supported by the Batch service."
syntax: "public PagedList<ImageInformation> listSupportedImages()"
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 node agent SKU values supported by the Batch service."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.ImageInformation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ImageInformation\"></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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.AccountOperations.listSupportedImages(com.microsoft.azure.batch.DetailLevel)"
fullName: "com.microsoft.azure.batch.AccountOperations.listSupportedImages(DetailLevel detailLevel)"
name: "listSupportedImages(DetailLevel detailLevel)"
nameWithType: "AccountOperations.listSupportedImages(DetailLevel detailLevel)"
summary: "Lists the node agent SKU values supported by the Batch service."
parameters:
- description: "A <xref uid=\"com.microsoft.azure.batch.DetailLevel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetailLevel\"></xref> used for filtering the list and for controlling which properties are retrieved from the service."
name: "detailLevel"
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel?alt=com.microsoft.azure.batch.DetailLevel&text=DetailLevel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedList<ImageInformation> listSupportedImages(DetailLevel detailLevel)"
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 node agent SKU values supported by the Batch service."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.ImageInformation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ImageInformation\"></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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.AccountOperations.listSupportedImages(com.microsoft.azure.batch.DetailLevel,java.lang.Iterable<com.microsoft.azure.batch.BatchClientBehavior>)"
fullName: "com.microsoft.azure.batch.AccountOperations.listSupportedImages(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)"
name: "listSupportedImages(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)"
nameWithType: "AccountOperations.listSupportedImages(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)"
summary: "Lists the node agent SKU values supported by the Batch service."
parameters:
- description: "A <xref uid=\"com.microsoft.azure.batch.DetailLevel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetailLevel\"></xref> used for filtering the list and for controlling which properties are retrieved from the service."
name: "detailLevel"
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel?alt=com.microsoft.azure.batch.DetailLevel&text=DetailLevel\" data-throw-if-not-resolved=\"False\" />"
- 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<ImageInformation> listSupportedImages(DetailLevel detailLevel, 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 node agent SKU values supported by the Batch service."
returns:
description: "A list of <xref uid=\"com.microsoft.azure.batch.protocol.models.ImageInformation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ImageInformation\"></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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.AccountOperations.withCustomBehaviors(java.util.Collection<com.microsoft.azure.batch.BatchClientBehavior>)"
fullName: "com.microsoft.azure.batch.AccountOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)"
name: "withCustomBehaviors(Collection<BatchClientBehavior> behaviors)"
nameWithType: "AccountOperations.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 account-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