CloudJob.PoolInformation Property

 

Required. Gets or sets the pool on which the Batch service runs the job’s tasks.

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

Syntax

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

Property Value

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

See Also

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

Return to top