PoolPatchParameter Class

Definition

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>)

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.

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