CloudPoolUpdatePropertiesParameters Class

 

Parameters for a CloudPoolOperations.UpdateProperties request.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.BatchParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpdatePropertiesParameters

Syntax

public class CloudPoolUpdatePropertiesParameters : BatchParameters
public ref class CloudPoolUpdatePropertiesParameters : BatchParameters
type CloudPoolUpdatePropertiesParameters = 
    class
        inherit BatchParameters
    end
Public Class CloudPoolUpdatePropertiesParameters
    Inherits BatchParameters

Constructors

Name Description
System_CAPS_pubmethod CloudPoolUpdatePropertiesParameters()

Initializes a new instance of the CloudPoolUpdatePropertiesParameters class.

System_CAPS_pubmethod CloudPoolUpdatePropertiesParameters(IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>)

Initializes a new instance of the CloudPoolUpdatePropertiesParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty AccessCondition

Optional. Gets or sets conditional headers for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty ApplicationPackageReferences

Required. Gets or sets a list of application packages to be installed on each compute node in the pool. If you specify an empty collection, any existing application packages references are removed from the pool.

System_CAPS_pubproperty CertificateReferences

Required. Gets or sets a list of certificates to be installed on each compute node in the pool. If you specify an empty collection, any existing certificate references are removed from the pool.

System_CAPS_pubproperty ClientRequestId

Optional. Gets or sets an id for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty DetailLevel

Optional. Gets or sets OData query options for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty Metadata

Required. Gets or sets a list of name-value pairs associated with the pool as metadata. If you specify an empty collection, any existing metadata is removed from the pool.

System_CAPS_pubproperty ServerTimeout

Optional. Gets or sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. (Inherited from BatchParameters.)

System_CAPS_pubproperty StartTask

Optional. Gets or sets a task to run on each compute node as it joins the pool. If omitted, any existing start task is removed from the pool.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top