148 строки
12 KiB
YAML
148 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.batch.IInheritedBehaviors?alt=com.microsoft.azure.batch.IInheritedBehaviors&text=IInheritedBehaviors" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.batch.AccountOperations.customBehaviors()
|
|
name: customBehaviors()
|
|
nameWithType: AccountOperations.customBehaviors()
|
|
overridden: com.microsoft.azure.batch.IInheritedBehaviors.customBehaviors()
|
|
returns:
|
|
description: <p>A collection of <xref uid="com.microsoft.azure.batch.BatchClientBehavior" data-throw-if-not-resolved="false" data-raw-source="BatchClientBehavior"></xref> instances. </p>
|
|
type: Collection<<xref href="com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Gets a collection of behaviors that modify or customize requests to the Batch service.</p>
|
|
|
|
<p></p>
|
|
syntax: public Collection<BatchClientBehavior> customBehaviors()
|
|
uid: com.microsoft.azure.batch.AccountOperations.customBehaviors()
|
|
- fullName: com.microsoft.azure.batch.AccountOperations.listNodeAgentSkus()
|
|
name: listNodeAgentSkus()
|
|
nameWithType: AccountOperations.listNodeAgentSkus()
|
|
exceptions:
|
|
- type: <xref href="BatchErrorException?alt=BatchErrorException&text=BatchErrorException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when an error response is received from the Batch service. </p>
|
|
- type: <xref href="IOException?alt=IOException&text=IOException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service. </p>
|
|
returns:
|
|
description: <p>A list of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="NodeAgentSku"></xref> objects. </p>
|
|
type: PagedList<<xref href="com.microsoft.azure.batch.protocol.models.NodeAgentSku?alt=com.microsoft.azure.batch.protocol.models.NodeAgentSku&text=NodeAgentSku" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Lists the node agent SKU values supported by the Batch service.</p>
|
|
|
|
<p></p>
|
|
syntax: public PagedList<NodeAgentSku> listNodeAgentSkus()
|
|
uid: com.microsoft.azure.batch.AccountOperations.listNodeAgentSkus()
|
|
- fullName: com.microsoft.azure.batch.AccountOperations.listNodeAgentSkus(DetailLevel detailLevel)
|
|
name: listNodeAgentSkus(DetailLevel detailLevel)
|
|
nameWithType: AccountOperations.listNodeAgentSkus(DetailLevel detailLevel)
|
|
parameters:
|
|
- description: <p>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. </p>
|
|
name: detailLevel
|
|
type: <xref href="com.microsoft.azure.batch.DetailLevel?alt=com.microsoft.azure.batch.DetailLevel&text=DetailLevel" data-throw-if-not-resolved="False"/>
|
|
exceptions:
|
|
- type: <xref href="BatchErrorException?alt=BatchErrorException&text=BatchErrorException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when an error response is received from the Batch service. </p>
|
|
- type: <xref href="IOException?alt=IOException&text=IOException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service. </p>
|
|
returns:
|
|
description: <p>A list of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="NodeAgentSku"></xref> objects. </p>
|
|
type: PagedList<<xref href="com.microsoft.azure.batch.protocol.models.NodeAgentSku?alt=com.microsoft.azure.batch.protocol.models.NodeAgentSku&text=NodeAgentSku" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Lists the node agent SKU values supported by the Batch service.</p>
|
|
|
|
<p></p>
|
|
syntax: public PagedList<NodeAgentSku> listNodeAgentSkus(DetailLevel detailLevel)
|
|
uid: com.microsoft.azure.batch.AccountOperations.listNodeAgentSkus(DetailLevel)
|
|
- fullName: com.microsoft.azure.batch.AccountOperations.listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
|
|
name: listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
|
|
nameWithType: AccountOperations.listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
|
|
parameters:
|
|
- description: <p>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. </p>
|
|
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: <p>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. </p>
|
|
name: additionalBehaviors
|
|
type: Iterable<<xref href="com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior" data-throw-if-not-resolved="False"/>>
|
|
exceptions:
|
|
- type: <xref href="BatchErrorException?alt=BatchErrorException&text=BatchErrorException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when an error response is received from the Batch service. </p>
|
|
- type: <xref href="IOException?alt=IOException&text=IOException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service. </p>
|
|
returns:
|
|
description: <p>A list of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="NodeAgentSku"></xref> objects. </p>
|
|
type: PagedList<<xref href="com.microsoft.azure.batch.protocol.models.NodeAgentSku?alt=com.microsoft.azure.batch.protocol.models.NodeAgentSku&text=NodeAgentSku" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Lists the node agent SKU values supported by the Batch service.</p>
|
|
|
|
<p></p>
|
|
syntax: public PagedList<NodeAgentSku> listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
|
|
uid: com.microsoft.azure.batch.AccountOperations.listNodeAgentSkus(DetailLevel,Iterable<BatchClientBehavior>)
|
|
- fullName: com.microsoft.azure.batch.AccountOperations.listPoolNodeCounts()
|
|
name: listPoolNodeCounts()
|
|
nameWithType: AccountOperations.listPoolNodeCounts()
|
|
exceptions:
|
|
- type: <xref href="BatchErrorException?alt=BatchErrorException&text=BatchErrorException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when an error response is received from the Batch service. </p>
|
|
- type: <xref href="IOException?alt=IOException&text=IOException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service. </p>
|
|
returns:
|
|
description: <p>A list of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="NodeAgentSku"></xref> objects. </p>
|
|
type: PagedList<<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"/>>
|
|
summary: >-
|
|
<p>Gets the number of nodes in each state, grouped by pool.</p>
|
|
|
|
<p></p>
|
|
syntax: public PagedList<PoolNodeCounts> listPoolNodeCounts()
|
|
uid: com.microsoft.azure.batch.AccountOperations.listPoolNodeCounts()
|
|
- 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)
|
|
parameters:
|
|
- description: <p>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. </p>
|
|
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: <p>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. </p>
|
|
name: additionalBehaviors
|
|
type: Iterable<<xref href="com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior" data-throw-if-not-resolved="False"/>>
|
|
exceptions:
|
|
- type: <xref href="BatchErrorException?alt=BatchErrorException&text=BatchErrorException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when an error response is received from the Batch service. </p>
|
|
- type: <xref href="IOException?alt=IOException&text=IOException" data-throw-if-not-resolved="False"/>
|
|
description: <p>Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service. </p>
|
|
returns:
|
|
description: <p>A list of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="PoolNodeCounts"></xref> objects. </p>
|
|
type: PagedList<<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"/>>
|
|
summary: >-
|
|
<p>Gets the number of nodes in each state, grouped by pool.</p>
|
|
|
|
<p></p>
|
|
syntax: public PagedList<PoolNodeCounts> listPoolNodeCounts(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
|
|
uid: com.microsoft.azure.batch.AccountOperations.listPoolNodeCounts(DetailLevel,Iterable<BatchClientBehavior>)
|
|
- fullName: com.microsoft.azure.batch.AccountOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
|
|
name: withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
|
|
nameWithType: AccountOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
|
|
overridden: com.microsoft.azure.batch.IInheritedBehaviors.withCustomBehaviors(Collection<BatchClientBehavior>)
|
|
parameters:
|
|
- description: <p>The collection of <xref uid="com.microsoft.azure.batch.BatchClientBehavior" data-throw-if-not-resolved="false" data-raw-source="BatchClientBehavior"></xref> instances. </p>
|
|
name: behaviors
|
|
type: Collection<<xref href="com.microsoft.azure.batch.BatchClientBehavior?alt=com.microsoft.azure.batch.BatchClientBehavior&text=BatchClientBehavior" data-throw-if-not-resolved="False"/>>
|
|
returns:
|
|
description: <p>The current instance. </p>
|
|
type: <xref href="com.microsoft.azure.batch.IInheritedBehaviors?alt=com.microsoft.azure.batch.IInheritedBehaviors&text=IInheritedBehaviors" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets a collection of behaviors that modify or customize requests to the Batch service.</p>
|
|
|
|
<p></p>
|
|
syntax: public IInheritedBehaviors withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
|
|
uid: com.microsoft.azure.batch.AccountOperations.withCustomBehaviors(Collection<BatchClientBehavior>)
|
|
nameWithType: AccountOperations
|
|
syntax: public class AccountOperations implements IInheritedBehaviors
|
|
type: class
|
|
uid: com.microsoft.azure.batch.AccountOperations
|
|
fullName: com.microsoft.azure.batch.AccountOperations
|
|
name: AccountOperations
|
|
package: com.microsoft.azure.batch
|
|
summary: <p>Performs account-related operations on an Azure Batch account. </p>
|
|
metadata: {}
|