Share via


CloudPoolResizeParameters.TargetDedicated Property

 

Required. Gets or sets the desired number of compute nodes in the pool.

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

Syntax

public int TargetDedicated { get; set; }
public:
property int TargetDedicated {
    int get();
    void set(int value);
}
member TargetDedicated : int with get, set
Public Property TargetDedicated As Integer

Property Value

Type: System.Int32

See Also

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

Return to top