BatchRequest Constructor (BatchRestClient)

 

Initializes a new instance of the BatchRequest class.

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

Syntax

protected BatchRequest(
    BatchRestClient restClient
)
protected:
BatchRequest(
    BatchRestClient^ restClient
)
new : 
        restClient:BatchRestClient -> BatchRequest
Protected Sub New (
    restClient As BatchRestClient
)

Parameters

See Also

BatchRequest Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top