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
-
PoolUpdatePropertiesParameter
Constructors
PoolUpdatePropertiesParameter() |
Initializes a new instance of the PoolUpdatePropertiesParameter class. |
PoolUpdatePropertiesParameter(IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, StartTask, Nullable<NodeCommunicationMode>) |
Initializes a new instance of the PoolUpdatePropertiesParameter class. |
Properties
ApplicationPackageReferences |
Gets or sets the 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 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. |
Applies to
Azure SDK for .NET