PoolUpdatePropertiesParameter 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 PoolUpdatePropertiesParameter
type PoolUpdatePropertiesParameter = class
Public Class PoolUpdatePropertiesParameter
- Inheritance
-
System.ObjectPoolUpdatePropertiesParameter
Constructors
PoolUpdatePropertiesParameter() |
Initializes a new instance of the PoolUpdatePropertiesParameter class. |
PoolUpdatePropertiesParameter(IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, StartTask) |
Initializes a new instance of the PoolUpdatePropertiesParameter class. |
Properties
ApplicationPackageReferences |
Gets or sets a list of application 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. |
Metadata |
Gets or sets a list of name-value pairs associated with the pool as metadata. |
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. |