CloudPoolResizeParameters Constructor (Int32, Guid)

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)

Usage

'Usage
Dim targetDedicated As Integer
Dim clientRequestId As Guid

Dim instance As New CloudPoolResizeParameters(targetDedicated, clientRequestId)

Syntax

'Declaration
Public Sub New ( _
    targetDedicated As Integer, _
    clientRequestId As Guid _
)
public CloudPoolResizeParameters (
    int targetDedicated,
    Guid clientRequestId
)
public:
CloudPoolResizeParameters (
    int targetDedicated, 
    Guid clientRequestId
)
public CloudPoolResizeParameters (
    int targetDedicated, 
    Guid clientRequestId
)
public function CloudPoolResizeParameters (
    targetDedicated : int, 
    clientRequestId : Guid
)

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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