BatchOperationResponse Class

 

Represents a HTTP response from the Azure Batch service.

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.AccountGetAllJobsLifetimeStatisticsResponse
        Microsoft.Azure.Batch.Protocol.Models.AccountGetAllPoolsLifetimeStatisticsResponse
        Microsoft.Azure.Batch.Protocol.Models.AccountListPoolUsageMetricsResponse
        Microsoft.Azure.Batch.Protocol.Models.CertificateAddResponse
        Microsoft.Azure.Batch.Protocol.Models.CertificateCancelDeletionResponse
        Microsoft.Azure.Batch.Protocol.Models.CertificateDeleteResponse
        Microsoft.Azure.Batch.Protocol.Models.CertificateGetResponse
        Microsoft.Azure.Batch.Protocol.Models.CertificateListResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobAddResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobDeleteResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobDisableResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobEnableResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobGetResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobListPreparationAndReleaseTaskStatusResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobListResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobPatchResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleAddResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleDeleteResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleDisableResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleEnableResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleExistsResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleGetResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleListResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedulePatchResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleTerminateResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleUpdateResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobTerminateResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudJobUpdateResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolAddResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolDeleteResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolDisableAutoScaleResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolEnableAutoScaleResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolEvaluateAutoScaleResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolExistsResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolGetResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolListResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolPatchResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolResizeResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolStopResizeResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpdatePropertiesResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpgradeOSResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskAddCollectionResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskAddResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskDeleteResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskGetResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskListResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskListSubtasksResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskTerminateResponse
        Microsoft.Azure.Batch.Protocol.Models.CloudTaskUpdateResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeAddUserResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDeleteUserResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDisableSchedulingResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeGetRemoteDesktopResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeGetResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRemoveResponse
        Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUpdateUserResponse
        Microsoft.Azure.Batch.Protocol.Models.GetApplicationSummaryResponse
        Microsoft.Azure.Batch.Protocol.Models.ListApplicationSummariesResponse
        Microsoft.Azure.Batch.Protocol.Models.NodeFileDeleteResponse
        Microsoft.Azure.Batch.Protocol.Models.NodeFileGetPropertiesResponse
        Microsoft.Azure.Batch.Protocol.Models.NodeFileGetResponse
        Microsoft.Azure.Batch.Protocol.Models.NodeFileListResponse

Syntax

public class BatchOperationResponse : AzureOperationResponse
public ref class BatchOperationResponse : AzureOperationResponse
type BatchOperationResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class BatchOperationResponse
    Inherits AzureOperationResponse

Constructors

Name Description
System_CAPS_pubmethod BatchOperationResponse()

Initializes a new instance of the BatchOperationResponse class.

Properties

Name Description
System_CAPS_pubproperty ClientRequestId

Optional. Gets the ClientRequestId provided by the client during the request, if present and requested to be returned.

System_CAPS_pubproperty ETag

Optional. Gets the content of the ETag HTTP response header.

System_CAPS_pubproperty LastModified

Optional. Gets the content of the Last-Modified HTTP response header.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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