CloudPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A pool in the Azure Batch service.
public class CloudPool : Microsoft.Azure.Batch.IInheritedBehaviors, Microsoft.Azure.Batch.IRefreshable
type CloudPool = class
interface IRefreshable
interface IInheritedBehaviors
Public Class CloudPool
Implements IInheritedBehaviors, IRefreshable
- Inheritance
-
CloudPool
- Implements
Constructors
CloudPool() |
Default constructor to support mocking the CloudPool class. |
Properties
AllocationState |
Gets an AllocationState which indicates what node allocation activity is occurring on the pool. |
AllocationStateTransitionTime |
Gets the time at which the pool entered its current AllocationState. |
ApplicationPackageReferences |
Gets or sets a list of application packages to be installed on each compute node in the pool. |
AutoScaleEnabled |
Gets or sets whether the pool size should automatically adjust according to the AutoScaleFormula. |
AutoScaleEvaluationInterval |
Gets or sets a time interval at which to automatically adjust the pool size according to the AutoScaleFormula. |
AutoScaleFormula |
Gets or sets a formula for the desired number of compute nodes in the pool. |
AutoScaleRun |
Gets the results and errors from the last execution of the AutoScaleFormula. |
CertificateReferences |
Gets or sets a list of certificates to be installed on each compute node in the pool. |
CreationTime |
Gets the creation time for the pool. |
CurrentDedicated |
Obsolete.
This property is an alias for CurrentDedicatedComputeNodes and is supported only for backward compatibility. |
CurrentDedicatedComputeNodes |
Gets the number of dedicated compute nodes currently in the pool. |
CurrentLowPriorityComputeNodes |
Gets the number of low-priority compute nodes currently in the pool. |
CurrentNodeCommunicationMode |
Gets the current state of the pool communication mode. |
CustomBehaviors |
Gets or sets a list of behaviors that modify or customize requests to the Batch service made via this CloudPool. |
DisplayName |
Gets or sets the display name of the pool. |
ETag |
Gets the ETag for the pool. |
Id |
Gets or sets the id of the pool. |
Identity |
Gets the identity of the Batch pool, if configured. |
InterComputeNodeCommunicationEnabled |
Gets or sets whether the pool permits direct communication between its compute nodes. |
LastModified |
Gets the last modified time of the pool. |
Metadata |
Gets or sets a list of name-value pairs associated with the pool as metadata. |
MountConfiguration |
Gets or sets a list of file systems to mount on each node in the pool. |
NetworkConfiguration |
Gets or sets the network configuration of the pool. |
ResizeErrors |
Gets a list of errors encountered while performing the last resize on the CloudPool. Errors are returned only when the Batch service encountered an error while resizing the pool, and when the pool's AllocationState is Steady. |
ResizeTimeout |
Gets or sets the timeout for allocation of compute nodes to the pool. |
ResourceTags |
Gets or sets the user-specified tags associated with the pool. |
StartTask |
Gets or sets a task to run on each compute node as it joins the pool. The task runs when the node is added to the pool or when the node is restarted. |
State |
Gets the current state of the pool. |
StateTransitionTime |
Gets the time at which the pool entered its current state. |
Statistics |
Gets the resource usage statistics for the pool. |
TargetDedicated |
Obsolete.
This property is an alias for TargetDedicatedComputeNodes and is supported only for backward compatibility. |
TargetDedicatedComputeNodes |
Gets or sets the desired number of dedicated compute nodes in the pool. |
TargetLowPriorityComputeNodes |
Gets or sets the desired number of low-priority compute nodes in the pool. |
TargetNodeCommunicationMode |
Gets or sets the desired node communication mode for the pool. |
TaskSchedulingPolicy |
Gets or sets how tasks are distributed among compute nodes in the pool. |
TaskSlotsPerNode |
Gets or sets the number of task slots that can be used to run concurrent tasks on a single compute node in the pool. |
UpgradePolicy |
Gets or sets the upgrade policy for the pool. |
Url |
Gets the URL of the pool. |
UserAccounts |
Gets or sets the list of user accounts to be created on each node in the pool. |
VirtualMachineConfiguration |
Gets or sets the VirtualMachineConfiguration of the pool. |
VirtualMachineSize |
Gets or sets the size of the virtual machines in the pool. All virtual machines in a pool are the same size. |
Methods
Applies to
Azure SDK for .NET