CloudTaskListResponse Class
Response to a CloudTaskOperations.List request.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.Azure.Batch.Protocol.Models.BatchOperationResponse
Microsoft.Azure.Batch.Protocol.Models.CloudTaskListResponse
Syntax
public class CloudTaskListResponse : BatchOperationResponse
public ref class CloudTaskListResponse : BatchOperationResponse
type CloudTaskListResponse =
class
inherit BatchOperationResponse
end
Public Class CloudTaskListResponse
Inherits BatchOperationResponse
Constructors
| Name | Description | |
|---|---|---|
![]() |
CloudTaskListResponse() | Initializes a new instance of the CloudTaskListResponse class. |
![]() |
CloudTaskListResponse(IList<CloudTask>, String) | Initializes a new instance of the CloudTaskListResponse class with required arguments. |
Properties
| Name | Description | |
|---|---|---|
![]() |
ClientRequestId | Optional. Gets the ClientRequestId provided by the client during the request, if present and requested to be returned. (Inherited from BatchOperationResponse.) |
![]() |
ETag | Optional. Gets the content of the ETag HTTP response header. (Inherited from BatchOperationResponse.) |
![]() |
LastModified | Optional. Gets the content of the Last-Modified HTTP response header. (Inherited from BatchOperationResponse.) |
![]() |
NextLink | Required. Gets or sets the URL to get the next set of results. |
![]() |
RequestId | (Inherited from AzureOperationResponse.) |
![]() |
StatusCode | (Inherited from HttpOperationResponse.) |
![]() |
Tasks | Required. Gets or sets the list of tasks. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)