PoolUpdatePropertiesParameter Class

Definition

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