CloudJobListPreparationAndReleaseTaskStatusParameters Constructor (Guid)

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

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

Usage

'Usage
Dim clientRequestId As Guid

Dim instance As New CloudJobListPreparationAndReleaseTaskStatusParameters(clientRequestId)

Syntax

'Declaration
Public Sub New ( _
    clientRequestId As Guid _
)
public CloudJobListPreparationAndReleaseTaskStatusParameters (
    Guid clientRequestId
)
public:
CloudJobListPreparationAndReleaseTaskStatusParameters (
    Guid clientRequestId
)
public CloudJobListPreparationAndReleaseTaskStatusParameters (
    Guid clientRequestId
)
public function CloudJobListPreparationAndReleaseTaskStatusParameters (
    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

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