CloudJobListResponse Constructor (IList<CloudJob>, String)
Initializes a new instance of the CloudJobListResponse class with required arguments.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public CloudJobListResponse(
IList<CloudJob> jobs,
string nextLink
)
public:
CloudJobListResponse(
IList<CloudJob^>^ jobs,
String^ nextLink
)
new :
jobs:IList<CloudJob> *
nextLink:string -> CloudJobListResponse
Public Sub New (
jobs As IList(Of CloudJob),
nextLink As String
)
Parameters
- jobs
Type: System.Collections.Generic.IList<CloudJob>
- nextLink
Type: System.String
See Also
CloudJobListResponse Overload
CloudJobListResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top