CloudPoolListResponse Constructor (IList<CloudPool>, String)

 

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

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

Syntax

public CloudPoolListResponse(
    IList<CloudPool> pools,
    string nextLink
)
public:
CloudPoolListResponse(
    IList<CloudPool^>^ pools,
    String^ nextLink
)
new : 
        pools:IList<CloudPool> *
        nextLink:string -> CloudPoolListResponse
Public Sub New (
    pools As IList(Of CloudPool),
    nextLink As String
)

Parameters

See Also

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

Return to top