Share via


CloudJobPatchParameters.PoolInformation Property

 

Optional. Gets or sets the pool on which the Batch service runs the job's tasks. If omitted, the job continues to run on its current pool.

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

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

Return to top