Share via


CloudPoolAddParameters.Pool Property

 

Required. Gets or sets the pool to be added.

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

Syntax

public CloudPool Pool { get; set; }
public:
property CloudPool^ Pool {
    CloudPool^ get();
    void set(CloudPool^ value);
}
member Pool : CloudPool with get, set
Public Property Pool As CloudPool

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.CloudPool

See Also

CloudPoolAddParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top