BatchParameters Class

 

Standard parameters for requests to the Azure Batch service.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.BatchParameters
    Microsoft.Azure.Batch.Protocol.Models.AccountGetAllJobsLifetimeStatisticsParameters
    Microsoft.Azure.Batch.Protocol.Models.AccountGetAllPoolsLifetimeStatisticsParameters
    Microsoft.Azure.Batch.Protocol.Models.AccountListPoolUsageMetricsParameters
    Microsoft.Azure.Batch.Protocol.Models.CertificateAddParameters
    Microsoft.Azure.Batch.Protocol.Models.CertificateCancelDeletionParameters
    Microsoft.Azure.Batch.Protocol.Models.CertificateDeleteParameters
    Microsoft.Azure.Batch.Protocol.Models.CertificateGetParameters
    Microsoft.Azure.Batch.Protocol.Models.CertificateListParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobAddParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobDeleteParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobDisableParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobEnableParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobGetParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobListParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobListPreparationAndReleaseTaskStatusParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobPatchParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleAddParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleDeleteParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleDisableParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleEnableParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleExistsParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleGetParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleListParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedulePatchParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleTerminateParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleUpdateParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobTerminateParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobUpdateParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolAddParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolDeleteParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolDisableAutoScaleParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolEnableAutoScaleParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolEvaluateAutoScaleParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolExistsParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolGetParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolListParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolPatchParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolResizeParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolStopResizeParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpdatePropertiesParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpgradeOSParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskAddCollectionParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskAddParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskDeleteParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskGetParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskListParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskListSubtasksParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskTerminateParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudTaskUpdateParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeAddUserParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDeleteUserParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDisableSchedulingParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeGetParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeGetRemoteDesktopParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRemoveParameters
    Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUpdateUserParameters
    Microsoft.Azure.Batch.Protocol.Models.GetApplicationSummaryParameters
    Microsoft.Azure.Batch.Protocol.Models.ListApplicationSummariesParameters
    Microsoft.Azure.Batch.Protocol.Models.NodeFileDeleteParameters
    Microsoft.Azure.Batch.Protocol.Models.NodeFileGetParameters
    Microsoft.Azure.Batch.Protocol.Models.NodeFileGetPropertiesParameters
    Microsoft.Azure.Batch.Protocol.Models.NodeFileListParameters

Syntax

public class BatchParameters
public ref class BatchParameters 
type BatchParameters = class end
Public Class BatchParameters

Constructors

Name Description
System_CAPS_pubmethod BatchParameters()

Initializes a new instance of the BatchParameters class.

Properties

Name Description
System_CAPS_pubproperty AccessCondition

Optional. Gets or sets conditional headers for the request.

System_CAPS_pubproperty ClientRequestId

Optional. Gets or sets an id for the request.

System_CAPS_pubproperty DetailLevel

Optional. Gets or sets OData query options for the request.

System_CAPS_pubproperty ServerTimeout

Optional. Gets or sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.

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