CloudJobListPreparationAndReleaseTaskStatusResponse Constructor (IList<JobPreparationAndReleaseTaskExecutionInformation>, String)

 

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

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

Syntax

public CloudJobListPreparationAndReleaseTaskStatusResponse(
    IList<JobPreparationAndReleaseTaskExecutionInformation> executionInformation,
    string nextLink
)
public:
CloudJobListPreparationAndReleaseTaskStatusResponse(
    IList<JobPreparationAndReleaseTaskExecutionInformation^>^ executionInformation,
    String^ nextLink
)
new : 
        executionInformation:IList<JobPreparationAndReleaseTaskExecutionInformation> *
        nextLink:string -> CloudJobListPreparationAndReleaseTaskStatusResponse
Public Sub New (
    executionInformation As IList(Of JobPreparationAndReleaseTaskExecutionInformation),
    nextLink As String
)

Parameters

See Also

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

Return to top