PoolPatchParameter 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.
The set of changes to be made to a Pool.
public class PoolPatchParameter
type PoolPatchParameter = class
Public Class PoolPatchParameter
- Inheritance
-
PoolPatchParameter
Constructors
PoolPatchParameter() |
Initializes a new instance of the PoolPatchParameter class. |
PoolPatchParameter(StartTask, IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, Nullable<NodeCommunicationMode>, String, String, Nullable<Int32>, TaskSchedulingPolicy, Nullable<Boolean>, VirtualMachineConfiguration, NetworkConfiguration, IList<UserAccount>, IList<MountConfiguration>, UpgradePolicy, IDictionary<String, String>) |
Initializes a new instance of the PoolPatchParameter class. |
Properties
ApplicationPackageReferences |
Gets or sets a list of Packages to be installed on each Compute Node in the Pool. |
CertificateReferences |
Gets or sets a list of Certificates to be installed on each Compute Node in the Pool. |
DisplayName |
Gets or sets the display name for the Pool. |
EnableInterNodeCommunication |
Gets or sets whether the Pool permits direct communication between Compute Nodes. |
Metadata |
Gets or sets a list of name-value pairs associated with the Pool as metadata. |
MountConfiguration |
Gets or sets mount storage using specified file system for the entire lifetime of the pool. |
NetworkConfiguration |
Gets or sets the network configuration for 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 Compute Node is added to the Pool or when the Compute Node is restarted. |
TargetNodeCommunicationMode |
Gets or sets the desired node communication mode for the pool. |
TaskSchedulingPolicy |
Gets or sets how Tasks are distributed across Compute Nodes in a 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. |
UserAccounts |
Gets or sets the list of user Accounts to be created on each Compute Node in the Pool. |
VirtualMachineConfiguration |
Gets or sets the virtual machine configuration for the Pool. |
VmSize |
Gets or sets the size of virtual machines in the Pool. All VMs in a Pool are the same size. |
Applies to
Azure SDK for .NET