Share via


CloudPoolResizeParameters Constructor (Int32)

 

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

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

Syntax

public CloudPoolResizeParameters(
    int targetDedicated
)
public:
CloudPoolResizeParameters(
    int targetDedicated
)
new : 
        targetDedicated:int -> CloudPoolResizeParameters
Public Sub New (
    targetDedicated As Integer
)

Parameters

See Also

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

Return to top