Index

A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form

A

AccessScope - Class in com.azure.compute.batch.models
AccessScope enums.
AccessScope() - Constructor for class com.azure.compute.batch.models.AccessScope
Deprecated.
Use the AccessScope.fromString(String) factory method.
ACTIVE - Static variable in class com.azure.compute.batch.models.BatchCertificateState
The Certificate is available for use in Pools.
ACTIVE - Static variable in class com.azure.compute.batch.models.BatchJobScheduleState
The Job Schedule is active and will create Jobs as per its schedule.
ACTIVE - Static variable in class com.azure.compute.batch.models.BatchJobState
The Job is available to have Tasks scheduled.
ACTIVE - Static variable in class com.azure.compute.batch.models.BatchPoolState
The Pool is available to run Tasks subject to the availability of Compute Nodes.
ACTIVE - Static variable in class com.azure.compute.batch.models.BatchTaskState
The Task is queued and able to run, but is not currently assigned to a Compute Node.
Adding the package to your product - Search tag in Overview
Section
addPolicy(HttpPipelinePolicy) - Method in class com.azure.compute.batch.BatchClientBuilder
.
ADMIN - Static variable in class com.azure.compute.batch.models.ElevationLevel
The user is a user with elevated access and operates with full Administrator permissions.
AffinityInfo - Class in com.azure.compute.batch.models
A locality hint that can be used by the Batch service to select a Compute Node on which to start a Task.
AffinityInfo(String) - Constructor for class com.azure.compute.batch.models.AffinityInfo
Creates an instance of AffinityInfo class.
AllocationState - Class in com.azure.compute.batch.models
AllocationState enums.
AllocationState() - Constructor for class com.azure.compute.batch.models.AllocationState
Deprecated.
Use the AllocationState.fromString(String) factory method.
ALLOW - Static variable in class com.azure.compute.batch.models.NetworkSecurityGroupRuleAccess
Allow access.
APPLICATIONS - Static variable in class com.azure.compute.batch.models.ContainerHostDataPath
The applications path.
Authentication - Search tag in Overview
Section
AuthenticationTokenSettings - Class in com.azure.compute.batch.models
The settings for an authentication token that the Task can use to perform Batch service operations.
AuthenticationTokenSettings() - Constructor for class com.azure.compute.batch.models.AuthenticationTokenSettings
Creates an instance of AuthenticationTokenSettings class.
AUTOMATIC - Static variable in class com.azure.compute.batch.models.UpgradeMode
TAll virtual machines in the scale set are automatically updated at the same time.
AutomaticOsUpgradePolicy - Class in com.azure.compute.batch.models
The configuration parameters used for performing automatic OS upgrade.
AutomaticOsUpgradePolicy() - Constructor for class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Creates an instance of AutomaticOsUpgradePolicy class.
AutoScaleRun - Class in com.azure.compute.batch.models
The results and errors from an execution of a Pool autoscale formula.
AutoScaleRunError - Class in com.azure.compute.batch.models
An error that occurred when executing or evaluating a Pool autoscale formula.
AutoUserScope - Class in com.azure.compute.batch.models
AutoUserScope enums.
AutoUserScope() - Constructor for class com.azure.compute.batch.models.AutoUserScope
Deprecated.
Use the AutoUserScope.fromString(String) factory method.
AutoUserSpecification - Class in com.azure.compute.batch.models
Specifies the options for the auto user that runs an Azure Batch Task.
AutoUserSpecification() - Constructor for class com.azure.compute.batch.models.AutoUserSpecification
Creates an instance of AutoUserSpecification class.
Azure Batch Authentication - Search tag in Overview
Section
Azure Batch client library for Java - Search tag in Overview
Section
AzureBlobFileSystemConfiguration - Class in com.azure.compute.batch.models
Information used to connect to an Azure Storage Container using Blobfuse.
AzureBlobFileSystemConfiguration(String, String, String) - Constructor for class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Creates an instance of AzureBlobFileSystemConfiguration class.
AzureFileShareConfiguration - Class in com.azure.compute.batch.models
Information used to connect to an Azure Fileshare.
AzureFileShareConfiguration(String, String, String, String) - Constructor for class com.azure.compute.batch.models.AzureFileShareConfiguration
Creates an instance of AzureFileShareConfiguration class.

B

BATCH - Static variable in class com.azure.compute.batch.models.LoginMode
The LOGON32_LOGON_BATCH Win32 login mode.
BATCH_MANAGED - Static variable in class com.azure.compute.batch.models.IpAddressProvisioningType
A public IP will be created and managed by Batch.
BatchApplication - Class in com.azure.compute.batch.models
Contains information about an application in an Azure Batch Account.
BatchApplicationPackageReference - Class in com.azure.compute.batch.models
A reference to an Package to be deployed to Compute Nodes.
BatchApplicationPackageReference(String) - Constructor for class com.azure.compute.batch.models.BatchApplicationPackageReference
Creates an instance of BatchApplicationPackageReference class.
BatchAsyncClient - Class in com.azure.compute.batch
Initializes a new instance of the asynchronous BatchClient type.
BatchAutoPoolSpecification - Class in com.azure.compute.batch.models
Specifies characteristics for a temporary 'auto pool'.
BatchAutoPoolSpecification(BatchPoolLifetimeOption) - Constructor for class com.azure.compute.batch.models.BatchAutoPoolSpecification
Creates an instance of BatchAutoPoolSpecification class.
BatchCertificate - Class in com.azure.compute.batch.models
A Certificate that can be installed on Compute Nodes and can be used to authenticate operations on the machine.
BatchCertificate(String, String, String) - Constructor for class com.azure.compute.batch.models.BatchCertificate
Creates an instance of BatchCertificate class.
BatchCertificateFormat - Class in com.azure.compute.batch.models
BatchCertificateFormat enums.
BatchCertificateFormat() - Constructor for class com.azure.compute.batch.models.BatchCertificateFormat
Deprecated.
BatchCertificateReference - Class in com.azure.compute.batch.models
A reference to a Certificate to be installed on Compute Nodes in a Pool.
BatchCertificateReference(String, String) - Constructor for class com.azure.compute.batch.models.BatchCertificateReference
Creates an instance of BatchCertificateReference class.
BatchCertificateState - Class in com.azure.compute.batch.models
BatchCertificateState enums.
BatchCertificateState() - Constructor for class com.azure.compute.batch.models.BatchCertificateState
Deprecated.
BatchCertificateStoreLocation - Class in com.azure.compute.batch.models
BatchCertificateStoreLocation enums.
BatchCertificateStoreLocation() - Constructor for class com.azure.compute.batch.models.BatchCertificateStoreLocation
Deprecated.
BatchCertificateVisibility - Class in com.azure.compute.batch.models
BatchCertificateVisibility enums.
BatchCertificateVisibility() - Constructor for class com.azure.compute.batch.models.BatchCertificateVisibility
Deprecated.
BatchClient - Class in com.azure.compute.batch
Initializes a new instance of the synchronous BatchClient type.
BatchClientBuilder - Class in com.azure.compute.batch
A builder for creating a new instance of the BatchClient type.
BatchClientBuilder() - Constructor for class com.azure.compute.batch.BatchClientBuilder
Create an instance of the BatchClientBuilder.
BatchClientParallelOptions - Class in com.azure.compute.batch.models
Stores options that configure the operation of methods on Batch client parallel operations.
BatchClientParallelOptions() - Constructor for class com.azure.compute.batch.models.BatchClientParallelOptions
Initializes a new instance of the BatchClientParallelOptions class.
BatchError - Class in com.azure.compute.batch.models
An error response received from the Azure Batch service.
BatchErrorDetail - Class in com.azure.compute.batch.models
An item of additional information included in an Azure Batch error response.
BatchErrorMessage - Class in com.azure.compute.batch.models
An error message received in an Azure Batch error response.
BatchJob - Class in com.azure.compute.batch.models
An Azure Batch Job.
BatchJob(BatchPoolInfo) - Constructor for class com.azure.compute.batch.models.BatchJob
Creates an instance of BatchJob class.
BatchJobAction - Class in com.azure.compute.batch.models
BatchJobAction enums.
BatchJobAction() - Constructor for class com.azure.compute.batch.models.BatchJobAction
Deprecated.
Use the BatchJobAction.fromString(String) factory method.
BatchJobConstraints - Class in com.azure.compute.batch.models
The execution constraints for a Job.
BatchJobConstraints() - Constructor for class com.azure.compute.batch.models.BatchJobConstraints
Creates an instance of BatchJobConstraints class.
BatchJobCreateContent - Class in com.azure.compute.batch.models
Parameters for creating an Azure Batch Job.
BatchJobCreateContent(String, BatchPoolInfo) - Constructor for class com.azure.compute.batch.models.BatchJobCreateContent
Creates an instance of BatchJobCreateContent class.
BatchJobDisableContent - Class in com.azure.compute.batch.models
Parameters for disabling an Azure Batch Job.
BatchJobDisableContent(DisableBatchJobOption) - Constructor for class com.azure.compute.batch.models.BatchJobDisableContent
Creates an instance of BatchJobDisableContent class.
BatchJobExecutionInfo - Class in com.azure.compute.batch.models
Contains information about the execution of a Job in the Azure Batch service.
BatchJobManagerTask - Class in com.azure.compute.batch.models
Specifies details of a Job Manager Task.
BatchJobManagerTask(String, String) - Constructor for class com.azure.compute.batch.models.BatchJobManagerTask
Creates an instance of BatchJobManagerTask class.
BatchJobNetworkConfiguration - Class in com.azure.compute.batch.models
The network configuration for the Job.
BatchJobNetworkConfiguration(String, boolean) - Constructor for class com.azure.compute.batch.models.BatchJobNetworkConfiguration
Creates an instance of BatchJobNetworkConfiguration class.
BatchJobPreparationAndReleaseTaskStatus - Class in com.azure.compute.batch.models
The status of the Job Preparation and Job Release Tasks on a Compute Node.
BatchJobPreparationTask - Class in com.azure.compute.batch.models
A Job Preparation Task to run before any Tasks of the Job on any given Compute Node.
BatchJobPreparationTask(String) - Constructor for class com.azure.compute.batch.models.BatchJobPreparationTask
Creates an instance of BatchJobPreparationTask class.
BatchJobPreparationTaskExecutionInfo - Class in com.azure.compute.batch.models
Contains information about the execution of a Job Preparation Task on a Compute Node.
BatchJobPreparationTaskState - Class in com.azure.compute.batch.models
BatchJobPreparationTaskState enums.
BatchJobPreparationTaskState() - Constructor for class com.azure.compute.batch.models.BatchJobPreparationTaskState
Deprecated.
BatchJobReleaseTask - Class in com.azure.compute.batch.models
A Job Release Task to run on Job completion on any Compute Node where the Job has run.
BatchJobReleaseTask(String) - Constructor for class com.azure.compute.batch.models.BatchJobReleaseTask
Creates an instance of BatchJobReleaseTask class.
BatchJobReleaseTaskExecutionInfo - Class in com.azure.compute.batch.models
Contains information about the execution of a Job Release Task on a Compute Node.
BatchJobReleaseTaskState - Class in com.azure.compute.batch.models
BatchJobReleaseTaskState enums.
BatchJobReleaseTaskState() - Constructor for class com.azure.compute.batch.models.BatchJobReleaseTaskState
Deprecated.
BatchJobSchedule - Class in com.azure.compute.batch.models
A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job.
BatchJobSchedule(BatchJobSpecification) - Constructor for class com.azure.compute.batch.models.BatchJobSchedule
Creates an instance of BatchJobSchedule class.
BatchJobScheduleConfiguration - Class in com.azure.compute.batch.models
The schedule according to which Jobs will be created.
BatchJobScheduleConfiguration() - Constructor for class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Creates an instance of BatchJobScheduleConfiguration class.
BatchJobScheduleCreateContent - Class in com.azure.compute.batch.models
Parameters for creating an Azure Batch Job Schedule.
BatchJobScheduleCreateContent(String, BatchJobScheduleConfiguration, BatchJobSpecification) - Constructor for class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Creates an instance of BatchJobScheduleCreateContent class.
BatchJobScheduleExecutionInfo - Class in com.azure.compute.batch.models
Contains information about Jobs that have been and will be run under a Job Schedule.
BatchJobScheduleExistsOptions - Class in com.azure.compute.batch.models
Optional parameters for Job Schedule Exists operation.
BatchJobScheduleExistsOptions() - Constructor for class com.azure.compute.batch.models.BatchJobScheduleExistsOptions
Creates an instance of BatchJobScheduleExistsOptions class.
BatchJobScheduleState - Class in com.azure.compute.batch.models
BatchJobScheduleState enums.
BatchJobScheduleState() - Constructor for class com.azure.compute.batch.models.BatchJobScheduleState
Deprecated.
BatchJobScheduleStatistics - Class in com.azure.compute.batch.models
Resource usage statistics for a Job Schedule.
BatchJobScheduleUpdateContent - Class in com.azure.compute.batch.models
Parameters for updating an Azure Batch Job Schedule.
BatchJobScheduleUpdateContent() - Constructor for class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Creates an instance of BatchJobScheduleUpdateContent class.
BatchJobSchedulingError - Class in com.azure.compute.batch.models
An error encountered by the Batch service when scheduling a Job.
BatchJobSpecification - Class in com.azure.compute.batch.models
Specifies details of the Jobs to be created on a schedule.
BatchJobSpecification(BatchPoolInfo) - Constructor for class com.azure.compute.batch.models.BatchJobSpecification
Creates an instance of BatchJobSpecification class.
BatchJobState - Class in com.azure.compute.batch.models
BatchJobState enums.
BatchJobState() - Constructor for class com.azure.compute.batch.models.BatchJobState
Deprecated.
Use the BatchJobState.fromString(String) factory method.
BatchJobStatistics - Class in com.azure.compute.batch.models
Resource usage statistics for a Job.
BatchJobTerminateContent - Class in com.azure.compute.batch.models
Parameters for terminating an Azure Batch Job.
BatchJobTerminateContent() - Constructor for class com.azure.compute.batch.models.BatchJobTerminateContent
Creates an instance of BatchJobTerminateContent class.
BatchJobUpdateContent - Class in com.azure.compute.batch.models
Parameters for updating an Azure Batch Job.
BatchJobUpdateContent() - Constructor for class com.azure.compute.batch.models.BatchJobUpdateContent
Creates an instance of BatchJobUpdateContent class.
BatchNode - Class in com.azure.compute.batch.models
A Compute Node in the Batch service.
BatchNodeAgentInfo - Class in com.azure.compute.batch.models
The Batch Compute Node agent is a program that runs on each Compute Node in the Pool and provides Batch capability on the Compute Node.
BatchNodeCommunicationMode - Class in com.azure.compute.batch.models
BatchNodeCommunicationMode enums.
BatchNodeCommunicationMode() - Constructor for class com.azure.compute.batch.models.BatchNodeCommunicationMode
Deprecated.
BatchNodeCounts - Class in com.azure.compute.batch.models
The number of Compute Nodes in each Compute Node state.
BatchNodeDeallocateContent - Class in com.azure.compute.batch.models
Options for deallocating a Compute Node.
BatchNodeDeallocateContent() - Constructor for class com.azure.compute.batch.models.BatchNodeDeallocateContent
Creates an instance of BatchNodeDeallocateContent class.
BatchNodeDeallocateOption - Class in com.azure.compute.batch.models
BatchNodeDeallocateOption enums.
BatchNodeDeallocateOption() - Constructor for class com.azure.compute.batch.models.BatchNodeDeallocateOption
Deprecated.
BatchNodeDeallocationOption - Class in com.azure.compute.batch.models
BatchNodeDeallocationOption enums.
BatchNodeDeallocationOption() - Constructor for class com.azure.compute.batch.models.BatchNodeDeallocationOption
Deprecated.
BatchNodeDisableSchedulingContent - Class in com.azure.compute.batch.models
Parameters for disabling scheduling on an Azure Batch Compute Node.
BatchNodeDisableSchedulingContent() - Constructor for class com.azure.compute.batch.models.BatchNodeDisableSchedulingContent
Creates an instance of BatchNodeDisableSchedulingContent class.
BatchNodeDisableSchedulingOption - Class in com.azure.compute.batch.models
BatchNodeDisableSchedulingOption enums.
BatchNodeDisableSchedulingOption() - Constructor for class com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Deprecated.
BatchNodeEndpointConfiguration - Class in com.azure.compute.batch.models
The endpoint configuration for the Compute Node.
BatchNodeError - Class in com.azure.compute.batch.models
An error encountered by a Compute Node.
BatchNodeFile - Class in com.azure.compute.batch.models
Information about a file or directory on a Compute Node.
BatchNodeFillType - Class in com.azure.compute.batch.models
BatchNodeFillType enums.
BatchNodeFillType() - Constructor for class com.azure.compute.batch.models.BatchNodeFillType
Deprecated.
Use the BatchNodeFillType.fromString(String) factory method.
BatchNodeIdentityReference - Class in com.azure.compute.batch.models
The reference to a user assigned identity associated with the Batch pool which a compute node will use.
BatchNodeIdentityReference() - Constructor for class com.azure.compute.batch.models.BatchNodeIdentityReference
Creates an instance of BatchNodeIdentityReference class.
BatchNodeInfo - Class in com.azure.compute.batch.models
Information about the Compute Node on which a Task ran.
BatchNodePlacementConfiguration - Class in com.azure.compute.batch.models
For regional placement, nodes in the pool will be allocated in the same region.
BatchNodePlacementConfiguration() - Constructor for class com.azure.compute.batch.models.BatchNodePlacementConfiguration
Creates an instance of BatchNodePlacementConfiguration class.
BatchNodePlacementPolicyType - Class in com.azure.compute.batch.models
BatchNodePlacementPolicyType enums.
BatchNodePlacementPolicyType() - Constructor for class com.azure.compute.batch.models.BatchNodePlacementPolicyType
Deprecated.
BatchNodeRebootContent - Class in com.azure.compute.batch.models
Parameters for rebooting an Azure Batch Compute Node.
BatchNodeRebootContent() - Constructor for class com.azure.compute.batch.models.BatchNodeRebootContent
Creates an instance of BatchNodeRebootContent class.
BatchNodeRebootOption - Class in com.azure.compute.batch.models
BatchNodeRebootOption enums.
BatchNodeRebootOption() - Constructor for class com.azure.compute.batch.models.BatchNodeRebootOption
Deprecated.
BatchNodeReimageContent - Class in com.azure.compute.batch.models
Parameters for reimaging an Azure Batch Compute Node.
BatchNodeReimageContent() - Constructor for class com.azure.compute.batch.models.BatchNodeReimageContent
Creates an instance of BatchNodeReimageContent class.
BatchNodeReimageOption - Class in com.azure.compute.batch.models
BatchNodeReimageOption enums.
BatchNodeReimageOption() - Constructor for class com.azure.compute.batch.models.BatchNodeReimageOption
Deprecated.
BatchNodeRemoteLoginSettings - Class in com.azure.compute.batch.models
The remote login settings for a Compute Node.
BatchNodeRemoveContent - Class in com.azure.compute.batch.models
Parameters for removing nodes from an Azure Batch Pool.
BatchNodeRemoveContent(List<String>) - Constructor for class com.azure.compute.batch.models.BatchNodeRemoveContent
Creates an instance of BatchNodeRemoveContent class.
BatchNodeState - Class in com.azure.compute.batch.models
BatchNodeState enums.
BatchNodeState() - Constructor for class com.azure.compute.batch.models.BatchNodeState
Deprecated.
Use the BatchNodeState.fromString(String) factory method.
BatchNodeUserCreateContent - Class in com.azure.compute.batch.models
Parameters for creating a user account for RDP or SSH access on an Azure Batch Compute Node.
BatchNodeUserCreateContent(String) - Constructor for class com.azure.compute.batch.models.BatchNodeUserCreateContent
Creates an instance of BatchNodeUserCreateContent class.
BatchNodeUserUpdateContent - Class in com.azure.compute.batch.models
Parameters for updating a user account for RDP or SSH access on an Azure Batch Compute Node.
BatchNodeUserUpdateContent() - Constructor for class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Creates an instance of BatchNodeUserUpdateContent class.
BatchNodeVMExtension - Class in com.azure.compute.batch.models
The configuration for virtual machine extension instance view.
BatchPool - Class in com.azure.compute.batch.models
A Pool in the Azure Batch service.
BatchPoolCreateContent - Class in com.azure.compute.batch.models
Parameters for creating an Azure Batch Pool.
BatchPoolCreateContent(String, String) - Constructor for class com.azure.compute.batch.models.BatchPoolCreateContent
Creates an instance of BatchPoolCreateContent class.
BatchPoolEnableAutoScaleContent - Class in com.azure.compute.batch.models
Parameters for enabling automatic scaling on an Azure Batch Pool.
BatchPoolEnableAutoScaleContent() - Constructor for class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Creates an instance of BatchPoolEnableAutoScaleContent class.
BatchPoolEndpointConfiguration - Class in com.azure.compute.batch.models
The endpoint configuration for a Pool.
BatchPoolEndpointConfiguration(List<InboundNatPool>) - Constructor for class com.azure.compute.batch.models.BatchPoolEndpointConfiguration
Creates an instance of BatchPoolEndpointConfiguration class.
BatchPoolEvaluateAutoScaleContent - Class in com.azure.compute.batch.models
Parameters for evaluating an automatic scaling formula on an Azure Batch Pool.
BatchPoolEvaluateAutoScaleContent(String) - Constructor for class com.azure.compute.batch.models.BatchPoolEvaluateAutoScaleContent
Creates an instance of BatchPoolEvaluateAutoScaleContent class.
BatchPoolExistsOptions - Class in com.azure.compute.batch.models
Optional parameters for Pool Exists operation.
BatchPoolExistsOptions() - Constructor for class com.azure.compute.batch.models.BatchPoolExistsOptions
Creates an instance of BatchPoolExistsOptions class.
BatchPoolIdentity - Class in com.azure.compute.batch.models
The identity of the Batch pool, if configured.
BatchPoolIdentityType - Class in com.azure.compute.batch.models
BatchPoolIdentityType enums.
BatchPoolIdentityType() - Constructor for class com.azure.compute.batch.models.BatchPoolIdentityType
Deprecated.
BatchPoolInfo - Class in com.azure.compute.batch.models
Specifies how a Job should be assigned to a Pool.
BatchPoolInfo() - Constructor for class com.azure.compute.batch.models.BatchPoolInfo
Creates an instance of BatchPoolInfo class.
BatchPoolLifetimeOption - Class in com.azure.compute.batch.models
BatchPoolLifetimeOption enums.
BatchPoolLifetimeOption() - Constructor for class com.azure.compute.batch.models.BatchPoolLifetimeOption
Deprecated.
BatchPoolNodeCounts - Class in com.azure.compute.batch.models
The number of Compute Nodes in each state for a Pool.
BatchPoolReplaceContent - Class in com.azure.compute.batch.models
Parameters for replacing properties on an Azure Batch Pool.
BatchPoolReplaceContent(List<BatchCertificateReference>, List<BatchApplicationPackageReference>, List<MetadataItem>) - Constructor for class com.azure.compute.batch.models.BatchPoolReplaceContent
Creates an instance of BatchPoolReplaceContent class.
BatchPoolResizeContent - Class in com.azure.compute.batch.models
Parameters for changing the size of an Azure Batch Pool.
BatchPoolResizeContent() - Constructor for class com.azure.compute.batch.models.BatchPoolResizeContent
Creates an instance of BatchPoolResizeContent class.
BatchPoolResourceStatistics - Class in com.azure.compute.batch.models
Statistics related to resource consumption by Compute Nodes in a Pool.
BatchPoolSpecification - Class in com.azure.compute.batch.models
Specification for creating a new Pool.
BatchPoolSpecification(String) - Constructor for class com.azure.compute.batch.models.BatchPoolSpecification
Creates an instance of BatchPoolSpecification class.
BatchPoolState - Class in com.azure.compute.batch.models
BatchPoolState enums.
BatchPoolState() - Constructor for class com.azure.compute.batch.models.BatchPoolState
Deprecated.
Use the BatchPoolState.fromString(String) factory method.
BatchPoolStatistics - Class in com.azure.compute.batch.models
Contains utilization and resource usage statistics for the lifetime of a Pool.
BatchPoolUpdateContent - Class in com.azure.compute.batch.models
Parameters for updating an Azure Batch Pool.
BatchPoolUpdateContent() - Constructor for class com.azure.compute.batch.models.BatchPoolUpdateContent
Creates an instance of BatchPoolUpdateContent class.
BatchPoolUsageMetrics - Class in com.azure.compute.batch.models
Usage metrics for a Pool across an aggregation interval.
BatchPoolUsageStatistics - Class in com.azure.compute.batch.models
Statistics related to Pool usage information.
BatchServiceVersion - Enum in com.azure.compute.batch
Service version of BatchClient.
BatchStartTask - Class in com.azure.compute.batch.models
Batch will retry Tasks when a recovery operation is triggered on a Node.
BatchStartTask(String) - Constructor for class com.azure.compute.batch.models.BatchStartTask
Creates an instance of BatchStartTask class.
BatchStartTaskInfo - Class in com.azure.compute.batch.models
Information about a StartTask running on a Compute Node.
BatchStartTaskState - Class in com.azure.compute.batch.models
BatchStartTaskState enums.
BatchStartTaskState() - Constructor for class com.azure.compute.batch.models.BatchStartTaskState
Deprecated.
BatchSubtask - Class in com.azure.compute.batch.models
Information about an Azure Batch subtask.
BatchSubtaskState - Class in com.azure.compute.batch.models
BatchSubtaskState enums.
BatchSubtaskState() - Constructor for class com.azure.compute.batch.models.BatchSubtaskState
Deprecated.
Use the BatchSubtaskState.fromString(String) factory method.
BatchSupportedImage - Class in com.azure.compute.batch.models
A reference to the Azure Virtual Machines Marketplace Image and additional information about the Image.
BatchTask - Class in com.azure.compute.batch.models
Batch will retry Tasks when a recovery operation is triggered on a Node.
BatchTask() - Constructor for class com.azure.compute.batch.models.BatchTask
Creates an instance of BatchTask class.
BatchTaskAddCollectionResult - Class in com.azure.compute.batch.models
The result of adding a collection of Tasks to a Job.
BatchTaskAddResult - Class in com.azure.compute.batch.models
Result for a single Task added as part of an add Task collection operation.
BatchTaskAddStatus - Class in com.azure.compute.batch.models
BatchTaskAddStatus enums.
BatchTaskAddStatus() - Constructor for class com.azure.compute.batch.models.BatchTaskAddStatus
Deprecated.
BatchTaskConstraints - Class in com.azure.compute.batch.models
Execution constraints to apply to a Task.
BatchTaskConstraints() - Constructor for class com.azure.compute.batch.models.BatchTaskConstraints
Creates an instance of BatchTaskConstraints class.
BatchTaskContainerExecutionInfo - Class in com.azure.compute.batch.models
Contains information about the container which a Task is executing.
BatchTaskContainerSettings - Class in com.azure.compute.batch.models
The container settings for a Task.
BatchTaskContainerSettings(String) - Constructor for class com.azure.compute.batch.models.BatchTaskContainerSettings
Creates an instance of BatchTaskContainerSettings class.
BatchTaskCounts - Class in com.azure.compute.batch.models
The Task counts for a Job.
BatchTaskCountsResult - Class in com.azure.compute.batch.models
The Task and TaskSlot counts for a Job.
BatchTaskCreateContent - Class in com.azure.compute.batch.models
Parameters for creating an Azure Batch Task.
BatchTaskCreateContent(String, String) - Constructor for class com.azure.compute.batch.models.BatchTaskCreateContent
Creates an instance of BatchTaskCreateContent class.
BatchTaskDependencies - Class in com.azure.compute.batch.models
Specifies any dependencies of a Task.
BatchTaskDependencies() - Constructor for class com.azure.compute.batch.models.BatchTaskDependencies
Creates an instance of BatchTaskDependencies class.
BatchTaskExecutionInfo - Class in com.azure.compute.batch.models
Information about the execution of a Task.
BatchTaskExecutionResult - Class in com.azure.compute.batch.models
BatchTaskExecutionResult enums.
BatchTaskExecutionResult() - Constructor for class com.azure.compute.batch.models.BatchTaskExecutionResult
Deprecated.
BatchTaskFailureInfo - Class in com.azure.compute.batch.models
Information about a Task failure.
BatchTaskGroup - Class in com.azure.compute.batch.models
A collection of Azure Batch Tasks to add.
BatchTaskGroup(List<BatchTaskCreateContent>) - Constructor for class com.azure.compute.batch.models.BatchTaskGroup
Creates an instance of BatchTaskGroup class.
BatchTaskIdRange - Class in com.azure.compute.batch.models
The start and end of the range are inclusive.
BatchTaskIdRange(int, int) - Constructor for class com.azure.compute.batch.models.BatchTaskIdRange
Creates an instance of BatchTaskIdRange class.
BatchTaskInfo - Class in com.azure.compute.batch.models
Information about a Task running on a Compute Node.
BatchTaskSchedulingPolicy - Class in com.azure.compute.batch.models
Specifies how Tasks should be distributed across Compute Nodes.
BatchTaskSchedulingPolicy(BatchNodeFillType) - Constructor for class com.azure.compute.batch.models.BatchTaskSchedulingPolicy
Creates an instance of BatchTaskSchedulingPolicy class.
BatchTaskSlotCounts - Class in com.azure.compute.batch.models
The TaskSlot counts for a Job.
BatchTaskState - Class in com.azure.compute.batch.models
BatchTaskState enums.
BatchTaskState() - Constructor for class com.azure.compute.batch.models.BatchTaskState
Deprecated.
Use the BatchTaskState.fromString(String) factory method.
BatchTaskStatistics - Class in com.azure.compute.batch.models
Resource usage statistics for a Task.
BLOCK - Static variable in class com.azure.compute.batch.models.DependencyAction
Blocks tasks waiting on this task, preventing them from being scheduled.
buildAsyncClient() - Method in class com.azure.compute.batch.BatchClientBuilder
Builds an instance of BatchAsyncClient class.
buildClient() - Method in class com.azure.compute.batch.BatchClientBuilder
Builds an instance of BatchClient class.
Build Code - Search tag in Overview
Section

C

CACHE_DISK - Static variable in class com.azure.compute.batch.models.DiffDiskPlacement
The Ephemeral OS Disk is stored on the VM cache.
CachingType - Class in com.azure.compute.batch.models
CachingType enums.
CachingType() - Constructor for class com.azure.compute.batch.models.CachingType
Deprecated.
Use the CachingType.fromString(String) factory method.
CancelBatchCertificateDeletionOptions - Class in com.azure.compute.batch.models
Optional parameters for Cancel Certificate Deletion operation.
CancelBatchCertificateDeletionOptions() - Constructor for class com.azure.compute.batch.models.CancelBatchCertificateDeletionOptions
Creates an instance of CancelBatchCertificateDeletionOptions class.
cancelCertificateDeletion(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Cancels a failed deletion of a Certificate from the specified Account.
cancelCertificateDeletion(String, String) - Method in class com.azure.compute.batch.BatchClient
Cancels a failed deletion of a Certificate from the specified Account.
cancelCertificateDeletion(String, String, CancelBatchCertificateDeletionOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Cancels a failed deletion of a Certificate from the specified Account.
cancelCertificateDeletion(String, String, CancelBatchCertificateDeletionOptions) - Method in class com.azure.compute.batch.BatchClient
Cancels a failed deletion of a Certificate from the specified Account.
cancelCertificateDeletionWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Cancels a failed deletion of a Certificate from the specified Account.
cancelCertificateDeletionWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Cancels a failed deletion of a Certificate from the specified Account.
CER - Static variable in class com.azure.compute.batch.models.BatchCertificateFormat
The Certificate is a base64-encoded X.509 Certificate.
CifsMountConfiguration - Class in com.azure.compute.batch.models
Information used to connect to a CIFS file system.
CifsMountConfiguration(String, String, String, String) - Constructor for class com.azure.compute.batch.models.CifsMountConfiguration
Creates an instance of CifsMountConfiguration class.
CLASSIC - Static variable in class com.azure.compute.batch.models.BatchNodeCommunicationMode
Nodes using the classic communication mode require inbound TCP communication on ports 29876 and 29877 from the "BatchNodeManagement.
CLIENT_ERROR - Static variable in class com.azure.compute.batch.models.BatchTaskAddStatus
The Task failed to add due to a client error and should not be retried without modifying the request as appropriate.
clientOptions(ClientOptions) - Method in class com.azure.compute.batch.BatchClientBuilder
.
com.azure.compute.batch - package com.azure.compute.batch
Package containing the classes for Batch.
com.azure.compute.batch.models - package com.azure.compute.batch.models
Package containing the data models for Batch.
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchJobPreparationTaskState
The Task has exited with exit code 0, or the Task has exhausted its retry limit, or the Batch service was unable to start the Task due to Task preparation errors (such as resource file download failures).
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchJobReleaseTaskState
The Task has exited with exit code 0, or the Task has exhausted its retry limit, or the Batch service was unable to start the Task due to Task preparation errors (such as resource file download failures).
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchJobScheduleState
The Job Schedule has terminated, either by reaching its end time or by the user terminating it explicitly.
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchJobState
All Tasks have terminated, and the system will not accept any more Tasks or any further changes to the Job.
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchStartTaskState
The StartTask has exited with exit code 0, or the StartTask has failed and the retry limit has reached, or the StartTask process did not run due to Task preparation errors (such as resource file download failures).
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchSubtaskState
The Task is no longer eligible to run, usually because the Task has finished successfully, or the Task has finished unsuccessfully and has exhausted its retry limit.
COMPLETED - Static variable in class com.azure.compute.batch.models.BatchTaskState
The Task is no longer eligible to run, usually because the Task has finished successfully, or the Task has finished unsuccessfully and has exhausted its retry limit.
CONFIDENTIAL_VM - Static variable in class com.azure.compute.batch.models.SecurityTypes
Azure confidential computing offers confidential VMs are for tenants with high security and confidentiality requirements.
configuration(Configuration) - Method in class com.azure.compute.batch.BatchClientBuilder
.
CONTAINER_IMAGE_DEFAULT - Static variable in class com.azure.compute.batch.models.ContainerWorkingDirectory
Use the working directory defined in the container Image.
ContainerConfiguration - Class in com.azure.compute.batch.models
The configuration for container-enabled Pools.
ContainerConfiguration(ContainerType) - Constructor for class com.azure.compute.batch.models.ContainerConfiguration
Creates an instance of ContainerConfiguration class.
ContainerHostBatchBindMountEntry - Class in com.azure.compute.batch.models
The entry of path and mount mode you want to mount into task container.
ContainerHostBatchBindMountEntry() - Constructor for class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Creates an instance of ContainerHostBatchBindMountEntry class.
ContainerHostDataPath - Class in com.azure.compute.batch.models
The paths which will be mounted to container task's container.
ContainerHostDataPath() - Constructor for class com.azure.compute.batch.models.ContainerHostDataPath
Deprecated.
ContainerRegistryReference - Class in com.azure.compute.batch.models
A private container registry.
ContainerRegistryReference() - Constructor for class com.azure.compute.batch.models.ContainerRegistryReference
Creates an instance of ContainerRegistryReference class.
ContainerType - Class in com.azure.compute.batch.models
ContainerType enums.
ContainerType() - Constructor for class com.azure.compute.batch.models.ContainerType
Deprecated.
Use the ContainerType.fromString(String) factory method.
ContainerWorkingDirectory - Class in com.azure.compute.batch.models
ContainerWorkingDirectory enums.
ContainerWorkingDirectory() - Constructor for class com.azure.compute.batch.models.ContainerWorkingDirectory
Deprecated.
Contributing - Search tag in Overview
Section
Create a Job - Search tag in Overview
Section
Create a pool using an Azure Marketplace image - Search tag in Overview
Section
CreateBatchCertificateOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Certificate operation.
CreateBatchCertificateOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchCertificateOptions
Creates an instance of CreateBatchCertificateOptions class.
CreateBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Job operation.
CreateBatchJobOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchJobOptions
Creates an instance of CreateBatchJobOptions class.
CreateBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Job Schedule operation.
CreateBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchJobScheduleOptions
Creates an instance of CreateBatchJobScheduleOptions class.
CreateBatchNodeUserOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Node User operation.
CreateBatchNodeUserOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchNodeUserOptions
Creates an instance of CreateBatchNodeUserOptions class.
CreateBatchPoolOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Pool operation.
CreateBatchPoolOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchPoolOptions
Creates an instance of CreateBatchPoolOptions class.
CreateBatchTaskCollectionOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Task Collection operation.
CreateBatchTaskCollectionOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchTaskCollectionOptions
Creates an instance of CreateBatchTaskCollectionOptions class.
CreateBatchTaskOptions - Class in com.azure.compute.batch.models
Optional parameters for Create Task operation.
CreateBatchTaskOptions() - Constructor for class com.azure.compute.batch.models.CreateBatchTaskOptions
Creates an instance of CreateBatchTaskOptions class.
createCertificate(BatchCertificate) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Certificate to the specified Account.
createCertificate(BatchCertificate) - Method in class com.azure.compute.batch.BatchClient
Creates a Certificate to the specified Account.
createCertificate(BatchCertificate, CreateBatchCertificateOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Certificate to the specified Account.
createCertificate(BatchCertificate, CreateBatchCertificateOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Certificate to the specified Account.
createCertificateWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Certificate to the specified Account.
createCertificateWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Certificate to the specified Account.
createJob(BatchJobCreateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Job to the specified Account.
createJob(BatchJobCreateContent) - Method in class com.azure.compute.batch.BatchClient
Creates a Job to the specified Account.
createJob(BatchJobCreateContent, CreateBatchJobOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Job to the specified Account.
createJob(BatchJobCreateContent, CreateBatchJobOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Job to the specified Account.
createJobSchedule(BatchJobScheduleCreateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Job Schedule to the specified Account.
createJobSchedule(BatchJobScheduleCreateContent) - Method in class com.azure.compute.batch.BatchClient
Creates a Job Schedule to the specified Account.
createJobSchedule(BatchJobScheduleCreateContent, CreateBatchJobScheduleOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Job Schedule to the specified Account.
createJobSchedule(BatchJobScheduleCreateContent, CreateBatchJobScheduleOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Job Schedule to the specified Account.
createJobScheduleWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Job Schedule to the specified Account.
createJobScheduleWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Job Schedule to the specified Account.
createJobWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Job to the specified Account.
createJobWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Job to the specified Account.
createNodeUser(String, String, BatchNodeUserCreateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds a user Account to the specified Compute Node.
createNodeUser(String, String, BatchNodeUserCreateContent) - Method in class com.azure.compute.batch.BatchClient
Adds a user Account to the specified Compute Node.
createNodeUser(String, String, BatchNodeUserCreateContent, CreateBatchNodeUserOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds a user Account to the specified Compute Node.
createNodeUser(String, String, BatchNodeUserCreateContent, CreateBatchNodeUserOptions) - Method in class com.azure.compute.batch.BatchClient
Adds a user Account to the specified Compute Node.
createNodeUserWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds a user Account to the specified Compute Node.
createNodeUserWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Adds a user Account to the specified Compute Node.
createPool(BatchPoolCreateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Pool to the specified Account.
createPool(BatchPoolCreateContent) - Method in class com.azure.compute.batch.BatchClient
Creates a Pool to the specified Account.
createPool(BatchPoolCreateContent, CreateBatchPoolOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Pool to the specified Account.
createPool(BatchPoolCreateContent, CreateBatchPoolOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Pool to the specified Account.
createPoolWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Pool to the specified Account.
createPoolWithResponse(BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Pool to the specified Account.
createTask(String, BatchTaskCreateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Task to the specified Job.
createTask(String, BatchTaskCreateContent) - Method in class com.azure.compute.batch.BatchClient
Creates a Task to the specified Job.
createTask(String, BatchTaskCreateContent, CreateBatchTaskOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Task to the specified Job.
createTask(String, BatchTaskCreateContent, CreateBatchTaskOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Task to the specified Job.
createTaskCollection(String, BatchTaskGroup) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds a collection of Tasks to the specified Job.
createTaskCollection(String, BatchTaskGroup) - Method in class com.azure.compute.batch.BatchClient
Adds a collection of Tasks to the specified Job.
createTaskCollection(String, BatchTaskGroup, CreateBatchTaskCollectionOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds a collection of Tasks to the specified Job.
createTaskCollection(String, BatchTaskGroup, CreateBatchTaskCollectionOptions) - Method in class com.azure.compute.batch.BatchClient
Adds a collection of Tasks to the specified Job.
createTaskCollectionWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds a collection of Tasks to the specified Job.
createTaskCollectionWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Adds a collection of Tasks to the specified Job.
createTasks(String, List<BatchTaskCreateContent>) - Method in class com.azure.compute.batch.BatchAsyncClient
Adds multiple tasks to a job.
createTasks(String, List<BatchTaskCreateContent>) - Method in class com.azure.compute.batch.BatchClient
Adds multiple tasks to a job.
createTasks(String, List<BatchTaskCreateContent>, BatchClientParallelOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a collection of Tasks to the specified Job.
createTasks(String, List<BatchTaskCreateContent>, BatchClientParallelOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a collection of Tasks to the specified Job.
CreateTasksErrorException - Exception Class in com.azure.compute.batch.models
The exception that is thrown when the BatchClient.createTasks(String, List, BatchClientParallelOptions) operation is terminated.
CreateTasksErrorException(String, List<BatchTaskAddResult>, List<BatchTaskCreateContent>) - Constructor for exception class com.azure.compute.batch.models.CreateTasksErrorException
Initializes a new instance of the CreateTasksErrorException class.
createTaskWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Creates a Task to the specified Job.
createTaskWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Creates a Task to the specified Job.
CREATING - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Batch service has obtained the underlying virtual machine from Azure Compute, but it has not yet started to join the Pool.
credential(AzureNamedKeyCredential) - Method in class com.azure.compute.batch.BatchClientBuilder
The AzureNamedKeyCredential used for authentication.
credential(TokenCredential) - Method in class com.azure.compute.batch.BatchClientBuilder
.
CRI_COMPATIBLE - Static variable in class com.azure.compute.batch.models.ContainerType
A CRI based technology will be used to launch the containers.
CURRENT_USER - Static variable in class com.azure.compute.batch.models.BatchCertificateStoreLocation
Certificates should be installed to the CurrentUser Certificate store.

D

DataDisk - Class in com.azure.compute.batch.models
Settings which will be used by the data disks associated to Compute Nodes in the Pool.
DataDisk(int, int) - Constructor for class com.azure.compute.batch.models.DataDisk
Creates an instance of DataDisk class.
DeallocateBatchNodeOptions - Class in com.azure.compute.batch.models
Optional parameters for Deallocate Node operation.
DeallocateBatchNodeOptions() - Constructor for class com.azure.compute.batch.models.DeallocateBatchNodeOptions
Creates an instance of DeallocateBatchNodeOptions class.
DEALLOCATED - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is deallocated.
deallocateNode(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deallocates the specified Compute Node.
deallocateNode(String, String) - Method in class com.azure.compute.batch.BatchClient
Deallocates the specified Compute Node.
deallocateNode(String, String, DeallocateBatchNodeOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deallocates the specified Compute Node.
deallocateNode(String, String, DeallocateBatchNodeOptions) - Method in class com.azure.compute.batch.BatchClient
Deallocates the specified Compute Node.
deallocateNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deallocates the specified Compute Node.
deallocateNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deallocates the specified Compute Node.
DEALLOCATING - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is deallocating.
DEFAULT - Static variable in class com.azure.compute.batch.models.BatchNodeCommunicationMode
The node communication mode is automatically set by the Batch service.
DELETE_FAILED - Static variable in class com.azure.compute.batch.models.BatchCertificateState
The user requested that the Certificate be deleted, but there are Pools that still have references to the Certificate, or it is still installed on one or more Nodes.
DeleteBatchCertificateError - Class in com.azure.compute.batch.models
An error encountered by the Batch service when deleting a Certificate.
DeleteBatchCertificateOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Certificate operation.
DeleteBatchCertificateOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchCertificateOptions
Creates an instance of DeleteBatchCertificateOptions class.
DeleteBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Job operation.
DeleteBatchJobOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchJobOptions
Creates an instance of DeleteBatchJobOptions class.
DeleteBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Job Schedule operation.
DeleteBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Creates an instance of DeleteBatchJobScheduleOptions class.
DeleteBatchNodeFileOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Node File operation.
DeleteBatchNodeFileOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchNodeFileOptions
Creates an instance of DeleteBatchNodeFileOptions class.
DeleteBatchNodeUserOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Node User operation.
DeleteBatchNodeUserOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchNodeUserOptions
Creates an instance of DeleteBatchNodeUserOptions class.
DeleteBatchPoolOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Pool operation.
DeleteBatchPoolOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchPoolOptions
Creates an instance of DeleteBatchPoolOptions class.
DeleteBatchTaskFileOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Task File operation.
DeleteBatchTaskFileOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchTaskFileOptions
Creates an instance of DeleteBatchTaskFileOptions class.
DeleteBatchTaskOptions - Class in com.azure.compute.batch.models
Optional parameters for Delete Task operation.
DeleteBatchTaskOptions() - Constructor for class com.azure.compute.batch.models.DeleteBatchTaskOptions
Creates an instance of DeleteBatchTaskOptions class.
deleteCertificate(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Certificate from the specified Account.
deleteCertificate(String, String) - Method in class com.azure.compute.batch.BatchClient
Deletes a Certificate from the specified Account.
deleteCertificate(String, String, DeleteBatchCertificateOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Certificate from the specified Account.
deleteCertificate(String, String, DeleteBatchCertificateOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Certificate from the specified Account.
deleteCertificateWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Certificate from the specified Account.
deleteCertificateWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Certificate from the specified Account.
deleteJob(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Job.
deleteJob(String) - Method in class com.azure.compute.batch.BatchClient
Deletes a Job.
deleteJob(String, DeleteBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Job.
deleteJob(String, DeleteBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Job.
deleteJobSchedule(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Job Schedule from the specified Account.
deleteJobSchedule(String) - Method in class com.azure.compute.batch.BatchClient
Deletes a Job Schedule from the specified Account.
deleteJobSchedule(String, DeleteBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Job Schedule from the specified Account.
deleteJobSchedule(String, DeleteBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Job Schedule from the specified Account.
deleteJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Job Schedule from the specified Account.
deleteJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Job Schedule from the specified Account.
deleteJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Job.
deleteJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Job.
deleteNodeFile(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes the specified file from the Compute Node.
deleteNodeFile(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Deletes the specified file from the Compute Node.
deleteNodeFile(String, String, String, DeleteBatchNodeFileOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes the specified file from the Compute Node.
deleteNodeFile(String, String, String, DeleteBatchNodeFileOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes the specified file from the Compute Node.
deleteNodeFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes the specified file from the Compute Node.
deleteNodeFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes the specified file from the Compute Node.
deleteNodeUser(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a user Account from the specified Compute Node.
deleteNodeUser(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Deletes a user Account from the specified Compute Node.
deleteNodeUser(String, String, String, DeleteBatchNodeUserOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a user Account from the specified Compute Node.
deleteNodeUser(String, String, String, DeleteBatchNodeUserOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a user Account from the specified Compute Node.
deleteNodeUserWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a user Account from the specified Compute Node.
deleteNodeUserWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a user Account from the specified Compute Node.
deletePool(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Pool from the specified Account.
deletePool(String) - Method in class com.azure.compute.batch.BatchClient
Deletes a Pool from the specified Account.
deletePool(String, DeleteBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Pool from the specified Account.
deletePool(String, DeleteBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Pool from the specified Account.
deletePoolWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Pool from the specified Account.
deletePoolWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Pool from the specified Account.
deleteTask(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Task from the specified Job.
deleteTask(String, String) - Method in class com.azure.compute.batch.BatchClient
Deletes a Task from the specified Job.
deleteTask(String, String, DeleteBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Task from the specified Job.
deleteTask(String, String, DeleteBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Task from the specified Job.
deleteTaskFile(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes the specified Task file from the Compute Node where the Task ran.
deleteTaskFile(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Deletes the specified Task file from the Compute Node where the Task ran.
deleteTaskFile(String, String, String, DeleteBatchTaskFileOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes the specified Task file from the Compute Node where the Task ran.
deleteTaskFile(String, String, String, DeleteBatchTaskFileOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes the specified Task file from the Compute Node where the Task ran.
deleteTaskFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes the specified Task file from the Compute Node where the Task ran.
deleteTaskFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes the specified Task file from the Compute Node where the Task ran.
deleteTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Deletes a Task from the specified Job.
deleteTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Deletes a Task from the specified Job.
DELETING - Static variable in class com.azure.compute.batch.models.BatchCertificateState
The user has requested that the Certificate be deleted, but the delete operation has not yet completed.
DELETING - Static variable in class com.azure.compute.batch.models.BatchJobScheduleState
The user has requested that the Job Schedule be deleted, but the delete operation is still in progress.
DELETING - Static variable in class com.azure.compute.batch.models.BatchJobState
A user has requested that the Job be deleted, but the delete operation is still in progress (for example, because the system is still terminating running Tasks).
DELETING - Static variable in class com.azure.compute.batch.models.BatchPoolState
The user has requested that the Pool be deleted, but the delete operation has not yet completed.
DENY - Static variable in class com.azure.compute.batch.models.NetworkSecurityGroupRuleAccess
Deny access.
DependencyAction - Class in com.azure.compute.batch.models
DependencyAction enums.
DependencyAction() - Constructor for class com.azure.compute.batch.models.DependencyAction
Deprecated.
Use the DependencyAction.fromString(String) factory method.
DiffDiskPlacement - Class in com.azure.compute.batch.models
Specifies the ephemeral disk placement for operating system disk for all compute nodes (VMs) in the pool.
DiffDiskPlacement() - Constructor for class com.azure.compute.batch.models.DiffDiskPlacement
Deprecated.
Use the DiffDiskPlacement.fromString(String) factory method.
DiffDiskSettings - Class in com.azure.compute.batch.models
Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).
DiffDiskSettings() - Constructor for class com.azure.compute.batch.models.DiffDiskSettings
Creates an instance of DiffDiskSettings class.
DISABLE - Static variable in class com.azure.compute.batch.models.BatchJobAction
Disable the Job.
DisableBatchJobOption - Class in com.azure.compute.batch.models
DisableBatchJobOption enums.
DisableBatchJobOption() - Constructor for class com.azure.compute.batch.models.DisableBatchJobOption
Deprecated.
DisableBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Disable Job operation.
DisableBatchJobOptions() - Constructor for class com.azure.compute.batch.models.DisableBatchJobOptions
Creates an instance of DisableBatchJobOptions class.
DisableBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Disable Job Schedule operation.
DisableBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.DisableBatchJobScheduleOptions
Creates an instance of DisableBatchJobScheduleOptions class.
DisableBatchNodeSchedulingOptions - Class in com.azure.compute.batch.models
Optional parameters for Disable Node Scheduling operation.
DisableBatchNodeSchedulingOptions() - Constructor for class com.azure.compute.batch.models.DisableBatchNodeSchedulingOptions
Creates an instance of DisableBatchNodeSchedulingOptions class.
DisableBatchPoolAutoScaleOptions - Class in com.azure.compute.batch.models
Optional parameters for Disable Pool AutoScale operation.
DisableBatchPoolAutoScaleOptions() - Constructor for class com.azure.compute.batch.models.DisableBatchPoolAutoScaleOptions
Creates an instance of DisableBatchPoolAutoScaleOptions class.
DISABLED - Static variable in class com.azure.compute.batch.models.BatchJobScheduleState
The user has disabled the Job Schedule.
DISABLED - Static variable in class com.azure.compute.batch.models.BatchJobState
A user has disabled the Job.
DISABLED - Static variable in class com.azure.compute.batch.models.SchedulingState
No new Tasks will be scheduled on the Compute Node.
disableJob(String, BatchJobDisableContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables the specified Job, preventing new Tasks from running.
disableJob(String, BatchJobDisableContent) - Method in class com.azure.compute.batch.BatchClient
Disables the specified Job, preventing new Tasks from running.
disableJob(String, BatchJobDisableContent, DisableBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables the specified Job, preventing new Tasks from running.
disableJob(String, BatchJobDisableContent, DisableBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Disables the specified Job, preventing new Tasks from running.
disableJobSchedule(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables a Job Schedule.
disableJobSchedule(String) - Method in class com.azure.compute.batch.BatchClient
Disables a Job Schedule.
disableJobSchedule(String, DisableBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables a Job Schedule.
disableJobSchedule(String, DisableBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Disables a Job Schedule.
disableJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables a Job Schedule.
disableJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Disables a Job Schedule.
disableJobWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables the specified Job, preventing new Tasks from running.
disableJobWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Disables the specified Job, preventing new Tasks from running.
disableNodeScheduling(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables Task scheduling on the specified Compute Node.
disableNodeScheduling(String, String) - Method in class com.azure.compute.batch.BatchClient
Disables Task scheduling on the specified Compute Node.
disableNodeScheduling(String, String, DisableBatchNodeSchedulingOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables Task scheduling on the specified Compute Node.
disableNodeScheduling(String, String, DisableBatchNodeSchedulingOptions) - Method in class com.azure.compute.batch.BatchClient
Disables Task scheduling on the specified Compute Node.
disableNodeSchedulingWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables Task scheduling on the specified Compute Node.
disableNodeSchedulingWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Disables Task scheduling on the specified Compute Node.
disablePoolAutoScale(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables automatic scaling for a Pool.
disablePoolAutoScale(String) - Method in class com.azure.compute.batch.BatchClient
Disables automatic scaling for a Pool.
disablePoolAutoScale(String, DisableBatchPoolAutoScaleOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables automatic scaling for a Pool.
disablePoolAutoScale(String, DisableBatchPoolAutoScaleOptions) - Method in class com.azure.compute.batch.BatchClient
Disables automatic scaling for a Pool.
disablePoolAutoScaleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Disables automatic scaling for a Pool.
disablePoolAutoScaleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Disables automatic scaling for a Pool.
DISABLING - Static variable in class com.azure.compute.batch.models.BatchJobState
A user has requested that the Job be disabled, but the disable operation is still in progress (for example, waiting for Tasks to terminate).
DiskEncryptionConfiguration - Class in com.azure.compute.batch.models
The disk encryption configuration applied on compute nodes in the pool.
DiskEncryptionConfiguration() - Constructor for class com.azure.compute.batch.models.DiskEncryptionConfiguration
Creates an instance of DiskEncryptionConfiguration class.
DiskEncryptionTarget - Class in com.azure.compute.batch.models
DiskEncryptionTarget enums.
DiskEncryptionTarget() - Constructor for class com.azure.compute.batch.models.DiskEncryptionTarget
Deprecated.
DOCKER_COMPATIBLE - Static variable in class com.azure.compute.batch.models.ContainerType
A Docker compatible container technology will be used to launch the containers.
Documentation - Search tag in Overview
Section
DynamicVNetAssignmentScope - Class in com.azure.compute.batch.models
DynamicVNetAssignmentScope enums.
DynamicVNetAssignmentScope() - Constructor for class com.azure.compute.batch.models.DynamicVNetAssignmentScope
Deprecated.

E

ElevationLevel - Class in com.azure.compute.batch.models
ElevationLevel enums.
ElevationLevel() - Constructor for class com.azure.compute.batch.models.ElevationLevel
Deprecated.
Use the ElevationLevel.fromString(String) factory method.
EnableBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Enable Job operation.
EnableBatchJobOptions() - Constructor for class com.azure.compute.batch.models.EnableBatchJobOptions
Creates an instance of EnableBatchJobOptions class.
EnableBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Enable Job Schedule operation.
EnableBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.EnableBatchJobScheduleOptions
Creates an instance of EnableBatchJobScheduleOptions class.
EnableBatchNodeSchedulingOptions - Class in com.azure.compute.batch.models
Optional parameters for Enable Node Scheduling operation.
EnableBatchNodeSchedulingOptions() - Constructor for class com.azure.compute.batch.models.EnableBatchNodeSchedulingOptions
Creates an instance of EnableBatchNodeSchedulingOptions class.
EnableBatchPoolAutoScaleOptions - Class in com.azure.compute.batch.models
Optional parameters for Enable Pool AutoScale operation.
EnableBatchPoolAutoScaleOptions() - Constructor for class com.azure.compute.batch.models.EnableBatchPoolAutoScaleOptions
Creates an instance of EnableBatchPoolAutoScaleOptions class.
ENABLED - Static variable in class com.azure.compute.batch.models.SchedulingState
Tasks can be scheduled on the Compute Node.
enableJob(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables the specified Job, allowing new Tasks to run.
enableJob(String) - Method in class com.azure.compute.batch.BatchClient
Enables the specified Job, allowing new Tasks to run.
enableJob(String, EnableBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables the specified Job, allowing new Tasks to run.
enableJob(String, EnableBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Enables the specified Job, allowing new Tasks to run.
enableJobSchedule(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables a Job Schedule.
enableJobSchedule(String) - Method in class com.azure.compute.batch.BatchClient
Enables a Job Schedule.
enableJobSchedule(String, EnableBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables a Job Schedule.
enableJobSchedule(String, EnableBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Enables a Job Schedule.
enableJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables a Job Schedule.
enableJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Enables a Job Schedule.
enableJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables the specified Job, allowing new Tasks to run.
enableJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Enables the specified Job, allowing new Tasks to run.
enableNodeScheduling(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables Task scheduling on the specified Compute Node.
enableNodeScheduling(String, String) - Method in class com.azure.compute.batch.BatchClient
Enables Task scheduling on the specified Compute Node.
enableNodeScheduling(String, String, EnableBatchNodeSchedulingOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables Task scheduling on the specified Compute Node.
enableNodeScheduling(String, String, EnableBatchNodeSchedulingOptions) - Method in class com.azure.compute.batch.BatchClient
Enables Task scheduling on the specified Compute Node.
enableNodeSchedulingWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables Task scheduling on the specified Compute Node.
enableNodeSchedulingWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Enables Task scheduling on the specified Compute Node.
enablePoolAutoScale(String, BatchPoolEnableAutoScaleContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables automatic scaling for a Pool.
enablePoolAutoScale(String, BatchPoolEnableAutoScaleContent) - Method in class com.azure.compute.batch.BatchClient
Enables automatic scaling for a Pool.
enablePoolAutoScale(String, BatchPoolEnableAutoScaleContent, EnableBatchPoolAutoScaleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables automatic scaling for a Pool.
enablePoolAutoScale(String, BatchPoolEnableAutoScaleContent, EnableBatchPoolAutoScaleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Enables automatic scaling for a Pool.
enablePoolAutoScaleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Enables automatic scaling for a Pool.
enablePoolAutoScaleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Enables automatic scaling for a Pool.
ENABLING - Static variable in class com.azure.compute.batch.models.BatchJobState
A user has requested that the Job be enabled, but the enable operation is still in progress.
endpoint(String) - Method in class com.azure.compute.batch.BatchClientBuilder
.
EnvironmentSetting - Class in com.azure.compute.batch.models
An environment variable to be set on a Task process.
EnvironmentSetting(String) - Constructor for class com.azure.compute.batch.models.EnvironmentSetting
Creates an instance of EnvironmentSetting class.
ERROR - Static variable in class com.azure.compute.batch.models.StatusLevelTypes
Error.
ErrorCategory - Class in com.azure.compute.batch.models
ErrorCategory enums.
ErrorCategory() - Constructor for class com.azure.compute.batch.models.ErrorCategory
Deprecated.
Use the ErrorCategory.fromString(String) factory method.
EvaluateBatchPoolAutoScaleOptions - Class in com.azure.compute.batch.models
Optional parameters for Evaluate Pool AutoScale operation.
EvaluateBatchPoolAutoScaleOptions() - Constructor for class com.azure.compute.batch.models.EvaluateBatchPoolAutoScaleOptions
Creates an instance of EvaluateBatchPoolAutoScaleOptions class.
evaluatePoolAutoScale(String, BatchPoolEvaluateAutoScaleContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluatePoolAutoScale(String, BatchPoolEvaluateAutoScaleContent) - Method in class com.azure.compute.batch.BatchClient
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluatePoolAutoScale(String, BatchPoolEvaluateAutoScaleContent, EvaluateBatchPoolAutoScaleOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluatePoolAutoScale(String, BatchPoolEvaluateAutoScaleContent, EvaluateBatchPoolAutoScaleOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluatePoolAutoScaleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluatePoolAutoScaleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the result of evaluating an automatic scaling formula on the Pool.
Examples - Search tag in Overview
Section
ExitCodeMapping - Class in com.azure.compute.batch.models
How the Batch service should respond if a Task exits with a particular exit code.
ExitCodeMapping(int, ExitOptions) - Constructor for class com.azure.compute.batch.models.ExitCodeMapping
Creates an instance of ExitCodeMapping class.
ExitCodeRangeMapping - Class in com.azure.compute.batch.models
A range of exit codes and how the Batch service should respond to exit codes within that range.
ExitCodeRangeMapping(int, int, ExitOptions) - Constructor for class com.azure.compute.batch.models.ExitCodeRangeMapping
Creates an instance of ExitCodeRangeMapping class.
ExitConditions - Class in com.azure.compute.batch.models
Specifies how the Batch service should respond when the Task completes.
ExitConditions() - Constructor for class com.azure.compute.batch.models.ExitConditions
Creates an instance of ExitConditions class.
ExitOptions - Class in com.azure.compute.batch.models
Specifies how the Batch service responds to a particular exit condition.
ExitOptions() - Constructor for class com.azure.compute.batch.models.ExitOptions
Creates an instance of ExitOptions class.

F

FAILURE - Static variable in class com.azure.compute.batch.models.BatchTaskExecutionResult
There was an error during processing of the Task.
failureTaskList() - Method in exception class com.azure.compute.batch.models.CreateTasksErrorException
Gets the list of BatchTaskAddResult instances containing failure details for tasks that were not successfully created.
FileProperties - Class in com.azure.compute.batch.models
The properties of a file on a Compute Node.
FileResponseHeaderProperties - Class in com.azure.compute.batch.models
Class representing the properties of a file on a Compute Node or Task in Azure Batch.
FileResponseHeaderProperties(HttpHeaders) - Constructor for class com.azure.compute.batch.models.FileResponseHeaderProperties
Constructs a FileResponseHeaderProperties object from HTTP response headers.
fromException(HttpResponseException) - Static method in class com.azure.compute.batch.models.BatchError
Reads an instance of BatchError from an HttpResponseException.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AffinityInfo
Reads an instance of AffinityInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AuthenticationTokenSettings
Reads an instance of AuthenticationTokenSettings from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Reads an instance of AutomaticOsUpgradePolicy from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AutoScaleRun
Reads an instance of AutoScaleRun from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AutoScaleRunError
Reads an instance of AutoScaleRunError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AutoUserSpecification
Reads an instance of AutoUserSpecification from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Reads an instance of AzureBlobFileSystemConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Reads an instance of AzureFileShareConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchApplication
Reads an instance of BatchApplication from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchApplicationPackageReference
Reads an instance of BatchApplicationPackageReference from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Reads an instance of BatchAutoPoolSpecification from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchCertificate
Reads an instance of BatchCertificate from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchCertificateReference
Reads an instance of BatchCertificateReference from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchError
Reads an instance of BatchError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchErrorDetail
Reads an instance of BatchErrorDetail from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchErrorMessage
Reads an instance of BatchErrorMessage from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJob
Reads an instance of BatchJob from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobConstraints
Reads an instance of BatchJobConstraints from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobCreateContent
Reads an instance of BatchJobCreateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobDisableContent
Reads an instance of BatchJobDisableContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobExecutionInfo
Reads an instance of BatchJobExecutionInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobManagerTask
Reads an instance of BatchJobManagerTask from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobNetworkConfiguration
Reads an instance of BatchJobNetworkConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Reads an instance of BatchJobPreparationAndReleaseTaskStatus from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobPreparationTask
Reads an instance of BatchJobPreparationTask from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Reads an instance of BatchJobPreparationTaskExecutionInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobReleaseTask
Reads an instance of BatchJobReleaseTask from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Reads an instance of BatchJobReleaseTaskExecutionInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobSchedule
Reads an instance of BatchJobSchedule from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Reads an instance of BatchJobScheduleConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Reads an instance of BatchJobScheduleCreateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobScheduleExecutionInfo
Reads an instance of BatchJobScheduleExecutionInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Reads an instance of BatchJobScheduleStatistics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Reads an instance of BatchJobScheduleUpdateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobSchedulingError
Reads an instance of BatchJobSchedulingError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobSpecification
Reads an instance of BatchJobSpecification from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobStatistics
Reads an instance of BatchJobStatistics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobTerminateContent
Reads an instance of BatchJobTerminateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchJobUpdateContent
Reads an instance of BatchJobUpdateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNode
Reads an instance of BatchNode from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeAgentInfo
Reads an instance of BatchNodeAgentInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeCounts
Reads an instance of BatchNodeCounts from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeDeallocateContent
Reads an instance of BatchNodeDeallocateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeDisableSchedulingContent
Reads an instance of BatchNodeDisableSchedulingContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeEndpointConfiguration
Reads an instance of BatchNodeEndpointConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeError
Reads an instance of BatchNodeError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeFile
Reads an instance of BatchNodeFile from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeIdentityReference
Reads an instance of BatchNodeIdentityReference from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeInfo
Reads an instance of BatchNodeInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodePlacementConfiguration
Reads an instance of BatchNodePlacementConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeRebootContent
Reads an instance of BatchNodeRebootContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeReimageContent
Reads an instance of BatchNodeReimageContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeRemoteLoginSettings
Reads an instance of BatchNodeRemoteLoginSettings from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeRemoveContent
Reads an instance of BatchNodeRemoveContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Reads an instance of BatchNodeUserCreateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Reads an instance of BatchNodeUserUpdateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchNodeVMExtension
Reads an instance of BatchNodeVMExtension from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPool
Reads an instance of BatchPool from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolCreateContent
Reads an instance of BatchPoolCreateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Reads an instance of BatchPoolEnableAutoScaleContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolEndpointConfiguration
Reads an instance of BatchPoolEndpointConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolEvaluateAutoScaleContent
Reads an instance of BatchPoolEvaluateAutoScaleContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolIdentity
Reads an instance of BatchPoolIdentity from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolInfo
Reads an instance of BatchPoolInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolNodeCounts
Reads an instance of BatchPoolNodeCounts from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Reads an instance of BatchPoolReplaceContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolResizeContent
Reads an instance of BatchPoolResizeContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Reads an instance of BatchPoolResourceStatistics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolSpecification
Reads an instance of BatchPoolSpecification from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolStatistics
Reads an instance of BatchPoolStatistics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Reads an instance of BatchPoolUpdateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
Reads an instance of BatchPoolUsageMetrics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchPoolUsageStatistics
Reads an instance of BatchPoolUsageStatistics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchStartTask
Reads an instance of BatchStartTask from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchStartTaskInfo
Reads an instance of BatchStartTaskInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchSubtask
Reads an instance of BatchSubtask from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchSupportedImage
Reads an instance of BatchSupportedImage from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTask
Reads an instance of BatchTask from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskAddCollectionResult
Reads an instance of BatchTaskAddCollectionResult from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskAddResult
Reads an instance of BatchTaskAddResult from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskConstraints
Reads an instance of BatchTaskConstraints from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskContainerExecutionInfo
Reads an instance of BatchTaskContainerExecutionInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Reads an instance of BatchTaskContainerSettings from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskCounts
Reads an instance of BatchTaskCounts from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskCountsResult
Reads an instance of BatchTaskCountsResult from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskCreateContent
Reads an instance of BatchTaskCreateContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskDependencies
Reads an instance of BatchTaskDependencies from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Reads an instance of BatchTaskExecutionInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskFailureInfo
Reads an instance of BatchTaskFailureInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskGroup
Reads an instance of BatchTaskGroup from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskIdRange
Reads an instance of BatchTaskIdRange from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskInfo
Reads an instance of BatchTaskInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskSchedulingPolicy
Reads an instance of BatchTaskSchedulingPolicy from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskSlotCounts
Reads an instance of BatchTaskSlotCounts from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.BatchTaskStatistics
Reads an instance of BatchTaskStatistics from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.CifsMountConfiguration
Reads an instance of CifsMountConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ContainerConfiguration
Reads an instance of ContainerConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Reads an instance of ContainerHostBatchBindMountEntry from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ContainerRegistryReference
Reads an instance of ContainerRegistryReference from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.DataDisk
Reads an instance of DataDisk from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.DeleteBatchCertificateError
Reads an instance of DeleteBatchCertificateError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.DiffDiskSettings
Reads an instance of DiffDiskSettings from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.DiskEncryptionConfiguration
Reads an instance of DiskEncryptionConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.EnvironmentSetting
Reads an instance of EnvironmentSetting from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ExitCodeMapping
Reads an instance of ExitCodeMapping from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ExitCodeRangeMapping
Reads an instance of ExitCodeRangeMapping from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ExitConditions
Reads an instance of ExitConditions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ExitOptions
Reads an instance of ExitOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.FileProperties
Reads an instance of FileProperties from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.GetCertificateResponse
Reads an instance of GetCertificateResponse from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.HttpHeader
Reads an instance of HttpHeader from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ImageReference
Reads an instance of ImageReference from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.InboundEndpoint
Reads an instance of InboundEndpoint from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.InboundNatPool
Reads an instance of InboundNatPool from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.InstanceViewStatus
Reads an instance of InstanceViewStatus from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.LinuxUserConfiguration
Reads an instance of LinuxUserConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ManagedDisk
Reads an instance of ManagedDisk from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.MetadataItem
Reads an instance of MetadataItem from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.MountConfiguration
Reads an instance of MountConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.MultiInstanceSettings
Reads an instance of MultiInstanceSettings from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.NameValuePair
Reads an instance of NameValuePair from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.NetworkConfiguration
Reads an instance of NetworkConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
Reads an instance of NetworkSecurityGroupRule from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.NfsMountConfiguration
Reads an instance of NfsMountConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.OSDisk
Reads an instance of OSDisk from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.OutputFile
Reads an instance of OutputFile from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Reads an instance of OutputFileBlobContainerDestination from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.OutputFileDestination
Reads an instance of OutputFileDestination from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.OutputFileUploadConfig
Reads an instance of OutputFileUploadConfig from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.PublicIpAddressConfiguration
Reads an instance of PublicIpAddressConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.RecentBatchJob
Reads an instance of RecentBatchJob from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ResizeError
Reads an instance of ResizeError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ResourceFile
Reads an instance of ResourceFile from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.RollingUpgradePolicy
Reads an instance of RollingUpgradePolicy from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.SecurityProfile
Reads an instance of SecurityProfile from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.ServiceArtifactReference
Reads an instance of ServiceArtifactReference from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UefiSettings
Reads an instance of UefiSettings from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UpgradePolicy
Reads an instance of UpgradePolicy from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Reads an instance of UploadBatchServiceLogsContent from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UploadBatchServiceLogsResult
Reads an instance of UploadBatchServiceLogsResult from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UserAccount
Reads an instance of UserAccount from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UserAssignedIdentity
Reads an instance of UserAssignedIdentity from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.UserIdentity
Reads an instance of UserIdentity from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Reads an instance of VirtualMachineConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.VirtualMachineInfo
Reads an instance of VirtualMachineInfo from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.VMDiskSecurityProfile
Reads an instance of VMDiskSecurityProfile from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.VMExtension
Reads an instance of VMExtension from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.VMExtensionInstanceView
Reads an instance of VMExtensionInstanceView from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.WindowsConfiguration
Reads an instance of WindowsConfiguration from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.compute.batch.models.WindowsUserConfiguration
Reads an instance of WindowsUserConfiguration from the JsonReader.
fromString(String) - Static method in class com.azure.compute.batch.models.AccessScope
Creates or finds a AccessScope from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.AllocationState
Creates or finds a AllocationState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.AutoUserScope
Creates or finds a AutoUserScope from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchCertificateFormat
Creates or finds a BatchCertificateFormat from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchCertificateState
Creates or finds a BatchCertificateState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchCertificateStoreLocation
Creates or finds a BatchCertificateStoreLocation from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchCertificateVisibility
Creates or finds a BatchCertificateVisibility from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchJobAction
Creates or finds a BatchJobAction from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchJobPreparationTaskState
Creates or finds a BatchJobPreparationTaskState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchJobReleaseTaskState
Creates or finds a BatchJobReleaseTaskState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchJobScheduleState
Creates or finds a BatchJobScheduleState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchJobState
Creates or finds a BatchJobState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeCommunicationMode
Creates or finds a BatchNodeCommunicationMode from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeDeallocateOption
Creates or finds a BatchNodeDeallocateOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeDeallocationOption
Creates or finds a BatchNodeDeallocationOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Creates or finds a BatchNodeDisableSchedulingOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeFillType
Creates or finds a BatchNodeFillType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodePlacementPolicyType
Creates or finds a BatchNodePlacementPolicyType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeRebootOption
Creates or finds a BatchNodeRebootOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeReimageOption
Creates or finds a BatchNodeReimageOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchNodeState
Creates or finds a BatchNodeState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchPoolIdentityType
Creates or finds a BatchPoolIdentityType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchPoolLifetimeOption
Creates or finds a BatchPoolLifetimeOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchPoolState
Creates or finds a BatchPoolState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchStartTaskState
Creates or finds a BatchStartTaskState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchSubtaskState
Creates or finds a BatchSubtaskState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchTaskAddStatus
Creates or finds a BatchTaskAddStatus from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchTaskExecutionResult
Creates or finds a BatchTaskExecutionResult from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.BatchTaskState
Creates or finds a BatchTaskState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.CachingType
Creates or finds a CachingType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.ContainerHostDataPath
Creates or finds a ContainerHostDataPath from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.ContainerType
Creates or finds a ContainerType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.ContainerWorkingDirectory
Creates or finds a ContainerWorkingDirectory from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.DependencyAction
Creates or finds a DependencyAction from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.DiffDiskPlacement
Creates or finds a DiffDiskPlacement from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.DisableBatchJobOption
Creates or finds a DisableBatchJobOption from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.DiskEncryptionTarget
Creates or finds a DiskEncryptionTarget from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.DynamicVNetAssignmentScope
Creates or finds a DynamicVNetAssignmentScope from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.ElevationLevel
Creates or finds a ElevationLevel from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.ErrorCategory
Creates or finds a ErrorCategory from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.ImageVerificationType
Creates or finds a ImageVerificationType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.InboundEndpointProtocol
Creates or finds a InboundEndpointProtocol from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.IpAddressProvisioningType
Creates or finds a IpAddressProvisioningType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.LoginMode
Creates or finds a LoginMode from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.NetworkSecurityGroupRuleAccess
Creates or finds a NetworkSecurityGroupRuleAccess from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.OnAllBatchTasksComplete
Creates or finds a OnAllBatchTasksComplete from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.OnBatchTaskFailure
Creates or finds a OnBatchTaskFailure from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.OSType
Creates or finds a OSType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.OutputFileUploadCondition
Creates or finds a OutputFileUploadCondition from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.SchedulingState
Creates or finds a SchedulingState from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.SecurityEncryptionTypes
Creates or finds a SecurityEncryptionTypes from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.SecurityTypes
Creates or finds a SecurityTypes from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.StatusLevelTypes
Creates or finds a StatusLevelTypes from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.StorageAccountType
Creates or finds a StorageAccountType from its string representation.
fromString(String) - Static method in class com.azure.compute.batch.models.UpgradeMode
Creates or finds a UpgradeMode from its string representation.

G

getAccess() - Method in class com.azure.compute.batch.models.AuthenticationTokenSettings
Get the access property: The Batch resources to which the token grants access.
getAccess() - Method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
Get the access property: The action that should be taken for a specified IP address, subnet range or tag.
getAccountKey() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the accountKey property: The Azure Storage Account key.
getAccountKey() - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Get the accountKey property: The Azure Storage account key.
getAccountName() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the accountName property: The Azure Storage Account name.
getAccountName() - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Get the accountName property: The Azure Storage account name.
getActive() - Method in class com.azure.compute.batch.models.BatchTaskCounts
Get the active property: The number of Tasks in the active state.
getActive() - Method in class com.azure.compute.batch.models.BatchTaskSlotCounts
Get the active property: The number of TaskSlots for active Tasks.
getAffinityId() - Method in class com.azure.compute.batch.models.AffinityInfo
Get the affinityId property: An opaque string representing the location of a Compute Node or a Task that has run previously.
getAffinityId() - Method in class com.azure.compute.batch.models.BatchNode
Get the affinityId property: An identifier which can be passed when adding a Task to request that the Task be scheduled on this Compute Node.
getAffinityId() - Method in class com.azure.compute.batch.models.BatchNodeInfo
Get the affinityId property: An identifier for the Node on which the Task ran, which can be passed when adding a Task to request that the Task be scheduled on this Compute Node.
getAffinityInfo() - Method in class com.azure.compute.batch.models.BatchTask
Get the affinityInfo property: A locality hint that can be used by the Batch service to select a Compute Node on which to start the new Task.
getAffinityInfo() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the affinityInfo property: A locality hint that can be used by the Batch service to select a Compute Node on which to start the new Task.
getAllocationState() - Method in class com.azure.compute.batch.models.BatchPool
Get the allocationState property: Whether the Pool is resizing.
getAllocationStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchPool
Get the allocationStateTransitionTime property: The time at which the Pool entered its current allocation state.
getAllocationTime() - Method in class com.azure.compute.batch.models.BatchNode
Get the allocationTime property: The time at which this Compute Node was allocated to the Pool.
getApplication(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Application.
getApplication(String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Application.
getApplication(String, GetBatchApplicationOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Application.
getApplication(String, GetBatchApplicationOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Application.
getApplicationId() - Method in class com.azure.compute.batch.models.BatchApplicationPackageReference
Get the applicationId property: The ID of the application to deploy.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the applicationPackageReferences property: A list of Application Packages that the Batch service will deploy to the Compute Node before running the command line.Application Packages are downloaded and deployed to a shared directory, not the Task working directory.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchPool
Get the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Get the applicationPackageReferences property: The list of Application Packages to be installed on each Compute Node in the Pool.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the applicationPackageReferences property: A list of Packages to be installed on each Compute Node in the Pool.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchTask
Get the applicationPackageReferences property: A list of Packages that the Batch service will deploy to the Compute Node before running the command line.
getApplicationPackageReferences() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the applicationPackageReferences property: A list of Packages that the Batch service will deploy to the Compute Node before running the command line.
getApplicationWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Application.
getApplicationWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Application.
getAuthenticationTokenSettings() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.
getAuthenticationTokenSettings() - Method in class com.azure.compute.batch.models.BatchTask
Get the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.
getAuthenticationTokenSettings() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.
getAutomaticOsUpgradePolicy() - Method in class com.azure.compute.batch.models.UpgradePolicy
Get the automaticOsUpgradePolicy property: Configuration parameters used for performing automatic OS Upgrade.
getAutoPoolIdPrefix() - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Get the autoPoolIdPrefix property: A prefix to be added to the unique identifier when a Pool is automatically created.
getAutoPoolSpecification() - Method in class com.azure.compute.batch.models.BatchPoolInfo
Get the autoPoolSpecification property: Characteristics for a temporary 'auto pool'.
getAutoScaleEvaluationInterval() - Method in class com.azure.compute.batch.models.BatchPool
Get the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
getAutoScaleEvaluationInterval() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
getAutoScaleEvaluationInterval() - Method in class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Get the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
getAutoScaleEvaluationInterval() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
getAutoScaleFormula() - Method in class com.azure.compute.batch.models.BatchPool
Get the autoScaleFormula property: A formula for the desired number of Compute Nodes in the Pool.
getAutoScaleFormula() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the autoScaleFormula property: A formula for the desired number of Compute Nodes in the Pool.
getAutoScaleFormula() - Method in class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Get the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool.
getAutoScaleFormula() - Method in class com.azure.compute.batch.models.BatchPoolEvaluateAutoScaleContent
Get the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool.
getAutoScaleFormula() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool.
getAutoScaleRun() - Method in class com.azure.compute.batch.models.BatchPool
Get the autoScaleRun property: The results and errors from the last execution of the autoscale formula.
getAutoStorageContainerName() - Method in class com.azure.compute.batch.models.ResourceFile
Get the autoStorageContainerName property: The storage container name in the auto storage Account.
getAutoUser() - Method in class com.azure.compute.batch.models.UserIdentity
Get the autoUser property: The auto user under which the Task is run.
getAvgCpuPercentage() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the avgCpuPercentage property: The average CPU usage across all Compute Nodes in the Pool (percentage per node).
getAvgDiskGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the avgDiskGiB property: The average used disk space in GiB across all Compute Nodes in the Pool.
getAvgMemoryGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the avgMemoryGiB property: The average memory usage in GiB across all Compute Nodes in the Pool.
getAzureBlobFileSystemConfiguration() - Method in class com.azure.compute.batch.models.MountConfiguration
Get the azureBlobFileSystemConfiguration property: The Azure Storage Container to mount using blob FUSE on each node.
getAzureFileShareConfiguration() - Method in class com.azure.compute.batch.models.MountConfiguration
Get the azureFileShareConfiguration property: The Azure File Share to mount on each node.
getAzureFileUrl() - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Get the azureFileUrl property: The Azure Files URL.
getBackendPort() - Method in class com.azure.compute.batch.models.InboundEndpoint
Get the backendPort property: The backend port number of the endpoint.
getBackendPort() - Method in class com.azure.compute.batch.models.InboundNatPool
Get the backendPort property: The port number on the Compute Node.
GetBatchApplicationOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Application operation.
GetBatchApplicationOptions() - Constructor for class com.azure.compute.batch.models.GetBatchApplicationOptions
Creates an instance of GetBatchApplicationOptions class.
GetBatchCertificateOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Certificate operation.
GetBatchCertificateOptions() - Constructor for class com.azure.compute.batch.models.GetBatchCertificateOptions
Creates an instance of GetBatchCertificateOptions class.
GetBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Job operation.
GetBatchJobOptions() - Constructor for class com.azure.compute.batch.models.GetBatchJobOptions
Creates an instance of GetBatchJobOptions class.
GetBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Job Schedule operation.
GetBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Creates an instance of GetBatchJobScheduleOptions class.
GetBatchJobTaskCountsOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Job Task Counts operation.
GetBatchJobTaskCountsOptions() - Constructor for class com.azure.compute.batch.models.GetBatchJobTaskCountsOptions
Creates an instance of GetBatchJobTaskCountsOptions class.
GetBatchNodeExtensionOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Node Extension operation.
GetBatchNodeExtensionOptions() - Constructor for class com.azure.compute.batch.models.GetBatchNodeExtensionOptions
Creates an instance of GetBatchNodeExtensionOptions class.
GetBatchNodeFileOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Node File operation.
GetBatchNodeFileOptions() - Constructor for class com.azure.compute.batch.models.GetBatchNodeFileOptions
Creates an instance of GetBatchNodeFileOptions class.
GetBatchNodeFilePropertiesOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Node File Properties operation.
GetBatchNodeFilePropertiesOptions() - Constructor for class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Creates an instance of GetBatchNodeFilePropertiesOptions class.
GetBatchNodeOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Node operation.
GetBatchNodeOptions() - Constructor for class com.azure.compute.batch.models.GetBatchNodeOptions
Creates an instance of GetBatchNodeOptions class.
GetBatchNodeRemoteLoginSettingsOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Node Remote Login Settings operation.
GetBatchNodeRemoteLoginSettingsOptions() - Constructor for class com.azure.compute.batch.models.GetBatchNodeRemoteLoginSettingsOptions
Creates an instance of GetBatchNodeRemoteLoginSettingsOptions class.
GetBatchPoolOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Pool operation.
GetBatchPoolOptions() - Constructor for class com.azure.compute.batch.models.GetBatchPoolOptions
Creates an instance of GetBatchPoolOptions class.
getBatchSupportEndOfLife() - Method in class com.azure.compute.batch.models.BatchSupportedImage
Get the batchSupportEndOfLife property: The time when the Azure Batch service will stop accepting create Pool requests for the Image.
GetBatchTaskFileOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Task File operation.
GetBatchTaskFileOptions() - Constructor for class com.azure.compute.batch.models.GetBatchTaskFileOptions
Creates an instance of GetBatchTaskFileOptions class.
GetBatchTaskFilePropertiesOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Task File Properties operation.
GetBatchTaskFilePropertiesOptions() - Constructor for class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Creates an instance of GetBatchTaskFilePropertiesOptions class.
GetBatchTaskOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Task operation.
GetBatchTaskOptions() - Constructor for class com.azure.compute.batch.models.GetBatchTaskOptions
Creates an instance of GetBatchTaskOptions class.
getBlobfuseOptions() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the blobfuseOptions property: Additional command line options to pass to the mount command.
getBlobPrefix() - Method in class com.azure.compute.batch.models.ResourceFile
Get the blobPrefix property: The blob prefix to use when downloading blobs from an Azure Storage container.
getCaching() - Method in class com.azure.compute.batch.models.DataDisk
Get the caching property: The type of caching to be enabled for the data disks.
getCaching() - Method in class com.azure.compute.batch.models.OSDisk
Get the caching property: Specifies the caching requirements.
getCapabilities() - Method in class com.azure.compute.batch.models.BatchSupportedImage
Get the capabilities property: The capabilities or features which the Image supports.
getCategory() - Method in class com.azure.compute.batch.models.BatchJobSchedulingError
Get the category property: The category of the Job scheduling error.
getCategory() - Method in class com.azure.compute.batch.models.BatchTaskFailureInfo
Get the category property: The category of the Task error.
getCertificate(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Certificate.
getCertificate(String, String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Certificate.
getCertificate(String, String, GetBatchCertificateOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Certificate.
getCertificate(String, String, GetBatchCertificateOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Certificate.
getCertificateFormat() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the certificateFormat property: The format of the Certificate data.
getCertificateReferences() - Method in class com.azure.compute.batch.models.BatchNode
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
getCertificateReferences() - Method in class com.azure.compute.batch.models.BatchPool
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
getCertificateReferences() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
getCertificateReferences() - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Get the certificateReferences property: This list replaces any existing Certificate references configured on the Pool.
getCertificateReferences() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
getCertificateReferences() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the certificateReferences property: If this element is present, it replaces any existing Certificate references configured on the Pool.
GetCertificateResponse - Class in com.azure.compute.batch.models
The GetCertificateResponse model.
getCertificateWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Certificate.
getCertificateWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Certificate.
getCifsMountConfiguration() - Method in class com.azure.compute.batch.models.MountConfiguration
Get the cifsMountConfiguration property: The CIFS/SMB file system to mount on each node.
getClientId() - Method in class com.azure.compute.batch.models.UserAssignedIdentity
Get the clientId property: The client id of the user assigned identity.
getCode() - Method in class com.azure.compute.batch.models.AutoScaleRunError
Get the code property: An identifier for the autoscale error.
getCode() - Method in class com.azure.compute.batch.models.BatchError
Get the code property: An identifier for the error.
getCode() - Method in class com.azure.compute.batch.models.BatchJobSchedulingError
Get the code property: An identifier for the Job scheduling error.
getCode() - Method in class com.azure.compute.batch.models.BatchNodeError
Get the code property: An identifier for the Compute Node error.
getCode() - Method in class com.azure.compute.batch.models.BatchTaskFailureInfo
Get the code property: An identifier for the Task error.
getCode() - Method in class com.azure.compute.batch.models.DeleteBatchCertificateError
Get the code property: An identifier for the Certificate deletion error.
getCode() - Method in class com.azure.compute.batch.models.ExitCodeMapping
Get the code property: A process exit code.
getCode() - Method in class com.azure.compute.batch.models.InstanceViewStatus
Get the code property: The status code.
getCode() - Method in class com.azure.compute.batch.models.ResizeError
Get the code property: An identifier for the Pool resize error.
getCommandLine() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the commandLine property: The command line of the Job Manager Task.
getCommandLine() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the commandLine property: The command line of the Job Preparation Task.
getCommandLine() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the commandLine property: The command line of the Job Release Task.
getCommandLine() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the commandLine property: The command line of the StartTask.
getCommandLine() - Method in class com.azure.compute.batch.models.BatchTask
Get the commandLine property: The command line of the Task.
getCommandLine() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the commandLine property: The command line of the Task.
getCommonEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchJob
Get the commonEnvironmentSettings property: The list of common environment variable settings.
getCommonEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the commonEnvironmentSettings property: The list of common environment variable settings.
getCommonEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the commonEnvironmentSettings property: A list of common environment variable settings.
getCommonResourceFiles() - Method in class com.azure.compute.batch.models.MultiInstanceSettings
Get the commonResourceFiles property: A list of files that the Batch service will download before running the coordination command line.
getCommunityGalleryImageId() - Method in class com.azure.compute.batch.models.ImageReference
Get the communityGalleryImageId property: The community gallery image unique identifier.
getCompleted() - Method in class com.azure.compute.batch.models.BatchTaskCounts
Get the completed property: The number of Tasks in the completed state.
getCompleted() - Method in class com.azure.compute.batch.models.BatchTaskSlotCounts
Get the completed property: The number of TaskSlots for completed Tasks.
getConstraints() - Method in class com.azure.compute.batch.models.BatchJob
Get the constraints property: The execution constraints for the Job.
getConstraints() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the constraints property: The execution constraints for the Job.
getConstraints() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the constraints property: Constraints that apply to the Job Manager Task.
getConstraints() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the constraints property: Constraints that apply to the Job Preparation Task.
getConstraints() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the constraints property: The execution constraints for Jobs created under this schedule.
getConstraints() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the constraints property: The execution constraints for the Job.
getConstraints() - Method in class com.azure.compute.batch.models.BatchTask
Get the constraints property: The execution constraints that apply to this Task.
getConstraints() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the constraints property: The execution constraints that apply to this Task.
getContainer() - Method in class com.azure.compute.batch.models.OutputFileDestination
Get the container property: A location in Azure blob storage to which files are uploaded.
getContainerConfiguration() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the containerConfiguration property: The container configuration for the Pool.
getContainerHostBatchBindMounts() - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Get the containerHostBatchBindMounts property: The paths you want to mounted to container task.
getContainerId() - Method in class com.azure.compute.batch.models.BatchTaskContainerExecutionInfo
Get the containerId property: The ID of the container.
getContainerImageNames() - Method in class com.azure.compute.batch.models.ContainerConfiguration
Get the containerImageNames property: The collection of container Image names.
getContainerInfo() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the containerInfo property: Information about the container under which the Task is executing.
getContainerInfo() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the containerInfo property: Information about the container under which the Task is executing.
getContainerInfo() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the containerInfo property: Information about the container under which the Task is executing.
getContainerInfo() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the containerInfo property: Information about the container under which the Task is executing.
getContainerInfo() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the containerInfo property: Information about the container under which the Task is executing.
getContainerName() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the containerName property: The Azure Blob Storage Container name.
getContainerRegistries() - Method in class com.azure.compute.batch.models.ContainerConfiguration
Get the containerRegistries property: Additional private registries from which containers can be pulled.
getContainerRunOptions() - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Get the containerRunOptions property: Additional options to the container create command.
getContainerSettings() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the containerSettings property: The settings for the container under which the Job Manager Task runs.
getContainerSettings() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the containerSettings property: The settings for the container under which the Job Preparation Task runs.
getContainerSettings() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the containerSettings property: The settings for the container under which the Job Release Task runs.
getContainerSettings() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the containerSettings property: The settings for the container under which the StartTask runs.
getContainerSettings() - Method in class com.azure.compute.batch.models.BatchTask
Get the containerSettings property: The settings for the container under which the Task runs.
getContainerSettings() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the containerSettings property: The settings for the container under which the Task runs.
getContainerUrl() - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Get the containerUrl property: The URL of the container within Azure Blob Storage to which to upload the file(s).
getContainerUrl() - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Get the containerUrl property: The URL of the container within Azure Blob Storage to which to upload the Batch Service log file(s).
getContentLength() - Method in class com.azure.compute.batch.models.FileProperties
Get the contentLength property: The length of the file.
getContentLength() - Method in class com.azure.compute.batch.models.FileResponseHeaderProperties
Retrieves the length of the file.
getContentType() - Method in class com.azure.compute.batch.models.FileProperties
Get the contentType property: The content type of the file.
getCoordinationCommandLine() - Method in class com.azure.compute.batch.models.MultiInstanceSettings
Get the coordinationCommandLine property: The command line to run on all the Compute Nodes to enable them to coordinate when the primary runs the main Task command.
getCreating() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the creating property: The number of Compute Nodes in the creating state.
getCreationTime() - Method in class com.azure.compute.batch.models.BatchJob
Get the creationTime property: The creation time of the Job.
getCreationTime() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the creationTime property: The creation time of the Job Schedule.
getCreationTime() - Method in class com.azure.compute.batch.models.BatchPool
Get the creationTime property: The creation time of the Pool.
getCreationTime() - Method in class com.azure.compute.batch.models.BatchTask
Get the creationTime property: The creation time of the Task.
getCreationTime() - Method in class com.azure.compute.batch.models.FileProperties
Get the creationTime property: The file creation time.
getCurrentDedicatedNodes() - Method in class com.azure.compute.batch.models.BatchPool
Get the currentDedicatedNodes property: The number of dedicated Compute Nodes currently in the Pool.
getCurrentLowPriorityNodes() - Method in class com.azure.compute.batch.models.BatchPool
Get the currentLowPriorityNodes property: The number of Spot/Low-priority Compute Nodes currently in the Pool.
getCurrentNodeCommunicationMode() - Method in class com.azure.compute.batch.models.BatchPool
Get the currentNodeCommunicationMode property: The current state of the pool communication mode.
getData() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the data property: The base64-encoded contents of the Certificate.
getDataDisks() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the dataDisks property: The configuration for data disks attached to the Compute Nodes in the Pool.
getDeallocated() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the deallocated property: The number of Compute Nodes in the deallocated state.
getDeallocating() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the deallocating property: The number of Compute Nodes in the deallocating state.
getDedicated() - Method in class com.azure.compute.batch.models.BatchPoolNodeCounts
Get the dedicated property: The number of dedicated Compute Nodes in each state.
getDedicatedCoreTime() - Method in class com.azure.compute.batch.models.BatchPoolUsageStatistics
Get the dedicatedCoreTime property: The aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.
getDefaultProperty() - Method in class com.azure.compute.batch.models.ExitConditions
Get the defaultProperty property: How the Batch service should respond if the Task fails with an exit condition not covered by any of the other properties.
getDeleteCertificateError() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the deleteCertificateError property: The error that occurred on the last attempt to delete this Certificate.
getDeleteCertificateError() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the deleteCertificateError property: The error that occurred on the last attempt to delete this Certificate.
getDependencyAction() - Method in class com.azure.compute.batch.models.ExitOptions
Get the dependencyAction property: An action that the Batch service performs on Tasks that depend on this Task.
getDependsOn() - Method in class com.azure.compute.batch.models.BatchTask
Get the dependsOn property: The Tasks that this Task depends on.
getDependsOn() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the dependsOn property: The Tasks that this Task depends on.
getDestination() - Method in class com.azure.compute.batch.models.OutputFile
Get the destination property: The destination for the output file(s).
getDetails() - Method in class com.azure.compute.batch.models.BatchJobSchedulingError
Get the details property: A list of additional error details related to the scheduling error.
getDetails() - Method in class com.azure.compute.batch.models.BatchTaskFailureInfo
Get the details property: A list of additional details related to the error.
getDisableTasks() - Method in class com.azure.compute.batch.models.BatchJobDisableContent
Get the disableTasks property: What to do with active Tasks associated with the Job.
getDiskEncryptionConfiguration() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the diskEncryptionConfiguration property: The disk encryption configuration for the pool.
getDiskReadGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the diskReadGiB property: The total amount of data in GiB of disk reads across all Compute Nodes in the Pool.
getDiskReadIOps() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the diskReadIOps property: The total number of disk read operations across all Compute Nodes in the Pool.
getDiskSizeGb() - Method in class com.azure.compute.batch.models.DataDisk
Get the diskSizeGb property: The initial disk size in gigabytes.
getDiskSizeGB() - Method in class com.azure.compute.batch.models.OSDisk
Get the diskSizeGB property: The initial disk size in GB when creating new OS disk.
getDiskWriteGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the diskWriteGiB property: The total amount of data in GiB of disk writes across all Compute Nodes in the Pool.
getDiskWriteIOps() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the diskWriteIOps property: The total number of disk write operations across all Compute Nodes in the Pool.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchApplication
Get the displayName property: The display name for the application.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchJob
Get the displayName property: The display name for the Job.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the displayName property: The display name for the Job.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the displayName property: The display name of the Job Manager Task.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the displayName property: The display name for the schedule.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Get the displayName property: The display name for the schedule.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the displayName property: The display name for Jobs created under this schedule.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchPool
Get the displayName property: The display name for the Pool.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the displayName property: The display name for the Pool.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the displayName property: The display name for the Pool.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the displayName property: The display name for the Pool.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchTask
Get the displayName property: A display name for the Task.
getDisplayName() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the displayName property: A display name for the Task.
getDisplayStatus() - Method in class com.azure.compute.batch.models.InstanceViewStatus
Get the displayStatus property: The localized label for the status.
getDoNotRunAfter() - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Get the doNotRunAfter property: A time after which no Job will be created under this Job Schedule.
getDoNotRunUntil() - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Get the doNotRunUntil property: The earliest time at which any Job may be created under this Job Schedule.
getDynamicVNetAssignmentScope() - Method in class com.azure.compute.batch.models.NetworkConfiguration
Get the dynamicVNetAssignmentScope property: The scope of dynamic vnet assignment.
getElevationLevel() - Method in class com.azure.compute.batch.models.AutoUserSpecification
Get the elevationLevel property: The elevation level of the auto user.
getElevationLevel() - Method in class com.azure.compute.batch.models.UserAccount
Get the elevationLevel property: The elevation level of the user Account.
getEnd() - Method in class com.azure.compute.batch.models.BatchTaskIdRange
Get the end property: The last Task ID in the range.
getEnd() - Method in class com.azure.compute.batch.models.ExitCodeRangeMapping
Get the end property: The last exit code in the range.
getEndpointConfiguration() - Method in class com.azure.compute.batch.models.BatchNode
Get the endpointConfiguration property: The endpoint configuration for the Compute Node.
getEndpointConfiguration() - Method in class com.azure.compute.batch.models.NetworkConfiguration
Get the endpointConfiguration property: The configuration for endpoints on Compute Nodes in the Batch Pool.
getEndtime() - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Get the endtime property: The latest time from which to include metrics.
getEndTime() - Method in class com.azure.compute.batch.models.BatchJobExecutionInfo
Get the endTime property: The completion time of the Job.
getEndTime() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the endTime property: The time at which the Job Preparation Task completed.
getEndTime() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the endTime property: The time at which the Job Release Task completed.
getEndTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleExecutionInfo
Get the endTime property: The time at which the schedule ended.
getEndTime() - Method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
Get the endTime property: The end time of the aggregation interval covered by this entry.
getEndTime() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the endTime property: The time at which the StartTask stopped running.
getEndTime() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the endTime property: The time at which the subtask completed.
getEndTime() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the endTime property: The time at which the Task completed.
getEndTime() - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Get the endTime property: The end of the time range from which to upload Batch Service log file(s).
getEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the environmentSettings property: A list of environment variable settings for the Job Manager Task.
getEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the environmentSettings property: A list of environment variable settings for the Job Preparation Task.
getEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the environmentSettings property: A list of environment variable settings for the Job Release Task.
getEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the environmentSettings property: A list of environment variable settings for the StartTask.
getEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchTask
Get the environmentSettings property: A list of environment variable settings for the Task.
getEnvironmentSettings() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the environmentSettings property: A list of environment variable settings for the Task.
getEphemeralOSDiskSettings() - Method in class com.azure.compute.batch.models.OSDisk
Get the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).
getError() - Method in class com.azure.compute.batch.models.AutoScaleRun
Get the error property: Details of the error encountered evaluating the autoscale formula on the Pool, if the evaluation was unsuccessful.
getError() - Method in class com.azure.compute.batch.models.BatchTaskAddResult
Get the error property: The error encountered while attempting to add the Task.
getError() - Method in class com.azure.compute.batch.models.BatchTaskContainerExecutionInfo
Get the error property: Detailed error information about the container.
getErrorDetails() - Method in class com.azure.compute.batch.models.BatchNodeError
Get the errorDetails property: The list of additional error details related to the Compute Node error.
getErrors() - Method in class com.azure.compute.batch.models.BatchNode
Get the errors property: The list of errors that are currently being encountered by the Compute Node.
getETag() - Method in class com.azure.compute.batch.models.BatchJob
Get the eTag property: The ETag of the Job.
getETag() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the eTag property: The ETag of the Job Schedule.
getETag() - Method in class com.azure.compute.batch.models.BatchPool
Get the eTag property: The ETag of the Pool.
getETag() - Method in class com.azure.compute.batch.models.BatchTask
Get the eTag property: The ETag of the Task.
getETag() - Method in class com.azure.compute.batch.models.BatchTaskAddResult
Get the eTag property: The ETag of the Task, if the Task was successfully added.
getExactVersion() - Method in class com.azure.compute.batch.models.ImageReference
Get the exactVersion property: The specific version of the platform image or marketplace image used to create the node.
getExecutionInfo() - Method in class com.azure.compute.batch.models.BatchJob
Get the executionInfo property: The execution information for the Job.
getExecutionInfo() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the executionInfo property: Information about Jobs that have been and will be run under this schedule.
getExecutionInfo() - Method in class com.azure.compute.batch.models.BatchTask
Get the executionInfo property: Information about the execution of the Task.
getExecutionInfo() - Method in class com.azure.compute.batch.models.BatchTaskInfo
Get the executionInfo property: Information about the execution of the Task.
getExitCode() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the exitCode property: The exit code of the program specified on the Task command line.
getExitCode() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the exitCode property: The exit code of the program specified on the Task command line.
getExitCode() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the exitCode property: The exit code of the program specified on the StartTask command line.
getExitCode() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the exitCode property: The exit code of the program specified on the subtask command line.
getExitCode() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the exitCode property: The exit code of the program specified on the Task command line.
getExitCodeRanges() - Method in class com.azure.compute.batch.models.ExitConditions
Get the exitCodeRanges property: A list of Task exit code ranges and how the Batch service should respond to them.
getExitCodes() - Method in class com.azure.compute.batch.models.ExitConditions
Get the exitCodes property: A list of individual Task exit codes and how the Batch service should respond to them.
getExitConditions() - Method in class com.azure.compute.batch.models.BatchTask
Get the exitConditions property: How the Batch service should respond when the Task completes.
getExitConditions() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the exitConditions property: How the Batch service should respond when the Task completes.
getExitOptions() - Method in class com.azure.compute.batch.models.ExitCodeMapping
Get the exitOptions property: How the Batch service should respond if the Task exits with this exit code.
getExitOptions() - Method in class com.azure.compute.batch.models.ExitCodeRangeMapping
Get the exitOptions property: How the Batch service should respond if the Task exits with an exit code in the range start to end (inclusive).
getExpand() - Method in class com.azure.compute.batch.models.GetBatchJobOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.GetBatchPoolOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.GetBatchTaskOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Get the expand property: An OData $expand clause.
getExpand() - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Get the expand property: An OData $expand clause.
getExpiryTime() - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Get the expiryTime property: The time at which the Account should expire.
getExpiryTime() - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Get the expiryTime property: The time at which the Account should expire.
getExtensions() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the extensions property: The virtual machine extension for the pool.
getFailed() - Method in class com.azure.compute.batch.models.BatchTaskCounts
Get the failed property: The number of Tasks which failed.
getFailed() - Method in class com.azure.compute.batch.models.BatchTaskSlotCounts
Get the failed property: The number of TaskSlots for failed Tasks.
getFailureInfo() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the failureInfo property: Information describing the Task failure, if any.
getFailureInfo() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the failureInfo property: Information describing the Task failure, if any.
getFailureInfo() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the failureInfo property: Information describing the Task failure, if any.
getFailureInfo() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the failureInfo property: Information describing the Task failure, if any.
getFailureInfo() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the failureInfo property: Information describing the Task failure, if any.
getFileMode() - Method in class com.azure.compute.batch.models.FileProperties
Get the fileMode property: The file mode attribute in octal format.
getFileMode() - Method in class com.azure.compute.batch.models.ResourceFile
Get the fileMode property: The file permission mode attribute in octal format.
getFilePath() - Method in class com.azure.compute.batch.models.ResourceFile
Get the filePath property: The location on the Compute Node to which to download the file(s), relative to the Task's working directory.
getFilePattern() - Method in class com.azure.compute.batch.models.OutputFile
Get the filePattern property: A pattern indicating which file(s) to upload.
getFileUploadError() - Method in class com.azure.compute.batch.models.ExitConditions
Get the fileUploadError property: How the Batch service should respond if a file upload error occurs.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Get the filter property: An OData $filter clause.
getFilter() - Method in class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Get the filter property: An OData $filter clause.
getFrontendPort() - Method in class com.azure.compute.batch.models.InboundEndpoint
Get the frontendPort property: The public port number of the endpoint.
getFrontendPortRangeEnd() - Method in class com.azure.compute.batch.models.InboundNatPool
Get the frontendPortRangeEnd property: The last port number in the range of external ports that will be used to provide inbound access to the backendPort on individual Compute Nodes.
getFrontendPortRangeStart() - Method in class com.azure.compute.batch.models.InboundNatPool
Get the frontendPortRangeStart property: The first port number in the range of external ports that will be used to provide inbound access to the backendPort on individual Compute Nodes.
getGid() - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
Get the gid property: The group ID for the user Account.
getHttpUrl() - Method in class com.azure.compute.batch.models.ResourceFile
Get the httpUrl property: The URL of the file to download.
getId() - Method in class com.azure.compute.batch.models.BatchApplication
Get the id property: A string that uniquely identifies the application within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchJob
Get the id property: A string that uniquely identifies the Job within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the id property: A string that uniquely identifies the Job within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the id property: A string that uniquely identifies the Job Manager Task within the Job.
getId() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the id property: A string that uniquely identifies the Job Preparation Task within the Job.
getId() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the id property: A string that uniquely identifies the Job Release Task within the Job.
getId() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the id property: A string that uniquely identifies the schedule within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Get the id property: A string that uniquely identifies the schedule within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchNode
Get the id property: The ID of the Compute Node.
getId() - Method in class com.azure.compute.batch.models.BatchPool
Get the id property: A string that uniquely identifies the Pool within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the id property: A string that uniquely identifies the Pool within the Account.
getId() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the id property: The ID of the subtask.
getId() - Method in class com.azure.compute.batch.models.BatchTask
Get the id property: A string that uniquely identifies the Task within the Job.
getId() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the id property: A string that uniquely identifies the Task within the Job.
getId() - Method in class com.azure.compute.batch.models.RecentBatchJob
Get the id property: The ID of the Job.
getId() - Method in class com.azure.compute.batch.models.ServiceArtifactReference
Get the id property: The service artifact reference id of ServiceArtifactReference.
getIdentity() - Method in class com.azure.compute.batch.models.BatchPool
Get the identity property: The identity of the Batch pool, if configured.
getIdentityReference() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the identityReference property: The reference to the user assigned identity to use to access containerName.
getIdentityReference() - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Get the identityReference property: The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.
getIdentityReference() - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Get the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.
getIdentityReference() - Method in class com.azure.compute.batch.models.ResourceFile
Get the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl.
getIdentityReference() - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Get the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.
getIdle() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the idle property: The number of Compute Nodes in the idle state.
getIfModifiedSince() - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Get the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfModifiedSince() - Method in class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Get the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfModifiedSince() - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Get the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfModifiedSince() - Method in class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Get the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfUnmodifiedSince() - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Get the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfUnmodifiedSince() - Method in class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Get the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfUnmodifiedSince() - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Get the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getIfUnmodifiedSince() - Method in class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Get the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
getImageName() - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Get the imageName property: The Image to use to create the container in which the Task will run.
getImageReference() - Method in class com.azure.compute.batch.models.BatchSupportedImage
Get the imageReference property: The reference to the Azure Virtual Machine's Marketplace Image.
getImageReference() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the imageReference property: A reference to the Azure Virtual Machines Marketplace Image or the custom Virtual Machine Image to use.
getImageReference() - Method in class com.azure.compute.batch.models.VirtualMachineInfo
Get the imageReference property: The reference to the Azure Virtual Machine's Marketplace Image.
getInboundEndpoints() - Method in class com.azure.compute.batch.models.BatchNodeEndpointConfiguration
Get the inboundEndpoints property: The list of inbound endpoints that are accessible on the Compute Node.
getInboundNatPools() - Method in class com.azure.compute.batch.models.BatchPoolEndpointConfiguration
Get the inboundNatPools property: A list of inbound NAT Pools that can be used to address specific ports on an individual Compute Node externally.
getInstanceView() - Method in class com.azure.compute.batch.models.BatchNodeVMExtension
Get the instanceView property: The vm extension instance view.
getIpAddress() - Method in class com.azure.compute.batch.models.BatchNode
Get the ipAddress property: The IP address that other Nodes can use to communicate with this Compute Node.
getIpAddressIds() - Method in class com.azure.compute.batch.models.PublicIpAddressConfiguration
Get the ipAddressIds property: The list of public IPs which the Batch service will use when provisioning Compute Nodes.
getIpAddressProvisioningType() - Method in class com.azure.compute.batch.models.PublicIpAddressConfiguration
Get the ipAddressProvisioningType property: The provisioning type for Public IP Addresses for the Pool.
getJob(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Job.
getJob(String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Job.
getJob(String, GetBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Job.
getJob(String, GetBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Job.
getJobAction() - Method in class com.azure.compute.batch.models.ExitOptions
Get the jobAction property: An action to take on the Job containing the Task, if the Task completes with the given exit condition and the Job's onTaskFailed property is 'performExitOptionsJobAction'.
getJobId() - Method in class com.azure.compute.batch.models.BatchTaskInfo
Get the jobId property: The ID of the Job to which the Task belongs.
getJobManagerTask() - Method in class com.azure.compute.batch.models.BatchJob
Get the jobManagerTask property: Details of a Job Manager Task to be launched when the Job is started.
getJobManagerTask() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the jobManagerTask property: Details of a Job Manager Task to be launched when the Job is started.
getJobManagerTask() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the jobManagerTask property: The details of a Job Manager Task to be launched when a Job is started under this schedule.
getJobPreparationTask() - Method in class com.azure.compute.batch.models.BatchJob
Get the jobPreparationTask property: The Job Preparation Task.
getJobPreparationTask() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the jobPreparationTask property: The Job Preparation Task.
getJobPreparationTask() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the jobPreparationTask property: The Job Preparation Task for Jobs created under this schedule.
getJobPreparationTaskExecutionInfo() - Method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Get the jobPreparationTaskExecutionInfo property: Information about the execution status of the Job Preparation Task on this Compute Node.
getJobReleaseTask() - Method in class com.azure.compute.batch.models.BatchJob
Get the jobReleaseTask property: The Job Release Task.
getJobReleaseTask() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the jobReleaseTask property: The Job Release Task.
getJobReleaseTask() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the jobReleaseTask property: The Job Release Task for Jobs created under this schedule.
getJobReleaseTaskExecutionInfo() - Method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Get the jobReleaseTaskExecutionInfo property: Information about the execution status of the Job Release Task on this Compute Node.
getJobSchedule(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Job Schedule.
getJobSchedule(String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Job Schedule.
getJobSchedule(String, GetBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Job Schedule.
getJobSchedule(String, GetBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Job Schedule.
getJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Job Schedule.
getJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Job Schedule.
getJobSpecification() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the jobSpecification property: The details of the Jobs to be created on this schedule.
getJobSpecification() - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Get the jobSpecification property: The details of the Jobs to be created on this schedule.
getJobSpecification() - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Get the jobSpecification property: The details of the Jobs to be created on this schedule.
getJobTaskCounts(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the Task counts for the specified Job.
getJobTaskCounts(String) - Method in class com.azure.compute.batch.BatchClient
Gets the Task counts for the specified Job.
getJobTaskCounts(String, GetBatchJobTaskCountsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the Task counts for the specified Job.
getJobTaskCounts(String, GetBatchJobTaskCountsOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the Task counts for the specified Job.
getJobTaskCountsWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the Task counts for the specified Job.
getJobTaskCountsWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the Task counts for the specified Job.
getJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Job.
getJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Job.
getKernelCpuTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the kernelCpuTime property: The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in all Jobs created under the schedule.
getKernelCpuTime() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the kernelCpuTime property: The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in the Job.
getKernelCpuTime() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the kernelCpuTime property: The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by the Task.
getKey() - Method in class com.azure.compute.batch.models.BatchErrorDetail
Get the key property: An identifier specifying the meaning of the Value property.
getLang() - Method in class com.azure.compute.batch.models.BatchErrorMessage
Get the lang property: The language code of the error message.
getLastBootTime() - Method in class com.azure.compute.batch.models.BatchNode
Get the lastBootTime property: The last time at which the Compute Node was started.
getLastModified() - Method in class com.azure.compute.batch.models.BatchJob
Get the lastModified property: The last modified time of the Job.
getLastModified() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the lastModified property: The last modified time of the Job Schedule.
getLastModified() - Method in class com.azure.compute.batch.models.BatchPool
Get the lastModified property: The last modified time of the Pool.
getLastModified() - Method in class com.azure.compute.batch.models.BatchTask
Get the lastModified property: The last modified time of the Task.
getLastModified() - Method in class com.azure.compute.batch.models.BatchTaskAddResult
Get the lastModified property: The last modified time of the Task.
getLastModified() - Method in class com.azure.compute.batch.models.FileProperties
Get the lastModified property: The time at which the file was last modified.
getLastRequeueTime() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the lastRequeueTime property: The most recent time at which the Task has been requeued by the Batch service as the result of a user request.
getLastRetryTime() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the lastRetryTime property: The most recent time at which a retry of the Job Preparation Task started running.
getLastRetryTime() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the lastRetryTime property: The most recent time at which a retry of the Task started running.
getLastRetryTime() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the lastRetryTime property: The most recent time at which a retry of the Task started running.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the lastUpdateTime property: The time at which the statistics were last updated.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the lastUpdateTime property: The time at which the statistics were last updated.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchNodeAgentInfo
Get the lastUpdateTime property: The time when the Compute Node agent was updated on the Compute Node.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the lastUpdateTime property: The time at which the statistics were last updated.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchPoolStatistics
Get the lastUpdateTime property: The time at which the statistics were last updated.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchPoolUsageStatistics
Get the lastUpdateTime property: The time at which the statistics were last updated.
getLastUpdateTime() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the lastUpdateTime property: The time at which the statistics were last updated.
getLatest() - Static method in enum com.azure.compute.batch.BatchServiceVersion
Gets the latest service version supported by this client library.
getLeavingPool() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the leavingPool property: The number of Compute Nodes in the leavingPool state.
getLevel() - Method in class com.azure.compute.batch.models.InstanceViewStatus
Get the level property: Level code.
getLicenseType() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the licenseType property: This only applies to Images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the Compute Nodes which will be deployed.
getLinuxUserConfiguration() - Method in class com.azure.compute.batch.models.UserAccount
Get the linuxUserConfiguration property: The Linux-specific user configuration for the user Account.
getLocation() - Method in class com.azure.compute.batch.models.BatchTaskAddResult
Get the location property: The URL of the Task, if the Task was successfully added.
getLogicalUnitNumber() - Method in class com.azure.compute.batch.models.DataDisk
Get the logicalUnitNumber property: The logical unit number.
getLoginMode() - Method in class com.azure.compute.batch.models.WindowsUserConfiguration
Get the loginMode property: The login mode for the user.
getLowPriority() - Method in class com.azure.compute.batch.models.BatchPoolNodeCounts
Get the lowPriority property: The number of Spot/Low-priority Compute Nodes in each state.
getManagedDisk() - Method in class com.azure.compute.batch.models.OSDisk
Get the managedDisk property: The managed disk parameters.
getMaxBatchInstancePercent() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the maxBatchInstancePercent property: The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch.
getMaxDegreeOfParallelism() - Method in class com.azure.compute.batch.models.BatchClientParallelOptions
Gets the maximum number of concurrent tasks enabled by this BatchClientParallelOptions instance.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchApplicationsOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxPageSize() - Method in class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Get the maxPageSize property: The maximum number of items to return in the response.
getMaxParallelTasks() - Method in class com.azure.compute.batch.models.BatchJob
Get the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
getMaxParallelTasks() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
getMaxParallelTasks() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
getMaxParallelTasks() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
getMaxTaskRetryCount() - Method in class com.azure.compute.batch.models.BatchJobConstraints
Get the maxTaskRetryCount property: The maximum number of times each Task may be retried.
getMaxTaskRetryCount() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the maxTaskRetryCount property: The maximum number of times the Task may be retried.
getMaxTaskRetryCount() - Method in class com.azure.compute.batch.models.BatchTaskConstraints
Get the maxTaskRetryCount property: The maximum number of times the Task may be retried.
getMaxUnhealthyInstancePercent() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the maxUnhealthyInstancePercent property: The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts.
getMaxUnhealthyUpgradedInstancePercent() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the maxUnhealthyUpgradedInstancePercent property: The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state.
getMaxWallClockTime() - Method in class com.azure.compute.batch.models.BatchJobConstraints
Get the maxWallClockTime property: The maximum elapsed time that the Job may run, measured from the time the Job is created.
getMaxWallClockTime() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the maxWallClockTime property: The maximum elapsed time that the Job Release Task may run on a given Compute Node, measured from the time the Task starts.
getMaxWallClockTime() - Method in class com.azure.compute.batch.models.BatchTaskConstraints
Get the maxWallClockTime property: The maximum elapsed time that the Task may run, measured from the time the Task starts.
getMessage() - Method in class com.azure.compute.batch.models.AutoScaleRunError
Get the message property: A message describing the autoscale error, intended to be suitable for display in a user interface.
getMessage() - Method in class com.azure.compute.batch.models.BatchError
Get the message property: A message describing the error, intended to be suitable for display in a user interface.
getMessage() - Method in class com.azure.compute.batch.models.BatchJobSchedulingError
Get the message property: A message describing the Job scheduling error, intended to be suitable for display in a user interface.
getMessage() - Method in class com.azure.compute.batch.models.BatchNodeError
Get the message property: A message describing the Compute Node error, intended to be suitable for display in a user interface.
getMessage() - Method in class com.azure.compute.batch.models.BatchTaskFailureInfo
Get the message property: A message describing the Task error, intended to be suitable for display in a user interface.
getMessage() - Method in class com.azure.compute.batch.models.DeleteBatchCertificateError
Get the message property: A message describing the Certificate deletion error, intended to be suitable for display in a user interface.
getMessage() - Method in class com.azure.compute.batch.models.InstanceViewStatus
Get the message property: The detailed status message.
getMessage() - Method in class com.azure.compute.batch.models.ResizeError
Get the message property: A message describing the Pool resize error, intended to be suitable for display in a user interface.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJob
Get the metadata property: A list of name-value pairs associated with the Job as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the metadata property: A list of name-value pairs associated with the Job as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the metadata property: A list of name-value pairs associated with the schedule as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Get the metadata property: A list of name-value pairs associated with the schedule as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Get the metadata property: A list of name-value pairs associated with the Job Schedule as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the metadata property: A list of name-value pairs associated with each Job created under this schedule as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the metadata property: A list of name-value pairs associated with the Job as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchPool
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.
getMetadata() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.
getMode() - Method in class com.azure.compute.batch.models.UpgradePolicy
Get the mode property: Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set.
getMountConfiguration() - Method in class com.azure.compute.batch.models.BatchPool
Get the mountConfiguration property: A list of file systems to mount on each node in the pool.
getMountConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.
getMountConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the mountConfiguration property: A list of file systems to mount on each node in the pool.
getMountConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.
getMountOptions() - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Get the mountOptions property: Additional command line options to pass to the mount command.
getMountOptions() - Method in class com.azure.compute.batch.models.CifsMountConfiguration
Get the mountOptions property: Additional command line options to pass to the mount command.
getMountOptions() - Method in class com.azure.compute.batch.models.NfsMountConfiguration
Get the mountOptions property: Additional command line options to pass to the mount command.
getMultiInstanceSettings() - Method in class com.azure.compute.batch.models.BatchTask
Get the multiInstanceSettings property: An object that indicates that the Task is a multi-instance Task, and contains information about how to run the multi-instance Task.
getMultiInstanceSettings() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the multiInstanceSettings property: An object that indicates that the Task is a multi-instance Task, and contains information about how to run the multi-instance Task.
getName() - Method in class com.azure.compute.batch.models.BatchNodeFile
Get the name property: The file path.
getName() - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Get the name property: The user name of the Account.
getName() - Method in class com.azure.compute.batch.models.EnvironmentSetting
Get the name property: The name of the environment variable.
getName() - Method in class com.azure.compute.batch.models.HttpHeader
Get the name property: The case-insensitive name of the header to be used while uploading output files.
getName() - Method in class com.azure.compute.batch.models.InboundEndpoint
Get the name property: The name of the endpoint.
getName() - Method in class com.azure.compute.batch.models.InboundNatPool
Get the name property: The name of the endpoint.
getName() - Method in class com.azure.compute.batch.models.MetadataItem
Get the name property: The name of the metadata item.
getName() - Method in class com.azure.compute.batch.models.NameValuePair
Get the name property: The name in the name-value pair.
getName() - Method in class com.azure.compute.batch.models.UserAccount
Get the name property: The name of the user Account.
getName() - Method in class com.azure.compute.batch.models.VMExtension
Get the name property: The name of the virtual machine extension.
getName() - Method in class com.azure.compute.batch.models.VMExtensionInstanceView
Get the name property: The name of the vm extension instance view.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchJob
Get the networkConfiguration property: The network configuration for the Job.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the networkConfiguration property: The network configuration for the Job.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the networkConfiguration property: The network configuration for the Job.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the networkConfiguration property: The network configuration for the Job.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchPool
Get the networkConfiguration property: The network configuration for the Pool.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the networkConfiguration property: The network configuration for the Pool.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the networkConfiguration property: The network configuration for the Pool.
getNetworkConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the networkConfiguration property: The network configuration for the Pool.
getNetworkReadGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the networkReadGiB property: The total amount of data in GiB of network reads across all Compute Nodes in the Pool.
getNetworkSecurityGroupRules() - Method in class com.azure.compute.batch.models.InboundNatPool
Get the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.
getNetworkWriteGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the networkWriteGiB property: The total amount of data in GiB of network writes across all Compute Nodes in the Pool.
getNextRunTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleExecutionInfo
Get the nextRunTime property: The next time at which a Job will be created under this schedule.
getNfsMountConfiguration() - Method in class com.azure.compute.batch.models.MountConfiguration
Get the nfsMountConfiguration property: The NFS file system to mount on each node.
getNode(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Compute Node.
getNode(String, String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Compute Node.
getNode(String, String, GetBatchNodeOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Compute Node.
getNode(String, String, GetBatchNodeOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Compute Node.
getNodeAgentInfo() - Method in class com.azure.compute.batch.models.BatchNode
Get the nodeAgentInfo property: Information about the Compute Node agent version and the time the Compute Node upgraded to a new version.
getNodeAgentSkuId() - Method in class com.azure.compute.batch.models.BatchSupportedImage
Get the nodeAgentSkuId property: The ID of the Compute Node agent SKU which the Image supports.
getNodeAgentSkuId() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the nodeAgentSkuId property: The SKU of the Batch Compute Node agent to be provisioned on Compute Nodes in the Pool.
getNodeDeallocateOption() - Method in class com.azure.compute.batch.models.BatchNodeDeallocateContent
Get the nodeDeallocateOption property: When to deallocate the Compute Node and what to do with currently running Tasks.
getNodeDeallocationOption() - Method in class com.azure.compute.batch.models.BatchNodeRemoveContent
Get the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) after it has been selected for deallocation.
getNodeDeallocationOption() - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Get the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) if the Pool size is decreasing.
getNodeDisableSchedulingOption() - Method in class com.azure.compute.batch.models.BatchNodeDisableSchedulingContent
Get the nodeDisableSchedulingOption property: What to do with currently running Tasks when disabling Task scheduling on the Compute Node.
getNodeExtension(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Compute Node Extension.
getNodeExtension(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Compute Node Extension.
getNodeExtension(String, String, String, GetBatchNodeExtensionOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Compute Node Extension.
getNodeExtension(String, String, String, GetBatchNodeExtensionOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Compute Node Extension.
getNodeExtensionWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Compute Node Extension.
getNodeExtensionWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Compute Node Extension.
getNodeFile(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Returns the content of the specified Compute Node file.
getNodeFile(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Returns the content of the specified Compute Node file.
getNodeFile(String, String, String, GetBatchNodeFileOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Returns the content of the specified Compute Node file.
getNodeFile(String, String, String, GetBatchNodeFileOptions) - Method in class com.azure.compute.batch.BatchClient
Returns the content of the specified Compute Node file.
getNodeFileProperties(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the properties of the specified Compute Node file.
getNodeFileProperties(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Gets the properties of the specified Compute Node file.
getNodeFileProperties(String, String, String, GetBatchNodeFilePropertiesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the properties of the specified Compute Node file.
getNodeFileProperties(String, String, String, GetBatchNodeFilePropertiesOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the properties of the specified Compute Node file.
getNodeFilePropertiesWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the properties of the specified Compute Node file.
getNodeFilePropertiesWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the properties of the specified Compute Node file.
getNodeFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Returns the content of the specified Compute Node file.
getNodeFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Returns the content of the specified Compute Node file.
getNodeFillType() - Method in class com.azure.compute.batch.models.BatchTaskSchedulingPolicy
Get the nodeFillType property: How Tasks are distributed across Compute Nodes in a Pool.
getNodeId() - Method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Get the nodeId property: The ID of the Compute Node to which this entry refers.
getNodeId() - Method in class com.azure.compute.batch.models.BatchNodeInfo
Get the nodeId property: The ID of the Compute Node on which the Task ran.
getNodeInfo() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the nodeInfo property: Information about the Compute Node on which the subtask ran.
getNodeInfo() - Method in class com.azure.compute.batch.models.BatchTask
Get the nodeInfo property: Information about the Compute Node on which the Task ran.
getNodeList() - Method in class com.azure.compute.batch.models.BatchNodeRemoveContent
Get the nodeList property: A list containing the IDs of the Compute Nodes to be removed from the specified Pool.
getNodePlacementConfiguration() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the nodePlacementConfiguration property: The node placement configuration for the pool.
getNodeRebootOption() - Method in class com.azure.compute.batch.models.BatchNodeRebootContent
Get the nodeRebootOption property: When to reboot the Compute Node and what to do with currently running Tasks.
getNodeReimageOption() - Method in class com.azure.compute.batch.models.BatchNodeReimageContent
Get the nodeReimageOption property: When to reimage the Compute Node and what to do with currently running Tasks.
getNodeRemoteLoginSettings(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the settings required for remote login to a Compute Node.
getNodeRemoteLoginSettings(String, String) - Method in class com.azure.compute.batch.BatchClient
Gets the settings required for remote login to a Compute Node.
getNodeRemoteLoginSettings(String, String, GetBatchNodeRemoteLoginSettingsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the settings required for remote login to a Compute Node.
getNodeRemoteLoginSettings(String, String, GetBatchNodeRemoteLoginSettingsOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the settings required for remote login to a Compute Node.
getNodeRemoteLoginSettingsWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the settings required for remote login to a Compute Node.
getNodeRemoteLoginSettingsWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the settings required for remote login to a Compute Node.
getNodeUrl() - Method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Get the nodeUrl property: The URL of the Compute Node to which this entry refers.
getNodeUrl() - Method in class com.azure.compute.batch.models.BatchNodeInfo
Get the nodeUrl property: The URL of the Compute Node on which the Task ran.
getNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Compute Node.
getNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Compute Node.
getNumberOfFilesUploaded() - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsResult
Get the numberOfFilesUploaded property: The number of log files which will be uploaded.
getNumberOfInstances() - Method in class com.azure.compute.batch.models.MultiInstanceSettings
Get the numberOfInstances property: The number of Compute Nodes required by the Task.
getNumFailedTasks() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the numFailedTasks property: The total number of Tasks that failed during the given time range in Jobs created under the schedule.
getNumFailedTasks() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the numFailedTasks property: The total number of Tasks in the Job that failed during the given time range.
getNumSucceededTasks() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the numSucceededTasks property: The total number of Tasks successfully completed during the given time range in Jobs created under the schedule.
getNumSucceededTasks() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the numSucceededTasks property: The total number of Tasks successfully completed in the Job during the given time range.
getNumTaskRetries() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the numTaskRetries property: The total number of retries during the given time range on all Tasks in all Jobs created under the schedule.
getNumTaskRetries() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the numTaskRetries property: The total number of retries on all the Tasks in the Job during the given time range.
getOcpBatchFileMode() - Method in class com.azure.compute.batch.models.FileResponseHeaderProperties
Retrieves the file mode attribute in octal format.
getOcpBatchFileUrl() - Method in class com.azure.compute.batch.models.FileResponseHeaderProperties
Retrieves the URL of the file.
getOcpCreationTime() - Method in class com.azure.compute.batch.models.FileResponseHeaderProperties
Retrieves the creation time of the file.
getOcpRange() - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Get the ocpRange property: The byte range to be retrieved.
getOcpRange() - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Get the ocpRange property: The byte range to be retrieved.
getOffer() - Method in class com.azure.compute.batch.models.ImageReference
Get the offer property: The offer type of the Azure Virtual Machines Marketplace Image.
getOffline() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the offline property: The number of Compute Nodes in the offline state.
getOnAllTasksComplete() - Method in class com.azure.compute.batch.models.BatchJob
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.
getOnAllTasksComplete() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.
getOnAllTasksComplete() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in a Job created under this schedule are in the completed state.
getOnAllTasksComplete() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.
getOnTaskFailure() - Method in class com.azure.compute.batch.models.BatchJob
Get the onTaskFailure property: The action the Batch service should take when any Task in the Job fails.
getOnTaskFailure() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the onTaskFailure property: The action the Batch service should take when any Task in the Job fails.
getOnTaskFailure() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the onTaskFailure property: The action the Batch service should take when any Task fails in a Job created under this schedule.
getOsDisk() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the osDisk property: Settings for the operating system disk of the Virtual Machine.
getOsType() - Method in class com.azure.compute.batch.models.BatchSupportedImage
Get the osType property: The type of operating system (e.g.
getOutputFiles() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.
getOutputFiles() - Method in class com.azure.compute.batch.models.BatchTask
Get the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.
getOutputFiles() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.
getParameters() - Method in class com.azure.compute.batch.models.DeallocateBatchNodeOptions
Get the parameters property: The options to use for deallocating the Compute Node.
getParameters() - Method in class com.azure.compute.batch.models.DisableBatchNodeSchedulingOptions
Get the parameters property: The options to use for disabling scheduling on the Compute Node.
getParameters() - Method in class com.azure.compute.batch.models.RebootBatchNodeOptions
Get the parameters property: The options to use for rebooting the Compute Node.
getParameters() - Method in class com.azure.compute.batch.models.ReimageBatchNodeOptions
Get the parameters property: The options to use for reimaging the Compute Node.
getParameters() - Method in class com.azure.compute.batch.models.TerminateBatchJobOptions
Get the parameters property: The options to use for terminating the Job.
getPassword() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the password property: The password to access the Certificate's private key.
getPassword() - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Get the password property: The password of the Account.
getPassword() - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Get the password property: The password of the Account.
getPassword() - Method in class com.azure.compute.batch.models.CifsMountConfiguration
Get the password property: The password to use for authentication against the CIFS file system.
getPassword() - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Get the password property: The password to log into the registry server.
getPassword() - Method in class com.azure.compute.batch.models.UserAccount
Get the password property: The password for the user Account.
getPath() - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Get the path property: The destination blob or virtual directory within the Azure Storage container.
getPauseTimeBetweenBatches() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the pauseTimeBetweenBatches property: The wait time between completing the update for all virtual machines in one batch and starting the next batch.
getPeakDiskGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the peakDiskGiB property: The peak used disk space in GiB across all Compute Nodes in the Pool.
getPeakMemoryGiB() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the peakMemoryGiB property: The peak memory usage in GiB across all Compute Nodes in the Pool.
getPlacement() - Method in class com.azure.compute.batch.models.DiffDiskSettings
Get the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.
getPolicy() - Method in class com.azure.compute.batch.models.BatchNodePlacementConfiguration
Get the policy property: Node placement Policy type on Batch Pools.
getPool() - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Get the pool property: The Pool specification for the auto Pool.
getPool(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Pool.
getPool(String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Pool.
getPool(String, GetBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Pool.
getPool(String, GetBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Pool.
getPoolId() - Method in class com.azure.compute.batch.models.BatchJobExecutionInfo
Get the poolId property: The ID of the Pool to which this Job is assigned.
getPoolId() - Method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Get the poolId property: The ID of the Pool containing the Compute Node to which this entry refers.
getPoolId() - Method in class com.azure.compute.batch.models.BatchNodeInfo
Get the poolId property: The ID of the Pool on which the Task ran.
getPoolId() - Method in class com.azure.compute.batch.models.BatchPoolInfo
Get the poolId property: The ID of an existing Pool.
getPoolId() - Method in class com.azure.compute.batch.models.BatchPoolNodeCounts
Get the poolId property: The ID of the Pool.
getPoolId() - Method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
Get the poolId property: The ID of the Pool whose metrics are aggregated in this entry.
getPoolInfo() - Method in class com.azure.compute.batch.models.BatchJob
Get the poolInfo property: The Pool settings associated with the Job.
getPoolInfo() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.
getPoolInfo() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the poolInfo property: The Pool on which the Batch service runs the Tasks of Jobs created under this schedule.
getPoolInfo() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.
getPoolLifetimeOption() - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Get the poolLifetimeOption property: The minimum lifetime of created auto Pools, and how multiple Jobs on a schedule are assigned to Pools.
getPoolWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Pool.
getPoolWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Pool.
getPreempted() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the preempted property: The number of Compute Nodes in the preempted state.
getPreProcessingError() - Method in class com.azure.compute.batch.models.ExitConditions
Get the preProcessingError property: How the Batch service should respond if the Task fails to start due to an error.
getPreviousState() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the previousState property: The previous state of the Certificate.
getPreviousState() - Method in class com.azure.compute.batch.models.BatchJob
Get the previousState property: The previous state of the Job.
getPreviousState() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the previousState property: The previous state of the Job Schedule.
getPreviousState() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the previousState property: The previous state of the subtask.
getPreviousState() - Method in class com.azure.compute.batch.models.BatchTask
Get the previousState property: The previous state of the Task.
getPreviousState() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the previousState property: The previous state of the Certificate.
getPreviousStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the previousStateTransitionTime property: The time at which the Certificate entered its previous state.
getPreviousStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchJob
Get the previousStateTransitionTime property: The time at which the Job entered its previous state.
getPreviousStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the previousStateTransitionTime property: The time at which the Job Schedule entered its previous state.
getPreviousStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the previousStateTransitionTime property: The time at which the subtask entered its previous state.
getPreviousStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchTask
Get the previousStateTransitionTime property: The time at which the Task entered its previous state.
getPreviousStateTransitionTime() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the previousStateTransitionTime property: The time at which the Certificate entered its previous state.
getPrincipalId() - Method in class com.azure.compute.batch.models.UserAssignedIdentity
Get the principalId property: The principal id of the user assigned identity.
getPriority() - Method in class com.azure.compute.batch.models.BatchJob
Get the priority property: The priority of the Job.
getPriority() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the priority property: The priority of the Job.
getPriority() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the priority property: The priority of Jobs created under this schedule.
getPriority() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the priority property: The priority of the Job.
getPriority() - Method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
Get the priority property: The priority for this rule.
getProperties() - Method in class com.azure.compute.batch.models.BatchNodeFile
Get the properties property: The file properties.
getProtectedSettings() - Method in class com.azure.compute.batch.models.VMExtension
Get the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
getProtocol() - Method in class com.azure.compute.batch.models.InboundEndpoint
Get the protocol property: The protocol of the endpoint.
getProtocol() - Method in class com.azure.compute.batch.models.InboundNatPool
Get the protocol property: The protocol of the endpoint.
getProvisionAfterExtensions() - Method in class com.azure.compute.batch.models.VMExtension
Get the provisionAfterExtensions property: The collection of extension names.
getProvisioningState() - Method in class com.azure.compute.batch.models.BatchNodeVMExtension
Get the provisioningState property: The provisioning state of the virtual machine extension.
getPublicData() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the publicData property: The public part of the Certificate as a base-64 encoded .cer file.
getPublicData() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the publicData property: The public part of the Certificate as a base-64 encoded .cer file.
getPublicFQDN() - Method in class com.azure.compute.batch.models.InboundEndpoint
Get the publicFQDN property: The public fully qualified domain name for the Compute Node.
getPublicIpAddress() - Method in class com.azure.compute.batch.models.InboundEndpoint
Get the publicIpAddress property: The public IP address of the Compute Node.
getPublicIpAddressConfiguration() - Method in class com.azure.compute.batch.models.NetworkConfiguration
Get the publicIpAddressConfiguration property: The Public IPAddress configuration for Compute Nodes in the Batch Pool.
getPublisher() - Method in class com.azure.compute.batch.models.ImageReference
Get the publisher property: The publisher of the Azure Virtual Machines Marketplace Image.
getPublisher() - Method in class com.azure.compute.batch.models.VMExtension
Get the publisher property: The name of the extension handler publisher.
getReadIOGiB() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the readIOGiB property: The total gibibytes read from disk by all Tasks in all Jobs created under the schedule.
getReadIOGiB() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the readIOGiB property: The total amount of data in GiB read from disk by all Tasks in the Job.
getReadIOGiB() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the readIOGiB property: The total gibibytes read from disk by the Task.
getReadIOps() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the readIOps property: The total number of disk read operations made by all Tasks in all Jobs created under the schedule.
getReadIOps() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the readIOps property: The total number of disk read operations made by all Tasks in the Job.
getReadIOps() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the readIOps property: The total number of disk read operations made by the Task.
getRebooting() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the rebooting property: The count of Compute Nodes in the rebooting state.
getRecentJob() - Method in class com.azure.compute.batch.models.BatchJobScheduleExecutionInfo
Get the recentJob property: Information about the most recent Job under the Job Schedule.
getRecentTasks() - Method in class com.azure.compute.batch.models.BatchNode
Get the recentTasks property: A list of Tasks whose state has recently changed.
getRecurrenceInterval() - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Get the recurrenceInterval property: The time interval between the start times of two successive Jobs under the Job Schedule.
getRegistry() - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Get the registry property: The private registry which contains the container Image.
getRegistryServer() - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Get the registryServer property: The registry URL.
getReimaging() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the reimaging property: The number of Compute Nodes in the reimaging state.
getRelativeMountPath() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the relativeMountPath property: The relative path on the compute node where the file system will be mounted.
getRelativeMountPath() - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Get the relativeMountPath property: The relative path on the compute node where the file system will be mounted.
getRelativeMountPath() - Method in class com.azure.compute.batch.models.CifsMountConfiguration
Get the relativeMountPath property: The relative path on the compute node where the file system will be mounted.
getRelativeMountPath() - Method in class com.azure.compute.batch.models.NfsMountConfiguration
Get the relativeMountPath property: The relative path on the compute node where the file system will be mounted.
getRemoteLoginIpAddress() - Method in class com.azure.compute.batch.models.BatchNodeRemoteLoginSettings
Get the remoteLoginIpAddress property: The IP address used for remote login to the Compute Node.
getRemoteLoginPort() - Method in class com.azure.compute.batch.models.BatchNodeRemoteLoginSettings
Get the remoteLoginPort property: The port used for remote login to the Compute Node.
getRequeueCount() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the requeueCount property: The number of times the Task has been requeued by the Batch service as the result of a user request.
getRequiredSlots() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the requiredSlots property: The number of scheduling slots that the Task requires to run.
getRequiredSlots() - Method in class com.azure.compute.batch.models.BatchTask
Get the requiredSlots property: The number of scheduling slots that the Task requires to run.
getRequiredSlots() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the requiredSlots property: The number of scheduling slots that the Task required to run.
getResizeErrors() - Method in class com.azure.compute.batch.models.BatchPool
Get the resizeErrors property: A list of errors encountered while performing the last resize on the Pool.
getResizeTimeout() - Method in class com.azure.compute.batch.models.BatchNodeRemoveContent
Get the resizeTimeout property: The timeout for removal of Compute Nodes to the Pool.
getResizeTimeout() - Method in class com.azure.compute.batch.models.BatchPool
Get the resizeTimeout property: The timeout for allocation of Compute Nodes to the Pool.
getResizeTimeout() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the resizeTimeout property: The timeout for allocation of Compute Nodes to the Pool.
getResizeTimeout() - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Get the resizeTimeout property: The timeout for allocation of Nodes to the Pool or removal of Compute Nodes from the Pool.
getResizeTimeout() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the resizeTimeout property: The timeout for allocation of Compute Nodes to the Pool.
getResourceFiles() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
getResourceFiles() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
getResourceFiles() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
getResourceFiles() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
getResourceFiles() - Method in class com.azure.compute.batch.models.BatchTask
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
getResourceFiles() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
getResourceId() - Method in class com.azure.compute.batch.models.BatchNodeIdentityReference
Get the resourceId property: The ARM resource id of the user assigned identity.
getResourceId() - Method in class com.azure.compute.batch.models.UserAssignedIdentity
Get the resourceId property: The ARM resource id of the user assigned identity.
getResourceStats() - Method in class com.azure.compute.batch.models.BatchPoolStatistics
Get the resourceStats property: Statistics related to resource consumption by Compute Nodes in the Pool.
getResourceTags() - Method in class com.azure.compute.batch.models.BatchPool
Get the resourceTags property: The user-specified tags associated with the pool.
getResourceTags() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the resourceTags property: The user-specified tags associated with the pool.
getResourceTags() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the resourceTags property: The user-specified tags associated with the pool.The user-defined tags to be associated with the Azure Batch Pool.
getResourceTags() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the resourceTags property: The user-specified tags associated with the pool.
getResult() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the result property: The result of the Task execution.
getResult() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the result property: The result of the Task execution.
getResult() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the result property: The result of the Task execution.
getResult() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the result property: The result of the Task execution.
getResult() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the result property: The result of the Task execution.
getResults() - Method in class com.azure.compute.batch.models.AutoScaleRun
Get the results property: The final values of all variables used in the evaluation of the autoscale formula.
getRetentionTime() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the retentionTime property: The minimum time to retain the Task directory for the Job Release Task on the Compute Node.
getRetentionTime() - Method in class com.azure.compute.batch.models.BatchTaskConstraints
Get the retentionTime property: The minimum time to retain the Task directory on the Compute Node where it ran, from the time it completes execution.
getRetryCount() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the retryCount property: The number of times the Task has been retried by the Batch service.
getRetryCount() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the retryCount property: The number of times the Task has been retried by the Batch service.
getRetryCount() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the retryCount property: The number of times the Task has been retried by the Batch service.
getRollingUpgradePolicy() - Method in class com.azure.compute.batch.models.UpgradePolicy
Get the rollingUpgradePolicy property: The configuration parameters used while performing a rolling upgrade.
getRunning() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the running property: The number of Compute Nodes in the running state.
getRunning() - Method in class com.azure.compute.batch.models.BatchTaskCounts
Get the running property: The number of Tasks in the running or preparing state.
getRunning() - Method in class com.azure.compute.batch.models.BatchTaskSlotCounts
Get the running property: The number of TaskSlots for running Tasks.
getRunningTasksCount() - Method in class com.azure.compute.batch.models.BatchNode
Get the runningTasksCount property: The total number of currently running Job Tasks on the Compute Node.
getRunningTaskSlotsCount() - Method in class com.azure.compute.batch.models.BatchNode
Get the runningTaskSlotsCount property: The total number of scheduling slots used by currently running Job Tasks on the Compute Node.
getSasKey() - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Get the sasKey property: The Azure Storage SAS token.
getScaleSetVmResourceId() - Method in class com.azure.compute.batch.models.VirtualMachineInfo
Get the scaleSetVmResourceId property: The resource ID of the Compute Node's current Virtual Machine Scale Set VM.
getSchedule() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the schedule property: The schedule according to which Jobs will be created.
getSchedule() - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Get the schedule property: The schedule according to which Jobs will be created.
getSchedule() - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Get the schedule property: The schedule according to which Jobs will be created.
getSchedulingError() - Method in class com.azure.compute.batch.models.BatchJobExecutionInfo
Get the schedulingError property: Details of any error encountered by the service in starting the Job.
getSchedulingState() - Method in class com.azure.compute.batch.models.BatchNode
Get the schedulingState property: Whether the Compute Node is available for Task scheduling.
getScope() - Method in class com.azure.compute.batch.models.AutoUserSpecification
Get the scope property: The scope for the auto user.
getSecurityEncryptionType() - Method in class com.azure.compute.batch.models.VMDiskSecurityProfile
Get the securityEncryptionType property: Specifies the EncryptionType of the managed disk.
getSecurityProfile() - Method in class com.azure.compute.batch.models.ManagedDisk
Get the securityProfile property: Specifies the security profile settings for the managed disk.
getSecurityProfile() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.
getSecurityType() - Method in class com.azure.compute.batch.models.SecurityProfile
Get the securityType property: Specifies the SecurityType of the virtual machine.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchCertificateOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchJobOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchNodeExtensionOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchNodeOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchPoolOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.GetBatchTaskOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchSubTasksOptions
Get the select property: An OData $select clause.
getSelect() - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Get the select property: An OData $select clause.
getServiceArtifactReference() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the serviceArtifactReference property: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.
getSettings() - Method in class com.azure.compute.batch.models.VMExtension
Get the settings property: JSON formatted public settings for the extension.
getSharedGalleryImageId() - Method in class com.azure.compute.batch.models.ImageReference
Get the sharedGalleryImageId property: The shared gallery image unique identifier.
getSku() - Method in class com.azure.compute.batch.models.ImageReference
Get the sku property: The SKU of the Azure Virtual Machines Marketplace Image.
getSource() - Method in class com.azure.compute.batch.models.CifsMountConfiguration
Get the source property: The URI of the file system to mount.
getSource() - Method in class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Get the source property: The path which be mounted to container customer can select.
getSource() - Method in class com.azure.compute.batch.models.NfsMountConfiguration
Get the source property: The URI of the file system to mount.
getSourceAddressPrefix() - Method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
Get the sourceAddressPrefix property: The source address prefix or tag to match for the rule.
getSourcePortRanges() - Method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
Get the sourcePortRanges property: The source port ranges to match for the rule.
getSshPrivateKey() - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
Get the sshPrivateKey property: The SSH private key for the user Account.
getSshPublicKey() - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Get the sshPublicKey property: The SSH public key that can be used for remote login to the Compute Node.
getSshPublicKey() - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Get the sshPublicKey property: The SSH public key that can be used for remote login to the Compute Node.
getStart() - Method in class com.azure.compute.batch.models.BatchTaskIdRange
Get the start property: The first Task ID in the range.
getStart() - Method in class com.azure.compute.batch.models.ExitCodeRangeMapping
Get the start property: The first exit code in the range.
getStarting() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the starting property: The number of Compute Nodes in the starting state.
getStartTask() - Method in class com.azure.compute.batch.models.BatchNode
Get the startTask property: The Task specified to run on the Compute Node as it joins the Pool.
getStartTask() - Method in class com.azure.compute.batch.models.BatchPool
Get the startTask property: A Task specified to run on each Compute Node as it joins the Pool.
getStartTask() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the startTask property: A Task specified to run on each Compute Node as it joins the Pool.
getStartTask() - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Get the startTask property: A Task to run on each Compute Node as it joins the Pool.
getStartTask() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the startTask property: A Task to run on each Compute Node as it joins the Pool.
getStartTask() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the startTask property: A Task to run on each Compute Node as it joins the Pool.
getStartTaskFailed() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the startTaskFailed property: The number of Compute Nodes in the startTaskFailed state.
getStartTaskInfo() - Method in class com.azure.compute.batch.models.BatchNode
Get the startTaskInfo property: Runtime information about the execution of the StartTask on the Compute Node.
getStartTime() - Method in class com.azure.compute.batch.models.BatchJobExecutionInfo
Get the startTime property: The start time of the Job.
getStartTime() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the startTime property: The time at which the Task started running.
getStartTime() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the startTime property: The time at which the Task started running.
getStartTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the startTime property: The start time of the time range covered by the statistics.
getStartTime() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the startTime property: The start time of the time range covered by the statistics.
getStartTime() - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
Get the startTime property: The start time of the time range covered by the statistics.
getStartTime() - Method in class com.azure.compute.batch.models.BatchPoolStatistics
Get the startTime property: The start time of the time range covered by the statistics.
getStartTime() - Method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
Get the startTime property: The start time of the aggregation interval covered by this entry.
getStartTime() - Method in class com.azure.compute.batch.models.BatchPoolUsageStatistics
Get the startTime property: The start time of the time range covered by the statistics.
getStartTime() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the startTime property: The time at which the StartTask started running.
getStartTime() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the startTime property: The time at which the subtask started running.
getStartTime() - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
Get the startTime property: The time at which the Task started running.
getStartTime() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the startTime property: The start time of the time range covered by the statistics.
getStartTime() - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Get the startTime property: The earliest time from which to include metrics.
getStartTime() - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Get the startTime property: The start of the time range from which to upload Batch Service log file(s).
getStartWindow() - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Get the startWindow property: The time interval, starting from the time at which the schedule indicates a Job should be created, within which a Job must be created.
getState() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the state property: The state of the Certificate.
getState() - Method in class com.azure.compute.batch.models.BatchJob
Get the state property: The current state of the Job.
getState() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the state property: The current state of the Job Preparation Task on the Compute Node.
getState() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the state property: The current state of the Job Release Task on the Compute Node.
getState() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the state property: The current state of the Job Schedule.
getState() - Method in class com.azure.compute.batch.models.BatchNode
Get the state property: The current state of the Compute Node.
getState() - Method in class com.azure.compute.batch.models.BatchPool
Get the state property: The current state of the Pool.
getState() - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
Get the state property: The state of the StartTask on the Compute Node.
getState() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the state property: The current state of the subtask.
getState() - Method in class com.azure.compute.batch.models.BatchTask
Get the state property: The current state of the Task.
getState() - Method in class com.azure.compute.batch.models.BatchTaskContainerExecutionInfo
Get the state property: The state of the container.
getState() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the state property: The state of the Certificate.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the stateTransitionTime property: The time at which the Certificate entered its current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchJob
Get the stateTransitionTime property: The time at which the Job entered its current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the stateTransitionTime property: The time at which the Job Schedule entered the current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchNode
Get the stateTransitionTime property: The time at which the Compute Node entered its current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchPool
Get the stateTransitionTime property: The time at which the Pool entered its current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchSubtask
Get the stateTransitionTime property: The time at which the subtask entered its current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.BatchTask
Get the stateTransitionTime property: The time at which the Task entered its current state.
getStateTransitionTime() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the stateTransitionTime property: The time at which the Certificate entered its current state.
getStats() - Method in class com.azure.compute.batch.models.BatchJob
Get the stats property: Resource usage statistics for the entire lifetime of the Job.
getStats() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the stats property: The lifetime resource usage statistics for the Job Schedule.
getStats() - Method in class com.azure.compute.batch.models.BatchPool
Get the stats property: Utilization and resource usage statistics for the entire lifetime of the Pool.
getStats() - Method in class com.azure.compute.batch.models.BatchTask
Get the stats property: Resource usage statistics for the Task.
getStatus() - Method in class com.azure.compute.batch.models.BatchTaskAddResult
Get the status property: The status of the add Task request.
getStatuses() - Method in class com.azure.compute.batch.models.VMExtensionInstanceView
Get the statuses property: The resource status information.
getStorageAccountType() - Method in class com.azure.compute.batch.models.DataDisk
Get the storageAccountType property: The storage Account type to be used for the data disk.
getStorageAccountType() - Method in class com.azure.compute.batch.models.ManagedDisk
Get the storageAccountType property: The storage account type for managed disk.
getStorageContainerUrl() - Method in class com.azure.compute.batch.models.ResourceFile
Get the storageContainerUrl property: The URL of the blob container within Azure Blob Storage.
getStoreLocation() - Method in class com.azure.compute.batch.models.BatchCertificateReference
Get the storeLocation property: The location of the Certificate store on the Compute Node into which to install the Certificate.
getStoreName() - Method in class com.azure.compute.batch.models.BatchCertificateReference
Get the storeName property: The name of the Certificate store on the Compute Node into which to install the Certificate.
getSubnetId() - Method in class com.azure.compute.batch.models.BatchJobNetworkConfiguration
Get the subnetId property: The ARM resource identifier of the virtual network subnet which Compute Nodes running Tasks from the Job will join for the duration of the Task.
getSubnetId() - Method in class com.azure.compute.batch.models.NetworkConfiguration
Get the subnetId property: The ARM resource identifier of the virtual network subnet which the Compute Nodes of the Pool will join.
getSubStatuses() - Method in class com.azure.compute.batch.models.VMExtensionInstanceView
Get the subStatuses property: The resource status information.
getSubtaskId() - Method in class com.azure.compute.batch.models.BatchTaskInfo
Get the subtaskId property: The ID of the subtask if the Task is a multi-instance Task.
getSucceeded() - Method in class com.azure.compute.batch.models.BatchTaskCounts
Get the succeeded property: The number of Tasks which succeeded.
getSucceeded() - Method in class com.azure.compute.batch.models.BatchTaskSlotCounts
Get the succeeded property: The number of TaskSlots for succeeded Tasks.
getTargetDedicatedNodes() - Method in class com.azure.compute.batch.models.BatchPool
Get the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
getTargetDedicatedNodes() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
getTargetDedicatedNodes() - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Get the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
getTargetDedicatedNodes() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
getTargetLowPriorityNodes() - Method in class com.azure.compute.batch.models.BatchPool
Get the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
getTargetLowPriorityNodes() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
getTargetLowPriorityNodes() - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Get the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
getTargetLowPriorityNodes() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
getTargetNodeCommunicationMode() - Method in class com.azure.compute.batch.models.BatchPool
Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.
getTargetNodeCommunicationMode() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.
getTargetNodeCommunicationMode() - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.
getTargetNodeCommunicationMode() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.
getTargetNodeCommunicationMode() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.
getTargets() - Method in class com.azure.compute.batch.models.DiskEncryptionConfiguration
Get the targets property: The list of disk targets Batch Service will encrypt on the compute node.
getTask(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Task.
getTask(String, String) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Task.
getTask(String, String, GetBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Task.
getTask(String, String, GetBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Task.
getTaskCounts() - Method in class com.azure.compute.batch.models.BatchTaskCountsResult
Get the taskCounts property: The number of Tasks per state.
getTaskFile(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Returns the content of the specified Task file.
getTaskFile(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Returns the content of the specified Task file.
getTaskFile(String, String, String, GetBatchTaskFileOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Returns the content of the specified Task file.
getTaskFile(String, String, String, GetBatchTaskFileOptions) - Method in class com.azure.compute.batch.BatchClient
Returns the content of the specified Task file.
getTaskFileProperties(String, String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the properties of the specified Task file.
getTaskFileProperties(String, String, String) - Method in class com.azure.compute.batch.BatchClient
Gets the properties of the specified Task file.
getTaskFileProperties(String, String, String, GetBatchTaskFilePropertiesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the properties of the specified Task file.
getTaskFileProperties(String, String, String, GetBatchTaskFilePropertiesOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the properties of the specified Task file.
getTaskFilePropertiesWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the properties of the specified Task file.
getTaskFilePropertiesWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the properties of the specified Task file.
getTaskFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Returns the content of the specified Task file.
getTaskFileWithResponse(String, String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Returns the content of the specified Task file.
getTaskId() - Method in class com.azure.compute.batch.models.BatchTaskAddResult
Get the taskId property: The ID of the Task for which this is the result.
getTaskId() - Method in class com.azure.compute.batch.models.BatchTaskInfo
Get the taskId property: The ID of the Task.
getTaskIdRanges() - Method in class com.azure.compute.batch.models.BatchTaskDependencies
Get the taskIdRanges property: The list of Task ID ranges that this Task depends on.
getTaskIds() - Method in class com.azure.compute.batch.models.BatchTaskDependencies
Get the taskIds property: The list of Task IDs that this Task depends on.
getTaskRootDirectory() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the taskRootDirectory property: The root directory of the Job Preparation Task on the Compute Node.
getTaskRootDirectory() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the taskRootDirectory property: The root directory of the Job Release Task on the Compute Node.
getTaskRootDirectory() - Method in class com.azure.compute.batch.models.BatchNodeInfo
Get the taskRootDirectory property: The root directory of the Task on the Compute Node.
getTaskRootDirectoryUrl() - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
Get the taskRootDirectoryUrl property: The URL to the root directory of the Job Preparation Task on the Compute Node.
getTaskRootDirectoryUrl() - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
Get the taskRootDirectoryUrl property: The URL to the root directory of the Job Release Task on the Compute Node.
getTaskRootDirectoryUrl() - Method in class com.azure.compute.batch.models.BatchNodeInfo
Get the taskRootDirectoryUrl property: The URL to the root directory of the Task on the Compute Node.
getTaskSchedulingPolicy() - Method in class com.azure.compute.batch.models.BatchPool
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
getTaskSchedulingPolicy() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
getTaskSchedulingPolicy() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
getTaskSchedulingPolicy() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
getTaskSlotCounts() - Method in class com.azure.compute.batch.models.BatchTaskCountsResult
Get the taskSlotCounts property: The number of TaskSlots required by Tasks per state.
getTaskSlotsPerNode() - Method in class com.azure.compute.batch.models.BatchPool
Get the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
getTaskSlotsPerNode() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
getTaskSlotsPerNode() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
getTaskSlotsPerNode() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
getTaskState() - Method in class com.azure.compute.batch.models.BatchTaskInfo
Get the taskState property: The current state of the Task.
getTaskUrl() - Method in class com.azure.compute.batch.models.BatchTaskInfo
Get the taskUrl property: The URL of the Task.
getTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets information about the specified Task.
getTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets information about the specified Task.
getTerminationReason() - Method in class com.azure.compute.batch.models.BatchJobExecutionInfo
Get the terminationReason property: A string describing the reason the Job ended.
getTerminationReason() - Method in class com.azure.compute.batch.models.BatchJobTerminateContent
Get the terminationReason property: The text you want to appear as the Job's TerminationReason.
getThumbprint() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the thumbprint property: The X.509 thumbprint of the Certificate.
getThumbprint() - Method in class com.azure.compute.batch.models.BatchCertificateReference
Get the thumbprint property: The thumbprint of the Certificate.
getThumbprint() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the thumbprint property: The X.509 thumbprint of the Certificate.
getThumbprintAlgorithm() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the thumbprintAlgorithm property: The algorithm used to derive the thumbprint.
getThumbprintAlgorithm() - Method in class com.azure.compute.batch.models.BatchCertificateReference
Get the thumbprintAlgorithm property: The algorithm with which the thumbprint is associated.
getThumbprintAlgorithm() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the thumbprintAlgorithm property: The algorithm used to derive the thumbprint.
getTime() - Method in class com.azure.compute.batch.models.InstanceViewStatus
Get the time property: The time of the status.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.BatchJobScheduleExistsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.BatchPoolExistsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CancelBatchCertificateDeletionOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchCertificateOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchNodeUserOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchPoolOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchTaskCollectionOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.CreateBatchTaskOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeallocateBatchNodeOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchCertificateOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchNodeFileOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchNodeUserOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchPoolOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchTaskFileOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DeleteBatchTaskOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DisableBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DisableBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DisableBatchNodeSchedulingOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.DisableBatchPoolAutoScaleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.EnableBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.EnableBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.EnableBatchNodeSchedulingOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.EnableBatchPoolAutoScaleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.EvaluateBatchPoolAutoScaleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchApplicationOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchCertificateOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchJobTaskCountsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchNodeExtensionOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchNodeOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchNodeRemoteLoginSettingsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchPoolOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.GetBatchTaskOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchApplicationsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchSubTasksOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReactivateBatchTaskOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.RebootBatchNodeOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReimageBatchNodeOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.RemoveBatchNodesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReplaceBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReplaceBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReplaceBatchNodeUserOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReplaceBatchPoolPropertiesOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ReplaceBatchTaskOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.ResizeBatchPoolOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.StartBatchNodeOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.StopBatchPoolResizeOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.TerminateBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.TerminateBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.TerminateBatchTaskOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.UpdateBatchJobOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.UpdateBatchJobScheduleOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.UpdateBatchPoolOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimeOutInSeconds() - Method in class com.azure.compute.batch.models.UploadBatchNodeLogsOptions
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
getTimestamp() - Method in class com.azure.compute.batch.models.AutoScaleRun
Get the timestamp property: The time at which the autoscale formula was last evaluated.
Getting started - Search tag in Overview
Section
getTotal() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the total property: The total number of Compute Nodes.
getTotalCoreHours() - Method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
Get the totalCoreHours property: The total core hours used in the Pool during this aggregation interval.
getTotalTasksRun() - Method in class com.azure.compute.batch.models.BatchNode
Get the totalTasksRun property: The total number of Job Tasks completed on the Compute Node.
getTotalTasksSucceeded() - Method in class com.azure.compute.batch.models.BatchNode
Get the totalTasksSucceeded property: The total number of Job Tasks which completed successfully (with exitCode 0) on the Compute Node.
getType() - Method in class com.azure.compute.batch.models.BatchPoolIdentity
Get the type property: The identity of the Batch pool, if configured.
getType() - Method in class com.azure.compute.batch.models.ContainerConfiguration
Get the type property: The container technology to be used.
getType() - Method in class com.azure.compute.batch.models.VMExtension
Get the type property: The type of the extension.
getTypeHandlerVersion() - Method in class com.azure.compute.batch.models.VMExtension
Get the typeHandlerVersion property: The version of script handler.
getUefiSettings() - Method in class com.azure.compute.batch.models.SecurityProfile
Get the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
getUid() - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
Get the uid property: The user ID of the user Account.
getUnknown() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the unknown property: The number of Compute Nodes in the unknown state.
getUnusable() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the unusable property: The number of Compute Nodes in the unusable state.
getUpgradePolicy() - Method in class com.azure.compute.batch.models.BatchPool
Get the upgradePolicy property: The upgrade policy for the Pool.
getUpgradePolicy() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the upgradePolicy property: The upgrade policy for the Pool.
getUpgradePolicy() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the upgradePolicy property: The upgrade policy for the Pool.
getUpgradePolicy() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the upgradePolicy property: The upgrade policy for the Pool.
getUpgradingOs() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the upgradingOs property: The number of Compute Nodes in the upgradingOS state.
getUploadCondition() - Method in class com.azure.compute.batch.models.OutputFileUploadConfig
Get the uploadCondition property: The conditions under which the Task output file or set of files should be uploaded.
getUploadHeaders() - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Get the uploadHeaders property: A list of name-value pairs for headers to be used in uploading output files.
getUploadOptions() - Method in class com.azure.compute.batch.models.OutputFile
Get the uploadOptions property: Additional options for the upload operation, including under what conditions to perform the upload.
getUrl() - Method in class com.azure.compute.batch.models.BatchCertificate
Get the url property: The URL of the Certificate.
getUrl() - Method in class com.azure.compute.batch.models.BatchJob
Get the url property: The URL of the Job.
getUrl() - Method in class com.azure.compute.batch.models.BatchJobSchedule
Get the url property: The URL of the Job Schedule.
getUrl() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the url property: The URL of the statistics.
getUrl() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the url property: The URL of the statistics.
getUrl() - Method in class com.azure.compute.batch.models.BatchNode
Get the url property: The URL of the Compute Node.
getUrl() - Method in class com.azure.compute.batch.models.BatchNodeFile
Get the url property: The URL of the file.
getUrl() - Method in class com.azure.compute.batch.models.BatchPool
Get the url property: The URL of the Pool.
getUrl() - Method in class com.azure.compute.batch.models.BatchPoolStatistics
Get the url property: The URL for the statistics.
getUrl() - Method in class com.azure.compute.batch.models.BatchTask
Get the url property: The URL of the Task.
getUrl() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the url property: The URL of the statistics.
getUrl() - Method in class com.azure.compute.batch.models.GetCertificateResponse
Get the url property: The URL of the Certificate.
getUrl() - Method in class com.azure.compute.batch.models.RecentBatchJob
Get the url property: The URL of the Job.
getUsageStats() - Method in class com.azure.compute.batch.models.BatchPoolStatistics
Get the usageStats property: Statistics related to Pool usage, such as the amount of core-time used.
getUserAccounts() - Method in class com.azure.compute.batch.models.BatchPool
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
getUserAccounts() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
getUserAccounts() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
getUserAccounts() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
getUserAssignedIdentities() - Method in class com.azure.compute.batch.models.BatchPoolIdentity
Get the userAssignedIdentities property: The list of user identities associated with the Batch account.
getUserCpuTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the userCpuTime property: The total user mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in all Jobs created under the schedule.
getUserCpuTime() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the userCpuTime property: The total user mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in the Job.
getUserCpuTime() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the userCpuTime property: The total user mode CPU time (summed across all cores and all Compute Nodes) consumed by the Task.
getUserIdentity() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the userIdentity property: The user identity under which the Job Manager Task runs.
getUserIdentity() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the userIdentity property: The user identity under which the Job Preparation Task runs.
getUserIdentity() - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Get the userIdentity property: The user identity under which the Job Release Task runs.
getUserIdentity() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the userIdentity property: The user identity under which the StartTask runs.
getUserIdentity() - Method in class com.azure.compute.batch.models.BatchTask
Get the userIdentity property: The user identity under which the Task runs.
getUserIdentity() - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Get the userIdentity property: The user identity under which the Task runs.
getUsername() - Method in class com.azure.compute.batch.models.CifsMountConfiguration
Get the username property: The user to use for authentication against the CIFS file system.
getUsername() - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Get the username property: The user name to log into the registry server.
getUsername() - Method in class com.azure.compute.batch.models.UserIdentity
Get the username property: The name of the user identity under which the Task is run.
getValue() - Method in class com.azure.compute.batch.models.BatchErrorDetail
Get the value property: The additional information included with the error response.
getValue() - Method in class com.azure.compute.batch.models.BatchErrorMessage
Get the value property: The text of the message.
getValue() - Method in class com.azure.compute.batch.models.BatchTaskAddCollectionResult
Get the value property: The results of the add Task collection operation.
getValue() - Method in class com.azure.compute.batch.models.BatchTaskGroup
Get the value property: The collection of Tasks to add.
getValue() - Method in class com.azure.compute.batch.models.EnvironmentSetting
Get the value property: The value of the environment variable.
getValue() - Method in class com.azure.compute.batch.models.HttpHeader
Get the value property: The value of the header to be used while uploading output files.
getValue() - Method in class com.azure.compute.batch.models.MetadataItem
Get the value property: The value of the metadata item.
getValue() - Method in class com.azure.compute.batch.models.NameValuePair
Get the value property: The value in the name-value pair.
getValues() - Method in class com.azure.compute.batch.models.AutoScaleRunError
Get the values property: A list of additional error details related to the autoscale error.
getValues() - Method in class com.azure.compute.batch.models.BatchError
Get the values property: A collection of key-value pairs containing additional details about the error.
getValues() - Method in class com.azure.compute.batch.models.DeleteBatchCertificateError
Get the values property: A list of additional error details related to the Certificate deletion error.
getValues() - Method in class com.azure.compute.batch.models.ResizeError
Get the values property: A list of additional error details related to the Pool resize error.
getVerificationType() - Method in class com.azure.compute.batch.models.BatchSupportedImage
Get the verificationType property: Whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU.
getVersion() - Method in enum com.azure.compute.batch.BatchServiceVersion
getVersion() - Method in class com.azure.compute.batch.models.BatchApplicationPackageReference
Get the version property: The version of the application to deploy.
getVersion() - Method in class com.azure.compute.batch.models.BatchNodeAgentInfo
Get the version property: The version of the Batch Compute Node agent running on the Compute Node.
getVersion() - Method in class com.azure.compute.batch.models.ImageReference
Get the version property: The version of the Azure Virtual Machines Marketplace Image.
getVersions() - Method in class com.azure.compute.batch.models.BatchApplication
Get the versions property: The list of available versions of the application.
getVirtualDirectoryName() - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsResult
Get the virtualDirectoryName property: The virtual directory within Azure Blob Storage container to which the Batch Service log file(s) will be uploaded.
getVirtualMachineConfiguration() - Method in class com.azure.compute.batch.models.BatchPool
Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
getVirtualMachineConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
getVirtualMachineConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
getVirtualMachineConfiguration() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
getVirtualMachineImageId() - Method in class com.azure.compute.batch.models.ImageReference
Get the virtualMachineImageId property: The ARM resource identifier of the Azure Compute Gallery Image.
getVirtualMachineInfo() - Method in class com.azure.compute.batch.models.BatchNode
Get the virtualMachineInfo property: Info about the current state of the virtual machine.
getVisibility() - Method in class com.azure.compute.batch.models.BatchCertificateReference
Get the visibility property: Which user Accounts on the Compute Node should have access to the private data of the Certificate.
getVmExtension() - Method in class com.azure.compute.batch.models.BatchNodeVMExtension
Get the vmExtension property: The virtual machine extension.
getVmSize() - Method in class com.azure.compute.batch.models.BatchNode
Get the vmSize property: The size of the virtual machine hosting the Compute Node.
getVmSize() - Method in class com.azure.compute.batch.models.BatchPool
Get the vmSize property: The size of virtual machines in the Pool.
getVmSize() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the vmSize property: The size of virtual machines in the Pool.
getVmSize() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the vmSize property: The size of the virtual machines in the Pool.
getVmSize() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the vmSize property: The size of virtual machines in the Pool.
getVmSize() - Method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
Get the vmSize property: The size of virtual machines in the Pool.
getWaitingForStartTask() - Method in class com.azure.compute.batch.models.BatchNodeCounts
Get the waitingForStartTask property: The number of Compute Nodes in the waitingForStartTask state.
getWaitTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the waitTime property: The total wait time of all Tasks in all Jobs created under the schedule.
getWaitTime() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the waitTime property: The total wait time of all Tasks in the Job.
getWaitTime() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the waitTime property: The total wait time of the Task.
getWallClockTime() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the wallClockTime property: The total wall clock time of all the Tasks in all the Jobs created under the schedule.
getWallClockTime() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the wallClockTime property: The total wall clock time of all Tasks in the Job.
getWallClockTime() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the wallClockTime property: The total wall clock time of the Task.
getWindowsConfiguration() - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Get the windowsConfiguration property: Windows operating system settings on the virtual machine.
getWindowsUserConfiguration() - Method in class com.azure.compute.batch.models.UserAccount
Get the windowsUserConfiguration property: The Windows-specific user configuration for the user Account.
getWorkingDirectory() - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Get the workingDirectory property: The location of the container Task working directory.
getWriteIOGiB() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the writeIOGiB property: The total gibibytes written to disk by all Tasks in all Jobs created under the schedule.
getWriteIOGiB() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the writeIOGiB property: The total amount of data in GiB written to disk by all Tasks in the Job.
getWriteIOGiB() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the writeIOGiB property: The total gibibytes written to disk by the Task.
getWriteIOps() - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
Get the writeIOps property: The total number of disk write operations made by all Tasks in all Jobs created under the schedule.
getWriteIOps() - Method in class com.azure.compute.batch.models.BatchJobStatistics
Get the writeIOps property: The total number of disk write operations made by all Tasks in the Job.
getWriteIOps() - Method in class com.azure.compute.batch.models.BatchTaskStatistics
Get the writeIOps property: The total number of disk write operations made by the Task.

H

Help - Search tag in Overview
Section
httpClient(HttpClient) - Method in class com.azure.compute.batch.BatchClientBuilder
.
HttpHeader - Class in com.azure.compute.batch.models
An HTTP header name-value pair.
HttpHeader(String) - Constructor for class com.azure.compute.batch.models.HttpHeader
Creates an instance of HttpHeader class.
httpLogOptions(HttpLogOptions) - Method in class com.azure.compute.batch.BatchClientBuilder
.

I

IDLE - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is not currently running a Task.
ImageReference - Class in com.azure.compute.batch.models
A reference to an Azure Virtual Machines Marketplace Image or a Azure Compute Gallery Image.
ImageReference() - Constructor for class com.azure.compute.batch.models.ImageReference
Creates an instance of ImageReference class.
ImageVerificationType - Class in com.azure.compute.batch.models
ImageVerificationType enums.
ImageVerificationType() - Constructor for class com.azure.compute.batch.models.ImageVerificationType
Deprecated.
InboundEndpoint - Class in com.azure.compute.batch.models
An inbound endpoint on a Compute Node.
InboundEndpointProtocol - Class in com.azure.compute.batch.models
InboundEndpointProtocol enums.
InboundEndpointProtocol() - Constructor for class com.azure.compute.batch.models.InboundEndpointProtocol
Deprecated.
InboundNatPool - Class in com.azure.compute.batch.models
A inbound NAT Pool that can be used to address specific ports on Compute Nodes in a Batch Pool externally.
InboundNatPool(String, InboundEndpointProtocol, int, int, int) - Constructor for class com.azure.compute.batch.models.InboundNatPool
Creates an instance of InboundNatPool class.
INFO - Static variable in class com.azure.compute.batch.models.StatusLevelTypes
Info.
InstanceViewStatus - Class in com.azure.compute.batch.models
The instance view status.
INTERACTIVE - Static variable in class com.azure.compute.batch.models.LoginMode
The LOGON32_LOGON_INTERACTIVE Win32 login mode.
IpAddressProvisioningType - Class in com.azure.compute.batch.models
IPAddressProvisioningType enums.
IpAddressProvisioningType() - Constructor for class com.azure.compute.batch.models.IpAddressProvisioningType
Deprecated.
isAdmin() - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Get the isAdmin property: Whether the Account should be an administrator on the Compute Node.
isAllowLowPriorityNode() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the allowLowPriorityNode property: Whether the Job Manager Task may run on a Spot/Low-priority Compute Node.
isAllowTaskPreemption() - Method in class com.azure.compute.batch.models.BatchJob
Get the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
isAllowTaskPreemption() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
isAllowTaskPreemption() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
isAllowTaskPreemption() - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Get the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
isAutoUpgradeMinorVersion() - Method in class com.azure.compute.batch.models.VMExtension
Get the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.
isDedicated() - Method in class com.azure.compute.batch.models.BatchNode
Get the isDedicated property: Whether this Compute Node is a dedicated Compute Node.
isDirectory() - Method in class com.azure.compute.batch.models.BatchNodeFile
Get the isDirectory property: Whether the object represents a directory.
isDisableAutomaticRollback() - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Get the disableAutomaticRollback property: Whether OS image rollback feature should be disabled.
isEnableAcceleratedNetworking() - Method in class com.azure.compute.batch.models.NetworkConfiguration
Get the enableAcceleratedNetworking property: Whether this pool should enable accelerated networking.
isEnableAutomaticOsUpgrade() - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Get the enableAutomaticOsUpgrade property: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available.
isEnableAutomaticUpdates() - Method in class com.azure.compute.batch.models.WindowsConfiguration
Get the enableAutomaticUpdates property: Whether automatic updates are enabled on the virtual machine.
isEnableAutomaticUpgrade() - Method in class com.azure.compute.batch.models.VMExtension
Get the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
isEnableAutoScale() - Method in class com.azure.compute.batch.models.BatchPool
Get the enableAutoScale property: Whether the Pool size should automatically adjust over time.
isEnableAutoScale() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the enableAutoScale property: Whether the Pool size should automatically adjust over time.
isEnableAutoScale() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the enableAutoScale property: Whether the Pool size should automatically adjust over time.
isEnableCrossZoneUpgrade() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the enableCrossZoneUpgrade property: Allow VMSS to ignore AZ boundaries when constructing upgrade batches.
isEnableInterNodeCommunication() - Method in class com.azure.compute.batch.models.BatchPool
Get the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
isEnableInterNodeCommunication() - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Get the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
isEnableInterNodeCommunication() - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Get the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
isEnableInterNodeCommunication() - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Get the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
isEncryptionAtHost() - Method in class com.azure.compute.batch.models.SecurityProfile
Get the encryptionAtHost property: This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set.
isForce() - Method in class com.azure.compute.batch.models.DeleteBatchJobOptions
Get the force property: If true, the server will delete the Job even if the corresponding nodes have not fully processed the deletion.
isForce() - Method in class com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Get the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion.
isForce() - Method in class com.azure.compute.batch.models.TerminateBatchJobOptions
Get the force property: If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination.
isForce() - Method in class com.azure.compute.batch.models.TerminateBatchJobScheduleOptions
Get the force property: If true, the server will terminate the JobSchedule even if the corresponding nodes have not fully processed the termination.
isKeepAlive() - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Get the keepAlive property: Whether to keep an auto Pool alive after its lifetime expires.
isKillJobOnCompletion() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the killJobOnCompletion property: Whether completion of the Job Manager Task signifies completion of the entire Job.
isOcpBatchFileIsDirectory() - Method in class com.azure.compute.batch.models.FileResponseHeaderProperties
Determines whether the file object represents a directory.
isOsRollingUpgradeDeferral() - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Get the osRollingUpgradeDeferral property: Defer OS upgrades on the TVMs if they are running tasks.
isPrioritizeUnhealthyInstances() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the prioritizeUnhealthyInstances property: Upgrade all unhealthy instances in a scale set before any healthy instances.
isReadOnly() - Method in class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Get the isReadOnly property: Mount this source path as read-only mode or not.
isRecursive() - Method in class com.azure.compute.batch.models.DeleteBatchNodeFileOptions
Get the recursive property: Whether to delete children of a directory.
isRecursive() - Method in class com.azure.compute.batch.models.DeleteBatchTaskFileOptions
Get the recursive property: Whether to delete children of a directory.
isRecursive() - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Get the recursive property: Whether to list children of a directory.
isRecursive() - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Get the recursive property: Whether to list children of the Task directory.
isRerunOnNodeRebootAfterSuccess() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the rerunOnNodeRebootAfterSuccess property: Whether the Batch service should rerun the Job Preparation Task after a Compute Node reboots.
isRollbackFailedInstancesOnPolicyBreach() - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Get the rollbackFailedInstancesOnPolicyBreach property: Rollback failed instances to previous model if the Rolling Upgrade policy is violated.
isRunExclusive() - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Get the runExclusive property: Whether the Job Manager Task requires exclusive use of the Compute Node where it runs.
isSecureBootEnabled() - Method in class com.azure.compute.batch.models.UefiSettings
Get the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.
isSkipWithdrawFromVNet() - Method in class com.azure.compute.batch.models.BatchJobNetworkConfiguration
Get the skipWithdrawFromVNet property: Whether to withdraw Compute Nodes from the virtual network to DNC when the job is terminated or deleted.
isUseRollingUpgradePolicy() - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Get the useRollingUpgradePolicy property: Indicates whether rolling upgrade policy should be used during Auto OS Upgrade.
isUsesTaskDependencies() - Method in class com.azure.compute.batch.models.BatchJob
Get the usesTaskDependencies property: Whether Tasks in the Job can define dependencies on each other.
isUsesTaskDependencies() - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Get the usesTaskDependencies property: Whether Tasks in the Job can define dependencies on each other.
isUsesTaskDependencies() - Method in class com.azure.compute.batch.models.BatchJobSpecification
Get the usesTaskDependencies property: Whether Tasks in the Job can define dependencies on each other.
isVTpmEnabled() - Method in class com.azure.compute.batch.models.UefiSettings
Get the vTpmEnabled property: Specifies whether vTPM should be enabled on the virtual machine.
isWaitForSuccess() - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Get the waitForSuccess property: Whether the Batch service should wait for the Job Preparation Task to complete successfully before scheduling any other Tasks of the Job on the Compute Node.
isWaitForSuccess() - Method in class com.azure.compute.batch.models.BatchStartTask
Get the waitForSuccess property: Whether the Batch service should wait for the StartTask to complete successfully (that is, to exit with exit code 0) before scheduling any Tasks on the Compute Node.
isWriteAcceleratorEnabled() - Method in class com.azure.compute.batch.models.OSDisk
Get the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the disk.

J

JOB - Static variable in class com.azure.compute.batch.models.AccessScope
Grants access to perform all operations on the Job containing the Task.
JOB - Static variable in class com.azure.compute.batch.models.BatchPoolLifetimeOption
The Pool exists for the lifetime of the Job to which it is dedicated.
JOB - Static variable in class com.azure.compute.batch.models.DynamicVNetAssignmentScope
Dynamic VNet assignment is done per-job.
JOB_PREP - Static variable in class com.azure.compute.batch.models.ContainerHostDataPath
The job-prep task path.
JOB_SCHEDULE - Static variable in class com.azure.compute.batch.models.BatchPoolLifetimeOption
The Pool exists for the lifetime of the Job Schedule.
jobScheduleExists(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Checks the specified Job Schedule exists.
jobScheduleExists(String) - Method in class com.azure.compute.batch.BatchClient
Checks the specified Job Schedule exists.
jobScheduleExists(String, BatchJobScheduleExistsOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Checks the specified Job Schedule exists.
jobScheduleExists(String, BatchJobScheduleExistsOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Checks the specified Job Schedule exists.
jobScheduleExistsWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Checks the specified Job Schedule exists.
jobScheduleExistsWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Checks the specified Job Schedule exists.

K

Key concepts - Search tag in Overview
Section

L

LEAVING_POOL - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is leaving the Pool, either because the user explicitly removed it or because the Pool is resizing or autoscaling down.
LINUX - Static variable in class com.azure.compute.batch.models.OSType
The Linux operating system.
LinuxUserConfiguration - Class in com.azure.compute.batch.models
Properties used to create a user Account on a Linux Compute Node.
LinuxUserConfiguration() - Constructor for class com.azure.compute.batch.models.LinuxUserConfiguration
Creates an instance of LinuxUserConfiguration class.
listApplications() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the applications available in the specified Account.
listApplications() - Method in class com.azure.compute.batch.BatchClient
Lists all of the applications available in the specified Account.
listApplications(ListBatchApplicationsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the applications available in the specified Account.
listApplications(ListBatchApplicationsOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the applications available in the specified Account.
listApplications(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the applications available in the specified Account.
listApplications(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the applications available in the specified Account.
ListBatchApplicationsOptions - Class in com.azure.compute.batch.models
Optional parameters for List Applications operation.
ListBatchApplicationsOptions() - Constructor for class com.azure.compute.batch.models.ListBatchApplicationsOptions
Creates an instance of ListBatchApplicationsOptions class.
ListBatchCertificatesOptions - Class in com.azure.compute.batch.models
Optional parameters for List Certificates operation.
ListBatchCertificatesOptions() - Constructor for class com.azure.compute.batch.models.ListBatchCertificatesOptions
Creates an instance of ListBatchCertificatesOptions class.
ListBatchJobPreparationAndReleaseTaskStatusOptions - Class in com.azure.compute.batch.models
Optional parameters for List Jobs From Schedule operation.
ListBatchJobPreparationAndReleaseTaskStatusOptions() - Constructor for class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Creates an instance of ListBatchJobPreparationAndReleaseTaskStatusOptions class.
ListBatchJobSchedulesOptions - Class in com.azure.compute.batch.models
Optional parameters for List Job Schedules operation.
ListBatchJobSchedulesOptions() - Constructor for class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Creates an instance of ListBatchJobSchedulesOptions class.
ListBatchJobsFromScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for List Jobs From Schedule operation.
ListBatchJobsFromScheduleOptions() - Constructor for class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Creates an instance of ListBatchJobsFromScheduleOptions class.
ListBatchJobsOptions - Class in com.azure.compute.batch.models
Optional parameters for List Jobs operation.
ListBatchJobsOptions() - Constructor for class com.azure.compute.batch.models.ListBatchJobsOptions
Creates an instance of ListBatchJobsOptions class.
ListBatchNodeExtensionsOptions - Class in com.azure.compute.batch.models
Optional parameters for List Node Extensions operation.
ListBatchNodeExtensionsOptions() - Constructor for class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Creates an instance of ListBatchNodeExtensionsOptions class.
ListBatchNodeFilesOptions - Class in com.azure.compute.batch.models
Optional parameters for List Node Files operation.
ListBatchNodeFilesOptions() - Constructor for class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Creates an instance of ListBatchNodeFilesOptions class.
ListBatchNodesOptions - Class in com.azure.compute.batch.models
Optional parameters for List Nodes operation.
ListBatchNodesOptions() - Constructor for class com.azure.compute.batch.models.ListBatchNodesOptions
Creates an instance of ListBatchNodesOptions class.
ListBatchPoolNodeCountsOptions - Class in com.azure.compute.batch.models
Optional parameters for List Pool Node Counts operation.
ListBatchPoolNodeCountsOptions() - Constructor for class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Creates an instance of ListBatchPoolNodeCountsOptions class.
ListBatchPoolsOptions - Class in com.azure.compute.batch.models
Optional parameters for List Pools operation.
ListBatchPoolsOptions() - Constructor for class com.azure.compute.batch.models.ListBatchPoolsOptions
Creates an instance of ListBatchPoolsOptions class.
ListBatchPoolUsageMetricsOptions - Class in com.azure.compute.batch.models
Optional parameters for List Pool Usage Metrics operation.
ListBatchPoolUsageMetricsOptions() - Constructor for class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Creates an instance of ListBatchPoolUsageMetricsOptions class.
ListBatchSubTasksOptions - Class in com.azure.compute.batch.models
Optional parameters for List SubTasks operation.
ListBatchSubTasksOptions() - Constructor for class com.azure.compute.batch.models.ListBatchSubTasksOptions
Creates an instance of ListBatchSubTasksOptions class.
ListBatchTaskFilesOptions - Class in com.azure.compute.batch.models
Optional parameters for List Task Files operation.
ListBatchTaskFilesOptions() - Constructor for class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Creates an instance of ListBatchTaskFilesOptions class.
ListBatchTasksOptions - Class in com.azure.compute.batch.models
Optional parameters for List Tasks operation.
ListBatchTasksOptions() - Constructor for class com.azure.compute.batch.models.ListBatchTasksOptions
Creates an instance of ListBatchTasksOptions class.
listCertificates() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Certificates that have been added to the specified Account.
listCertificates() - Method in class com.azure.compute.batch.BatchClient
Lists all of the Certificates that have been added to the specified Account.
listCertificates(ListBatchCertificatesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Certificates that have been added to the specified Account.
listCertificates(ListBatchCertificatesOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Certificates that have been added to the specified Account.
listCertificates(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Certificates that have been added to the specified Account.
listCertificates(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Certificates that have been added to the specified Account.
listJobPreparationAndReleaseTaskStatus(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.
listJobPreparationAndReleaseTaskStatus(String) - Method in class com.azure.compute.batch.BatchClient
Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.
listJobPreparationAndReleaseTaskStatus(String, ListBatchJobPreparationAndReleaseTaskStatusOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.
listJobPreparationAndReleaseTaskStatus(String, ListBatchJobPreparationAndReleaseTaskStatusOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.
listJobPreparationAndReleaseTaskStatus(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.
listJobPreparationAndReleaseTaskStatus(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.
listJobs() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Jobs in the specified Account.
listJobs() - Method in class com.azure.compute.batch.BatchClient
Lists all of the Jobs in the specified Account.
listJobs(ListBatchJobsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Jobs in the specified Account.
listJobs(ListBatchJobsOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Jobs in the specified Account.
listJobs(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Jobs in the specified Account.
listJobs(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Jobs in the specified Account.
listJobSchedules() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Job Schedules in the specified Account.
listJobSchedules() - Method in class com.azure.compute.batch.BatchClient
Lists all of the Job Schedules in the specified Account.
listJobSchedules(ListBatchJobSchedulesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Job Schedules in the specified Account.
listJobSchedules(ListBatchJobSchedulesOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Job Schedules in the specified Account.
listJobSchedules(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Job Schedules in the specified Account.
listJobSchedules(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Job Schedules in the specified Account.
listJobsFromSchedule(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Jobs that have been created under the specified Job Schedule.
listJobsFromSchedule(String) - Method in class com.azure.compute.batch.BatchClient
Lists the Jobs that have been created under the specified Job Schedule.
listJobsFromSchedule(String, ListBatchJobsFromScheduleOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Jobs that have been created under the specified Job Schedule.
listJobsFromSchedule(String, ListBatchJobsFromScheduleOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the Jobs that have been created under the specified Job Schedule.
listJobsFromSchedule(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Jobs that have been created under the specified Job Schedule.
listJobsFromSchedule(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the Jobs that have been created under the specified Job Schedule.
listNodeExtensions(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Compute Nodes Extensions in the specified Pool.
listNodeExtensions(String, String) - Method in class com.azure.compute.batch.BatchClient
Lists the Compute Nodes Extensions in the specified Pool.
listNodeExtensions(String, String, ListBatchNodeExtensionsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Compute Nodes Extensions in the specified Pool.
listNodeExtensions(String, String, ListBatchNodeExtensionsOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the Compute Nodes Extensions in the specified Pool.
listNodeExtensions(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Compute Nodes Extensions in the specified Pool.
listNodeExtensions(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the Compute Nodes Extensions in the specified Pool.
listNodeFiles(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the files in Task directories on the specified Compute Node.
listNodeFiles(String, String) - Method in class com.azure.compute.batch.BatchClient
Lists all of the files in Task directories on the specified Compute Node.
listNodeFiles(String, String, ListBatchNodeFilesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the files in Task directories on the specified Compute Node.
listNodeFiles(String, String, ListBatchNodeFilesOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the files in Task directories on the specified Compute Node.
listNodeFiles(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the files in Task directories on the specified Compute Node.
listNodeFiles(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the files in Task directories on the specified Compute Node.
listNodes(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Compute Nodes in the specified Pool.
listNodes(String) - Method in class com.azure.compute.batch.BatchClient
Lists the Compute Nodes in the specified Pool.
listNodes(String, ListBatchNodesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Compute Nodes in the specified Pool.
listNodes(String, ListBatchNodesOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the Compute Nodes in the specified Pool.
listNodes(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the Compute Nodes in the specified Pool.
listNodes(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the Compute Nodes in the specified Pool.
listPoolNodeCounts() - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts() - Method in class com.azure.compute.batch.BatchClient
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts(ListBatchPoolNodeCountsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts(ListBatchPoolNodeCountsOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets the number of Compute Nodes in each state, grouped by Pool.
listPools() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Pools which be mounted.
listPools() - Method in class com.azure.compute.batch.BatchClient
Lists all of the Pools which be mounted.
listPools(ListBatchPoolsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Pools which be mounted.
listPools(ListBatchPoolsOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Pools which be mounted.
listPools(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Pools which be mounted.
listPools(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Pools which be mounted.
listPoolUsageMetrics() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listPoolUsageMetrics() - Method in class com.azure.compute.batch.BatchClient
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listPoolUsageMetrics(ListBatchPoolUsageMetricsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listPoolUsageMetrics(ListBatchPoolUsageMetricsOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listPoolUsageMetrics(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listPoolUsageMetrics(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listSubTasks(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubTasks(String, String) - Method in class com.azure.compute.batch.BatchClient
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubTasks(String, String, ListBatchSubTasksOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubTasks(String, String, ListBatchSubTasksOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubTasks(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubTasks(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the subtasks that are associated with the specified multi-instance Task.
ListSupportedBatchImagesOptions - Class in com.azure.compute.batch.models
Optional parameters for List Supported Images operation.
ListSupportedBatchImagesOptions() - Constructor for class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Creates an instance of ListSupportedBatchImagesOptions class.
listSupportedImages() - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages() - Method in class com.azure.compute.batch.BatchClient
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages(ListSupportedBatchImagesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages(ListSupportedBatchImagesOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages(RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages(RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all Virtual Machine Images supported by the Azure Batch service.
listTaskFiles(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the files in a Task's directory on its Compute Node.
listTaskFiles(String, String) - Method in class com.azure.compute.batch.BatchClient
Lists the files in a Task's directory on its Compute Node.
listTaskFiles(String, String, ListBatchTaskFilesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the files in a Task's directory on its Compute Node.
listTaskFiles(String, String, ListBatchTaskFilesOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the files in a Task's directory on its Compute Node.
listTaskFiles(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists the files in a Task's directory on its Compute Node.
listTaskFiles(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists the files in a Task's directory on its Compute Node.
listTasks(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Tasks that are associated with the specified Job.
listTasks(String) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Tasks that are associated with the specified Job.
listTasks(String, ListBatchTasksOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Tasks that are associated with the specified Job.
listTasks(String, ListBatchTasksOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Tasks that are associated with the specified Job.
listTasks(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Lists all of the Tasks that are associated with the specified Job.
listTasks(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Lists all of the Tasks that are associated with the specified Job.
LOCAL_MACHINE - Static variable in class com.azure.compute.batch.models.BatchCertificateStoreLocation
Certificates should be installed to the LocalMachine Certificate store.
LoginMode - Class in com.azure.compute.batch.models
LoginMode enums.
LoginMode() - Constructor for class com.azure.compute.batch.models.LoginMode
Deprecated.
Use the LoginMode.fromString(String) factory method.

M

ManagedDisk - Class in com.azure.compute.batch.models
The managed disk parameters.
ManagedDisk() - Constructor for class com.azure.compute.batch.models.ManagedDisk
Creates an instance of ManagedDisk class.
MANUAL - Static variable in class com.azure.compute.batch.models.UpgradeMode
You control the application of updates to virtual machines in the scale set.
MetadataItem - Class in com.azure.compute.batch.models
The Batch service does not assign any meaning to this metadata; it is solely for the use of user code.
MetadataItem(String, String) - Constructor for class com.azure.compute.batch.models.MetadataItem
Creates an instance of MetadataItem class.
MountConfiguration - Class in com.azure.compute.batch.models
The file system to mount on each node.
MountConfiguration() - Constructor for class com.azure.compute.batch.models.MountConfiguration
Creates an instance of MountConfiguration class.
MultiInstanceSettings - Class in com.azure.compute.batch.models
Multi-instance Tasks are commonly used to support MPI Tasks.
MultiInstanceSettings(String) - Constructor for class com.azure.compute.batch.models.MultiInstanceSettings
Creates an instance of MultiInstanceSettings class.

N

NameValuePair - Class in com.azure.compute.batch.models
Represents a name-value pair.
NetworkConfiguration - Class in com.azure.compute.batch.models
The network configuration for a Pool.
NetworkConfiguration() - Constructor for class com.azure.compute.batch.models.NetworkConfiguration
Creates an instance of NetworkConfiguration class.
NetworkSecurityGroupRule - Class in com.azure.compute.batch.models
A network security group rule to apply to an inbound endpoint.
NetworkSecurityGroupRule(int, NetworkSecurityGroupRuleAccess, String) - Constructor for class com.azure.compute.batch.models.NetworkSecurityGroupRule
Creates an instance of NetworkSecurityGroupRule class.
NetworkSecurityGroupRuleAccess - Class in com.azure.compute.batch.models
NetworkSecurityGroupRuleAccess enums.
NetworkSecurityGroupRuleAccess() - Constructor for class com.azure.compute.batch.models.NetworkSecurityGroupRuleAccess
Deprecated.
Next steps - Search tag in Overview
Section
NfsMountConfiguration - Class in com.azure.compute.batch.models
Information used to connect to an NFS file system.
NfsMountConfiguration(String, String) - Constructor for class com.azure.compute.batch.models.NfsMountConfiguration
Creates an instance of NfsMountConfiguration class.
NO_ACTION - Static variable in class com.azure.compute.batch.models.OnAllBatchTasksComplete
Do nothing.
NO_ACTION - Static variable in class com.azure.compute.batch.models.OnBatchTaskFailure
Do nothing.
NO_PUBLIC_IP_ADDRESSES - Static variable in class com.azure.compute.batch.models.IpAddressProvisioningType
No public IP Address will be created.
NON_ADMIN - Static variable in class com.azure.compute.batch.models.ElevationLevel
The user is a standard user without elevated access.
NON_PERSISTED_TPM - Static variable in class com.azure.compute.batch.models.SecurityEncryptionTypes
NonPersistedTPM.
NONE - Static variable in class com.azure.compute.batch.models.BatchJobAction
Take no action.
NONE - Static variable in class com.azure.compute.batch.models.BatchPoolIdentityType
Batch pool has no identity associated with it.
NONE - Static variable in class com.azure.compute.batch.models.CachingType
The caching mode for the disk is not enabled.
NONE - Static variable in class com.azure.compute.batch.models.DynamicVNetAssignmentScope
No dynamic VNet assignment is enabled.

O

OFFLINE - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is not currently running a Task, and scheduling of new Tasks to the Compute Node is disabled.
OnAllBatchTasksComplete - Class in com.azure.compute.batch.models
The action the Batch service should take when all Tasks in the Job are in the completed state.
OnAllBatchTasksComplete() - Constructor for class com.azure.compute.batch.models.OnAllBatchTasksComplete
Deprecated.
OnBatchTaskFailure - Class in com.azure.compute.batch.models
OnTaskFailure enums.
OnBatchTaskFailure() - Constructor for class com.azure.compute.batch.models.OnBatchTaskFailure
Deprecated.
OS_DISK - Static variable in class com.azure.compute.batch.models.DiskEncryptionTarget
The OS Disk on the compute node is encrypted.
OSDisk - Class in com.azure.compute.batch.models
Settings for the operating system disk of the compute node (VM).
OSDisk() - Constructor for class com.azure.compute.batch.models.OSDisk
Creates an instance of OSDisk class.
OSType - Class in com.azure.compute.batch.models
OSType enums.
OSType() - Constructor for class com.azure.compute.batch.models.OSType
Deprecated.
Use the OSType.fromString(String) factory method.
OutputFile - Class in com.azure.compute.batch.models
On every file uploads, Batch service writes two log files to the compute node, 'fileuploadout.txt' and 'fileuploaderr.txt'.
OutputFile(String, OutputFileDestination, OutputFileUploadConfig) - Constructor for class com.azure.compute.batch.models.OutputFile
Creates an instance of OutputFile class.
OutputFileBlobContainerDestination - Class in com.azure.compute.batch.models
Specifies a file upload destination within an Azure blob storage container.
OutputFileBlobContainerDestination(String) - Constructor for class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Creates an instance of OutputFileBlobContainerDestination class.
OutputFileDestination - Class in com.azure.compute.batch.models
The destination to which a file should be uploaded.
OutputFileDestination() - Constructor for class com.azure.compute.batch.models.OutputFileDestination
Creates an instance of OutputFileDestination class.
OutputFileUploadCondition - Class in com.azure.compute.batch.models
OutputFileUploadCondition enums.
OutputFileUploadCondition() - Constructor for class com.azure.compute.batch.models.OutputFileUploadCondition
Deprecated.
OutputFileUploadConfig - Class in com.azure.compute.batch.models
Options for an output file upload operation, including under what conditions to perform the upload.
OutputFileUploadConfig(OutputFileUploadCondition) - Constructor for class com.azure.compute.batch.models.OutputFileUploadConfig
Creates an instance of OutputFileUploadConfig class.

P

PACK - Static variable in class com.azure.compute.batch.models.BatchNodeFillType
As many Tasks as possible (taskSlotsPerNode) should be assigned to each Compute Node in the Pool before any Tasks are assigned to the next Compute Node in the Pool.
pendingTaskList() - Method in exception class com.azure.compute.batch.models.CreateTasksErrorException
Gets the list of BatchTask instances containing the tasks that were not added, but for which the operation can be retried.
PERFORM_EXIT_OPTIONS_JOB_ACTION - Static variable in class com.azure.compute.batch.models.OnBatchTaskFailure
Terminate the Job.
PFX - Static variable in class com.azure.compute.batch.models.BatchCertificateFormat
The Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain.
pipeline(HttpPipeline) - Method in class com.azure.compute.batch.BatchClientBuilder
.
POOL - Static variable in class com.azure.compute.batch.models.AutoUserScope
Specifies that the Task runs as the common auto user Account which is created on every Compute Node in a Pool.
poolExists(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets basic properties of a Pool.
poolExists(String) - Method in class com.azure.compute.batch.BatchClient
Gets basic properties of a Pool.
poolExists(String, BatchPoolExistsOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets basic properties of a Pool.
poolExists(String, BatchPoolExistsOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Gets basic properties of a Pool.
poolExistsWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Gets basic properties of a Pool.
poolExistsWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Gets basic properties of a Pool.
PREEMPTED - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Spot/Low-priority Compute Node has been preempted.
PREMIUM_LRS - Static variable in class com.azure.compute.batch.models.StorageAccountType
The data disk should use premium locally redundant storage.
PREPARING - Static variable in class com.azure.compute.batch.models.BatchSubtaskState
The Task has been assigned to a Compute Node, but is waiting for a required Job Preparation Task to complete on the Compute Node.
PREPARING - Static variable in class com.azure.compute.batch.models.BatchTaskState
The Task has been assigned to a Compute Node, but is waiting for a required Job Preparation Task to complete on the Compute Node.
Prerequisites - Search tag in Overview
Section
PublicIpAddressConfiguration - Class in com.azure.compute.batch.models
The public IP Address configuration of the networking configuration of a Pool.
PublicIpAddressConfiguration() - Constructor for class com.azure.compute.batch.models.PublicIpAddressConfiguration
Creates an instance of PublicIpAddressConfiguration class.

R

ReactivateBatchTaskOptions - Class in com.azure.compute.batch.models
Optional parameters for Reactivate Task operation.
ReactivateBatchTaskOptions() - Constructor for class com.azure.compute.batch.models.ReactivateBatchTaskOptions
Creates an instance of ReactivateBatchTaskOptions class.
reactivateTask(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateTask(String, String) - Method in class com.azure.compute.batch.BatchClient
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateTask(String, String, ReactivateBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateTask(String, String, ReactivateBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
READ_ONLY - Static variable in class com.azure.compute.batch.models.CachingType
The caching mode for the disk is read only.
READ_WRITE - Static variable in class com.azure.compute.batch.models.CachingType
The caching mode for the disk is read and write.
RebootBatchNodeOptions - Class in com.azure.compute.batch.models
Optional parameters for Reboot Node operation.
RebootBatchNodeOptions() - Constructor for class com.azure.compute.batch.models.RebootBatchNodeOptions
Creates an instance of RebootBatchNodeOptions class.
REBOOTING - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is rebooting.
rebootNode(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Restarts the specified Compute Node.
rebootNode(String, String) - Method in class com.azure.compute.batch.BatchClient
Restarts the specified Compute Node.
rebootNode(String, String, RebootBatchNodeOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Restarts the specified Compute Node.
rebootNode(String, String, RebootBatchNodeOptions) - Method in class com.azure.compute.batch.BatchClient
Restarts the specified Compute Node.
rebootNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Restarts the specified Compute Node.
rebootNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Restarts the specified Compute Node.
RecentBatchJob - Class in com.azure.compute.batch.models
Information about the most recent Job to run under the Job Schedule.
REGIONAL - Static variable in class com.azure.compute.batch.models.BatchNodePlacementPolicyType
All nodes in the pool will be allocated in the same region.
ReimageBatchNodeOptions - Class in com.azure.compute.batch.models
Optional parameters for Reimage Node operation.
ReimageBatchNodeOptions() - Constructor for class com.azure.compute.batch.models.ReimageBatchNodeOptions
Creates an instance of ReimageBatchNodeOptions class.
reimageNode(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Reinstalls the operating system on the specified Compute Node.
reimageNode(String, String) - Method in class com.azure.compute.batch.BatchClient
Reinstalls the operating system on the specified Compute Node.
reimageNode(String, String, ReimageBatchNodeOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Reinstalls the operating system on the specified Compute Node.
reimageNode(String, String, ReimageBatchNodeOptions) - Method in class com.azure.compute.batch.BatchClient
Reinstalls the operating system on the specified Compute Node.
reimageNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Reinstalls the operating system on the specified Compute Node.
reimageNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Reinstalls the operating system on the specified Compute Node.
REIMAGING - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is reimaging.
REMOTE_USER - Static variable in class com.azure.compute.batch.models.BatchCertificateVisibility
The Certificate should be visible to the user accounts under which users remotely access the Compute Node.
RemoveBatchNodesOptions - Class in com.azure.compute.batch.models
Optional parameters for Remove Nodes operation.
RemoveBatchNodesOptions() - Constructor for class com.azure.compute.batch.models.RemoveBatchNodesOptions
Creates an instance of RemoveBatchNodesOptions class.
removeNodes(String, BatchNodeRemoveContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Removes Compute Nodes from the specified Pool.
removeNodes(String, BatchNodeRemoveContent) - Method in class com.azure.compute.batch.BatchClient
Removes Compute Nodes from the specified Pool.
removeNodes(String, BatchNodeRemoveContent, RemoveBatchNodesOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Removes Compute Nodes from the specified Pool.
removeNodes(String, BatchNodeRemoveContent, RemoveBatchNodesOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Removes Compute Nodes from the specified Pool.
removeNodesWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Removes Compute Nodes from the specified Pool.
removeNodesWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Removes Compute Nodes from the specified Pool.
ReplaceBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Replace Job operation.
ReplaceBatchJobOptions() - Constructor for class com.azure.compute.batch.models.ReplaceBatchJobOptions
Creates an instance of ReplaceBatchJobOptions class.
ReplaceBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Replace Job Schedule operation.
ReplaceBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.ReplaceBatchJobScheduleOptions
Creates an instance of ReplaceBatchJobScheduleOptions class.
ReplaceBatchNodeUserOptions - Class in com.azure.compute.batch.models
Optional parameters for Replace Node User operation.
ReplaceBatchNodeUserOptions() - Constructor for class com.azure.compute.batch.models.ReplaceBatchNodeUserOptions
Creates an instance of ReplaceBatchNodeUserOptions class.
ReplaceBatchPoolPropertiesOptions - Class in com.azure.compute.batch.models
Optional parameters for Replace Pool Properties operation.
ReplaceBatchPoolPropertiesOptions() - Constructor for class com.azure.compute.batch.models.ReplaceBatchPoolPropertiesOptions
Creates an instance of ReplaceBatchPoolPropertiesOptions class.
ReplaceBatchTaskOptions - Class in com.azure.compute.batch.models
Optional parameters for Replace Task operation.
ReplaceBatchTaskOptions() - Constructor for class com.azure.compute.batch.models.ReplaceBatchTaskOptions
Creates an instance of ReplaceBatchTaskOptions class.
replaceJob(String, BatchJob) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job.
replaceJob(String, BatchJob) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job.
replaceJob(String, BatchJob, ReplaceBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job.
replaceJob(String, BatchJob, ReplaceBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job.
replaceJobSchedule(String, BatchJobSchedule) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job Schedule.
replaceJobSchedule(String, BatchJobSchedule) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job Schedule.
replaceJobSchedule(String, BatchJobSchedule, ReplaceBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job Schedule.
replaceJobSchedule(String, BatchJobSchedule, ReplaceBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job Schedule.
replaceJobScheduleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job Schedule.
replaceJobScheduleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job Schedule.
replaceJobWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job.
replaceJobWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job.
replaceNodeUser(String, String, String, BatchNodeUserUpdateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the password and expiration time of a user Account on the specified Compute Node.
replaceNodeUser(String, String, String, BatchNodeUserUpdateContent) - Method in class com.azure.compute.batch.BatchClient
Updates the password and expiration time of a user Account on the specified Compute Node.
replaceNodeUser(String, String, String, BatchNodeUserUpdateContent, ReplaceBatchNodeUserOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the password and expiration time of a user Account on the specified Compute Node.
replaceNodeUser(String, String, String, BatchNodeUserUpdateContent, ReplaceBatchNodeUserOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the password and expiration time of a user Account on the specified Compute Node.
replaceNodeUserWithResponse(String, String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the password and expiration time of a user Account on the specified Compute Node.
replaceNodeUserWithResponse(String, String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the password and expiration time of a user Account on the specified Compute Node.
replacePoolProperties(String, BatchPoolReplaceContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Pool.
replacePoolProperties(String, BatchPoolReplaceContent) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Pool.
replacePoolProperties(String, BatchPoolReplaceContent, ReplaceBatchPoolPropertiesOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Pool.
replacePoolProperties(String, BatchPoolReplaceContent, ReplaceBatchPoolPropertiesOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Pool.
replacePoolPropertiesWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Pool.
replacePoolPropertiesWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Pool.
replaceTask(String, String, BatchTask) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Task.
replaceTask(String, String, BatchTask) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Task.
replaceTask(String, String, BatchTask, ReplaceBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Task.
replaceTask(String, String, BatchTask, ReplaceBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Task.
replaceTaskWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Task.
replaceTaskWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Task.
REQUEUE - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocateOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocationOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - Static variable in class com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - Static variable in class com.azure.compute.batch.models.BatchNodeRebootOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - Static variable in class com.azure.compute.batch.models.BatchNodeReimageOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - Static variable in class com.azure.compute.batch.models.DisableBatchJobOption
Terminate running Tasks and requeue them.
ResizeBatchPoolOptions - Class in com.azure.compute.batch.models
Optional parameters for Resize Pool operation.
ResizeBatchPoolOptions() - Constructor for class com.azure.compute.batch.models.ResizeBatchPoolOptions
Creates an instance of ResizeBatchPoolOptions class.
ResizeError - Class in com.azure.compute.batch.models
An error that occurred when resizing a Pool.
resizePool(String, BatchPoolResizeContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Changes the number of Compute Nodes that are assigned to a Pool.
resizePool(String, BatchPoolResizeContent) - Method in class com.azure.compute.batch.BatchClient
Changes the number of Compute Nodes that are assigned to a Pool.
resizePool(String, BatchPoolResizeContent, ResizeBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Changes the number of Compute Nodes that are assigned to a Pool.
resizePool(String, BatchPoolResizeContent, ResizeBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Changes the number of Compute Nodes that are assigned to a Pool.
resizePoolWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Changes the number of Compute Nodes that are assigned to a Pool.
resizePoolWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Changes the number of Compute Nodes that are assigned to a Pool.
RESIZING - Static variable in class com.azure.compute.batch.models.AllocationState
The Pool is resizing; that is, Compute Nodes are being added to or removed from the Pool.
ResourceFile - Class in com.azure.compute.batch.models
A single file or multiple files to be downloaded to a Compute Node.
ResourceFile() - Constructor for class com.azure.compute.batch.models.ResourceFile
Creates an instance of ResourceFile class.
RETAINED_DATA - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocateOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
RETAINED_DATA - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocationOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
RETAINED_DATA - Static variable in class com.azure.compute.batch.models.BatchNodeRebootOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
RETAINED_DATA - Static variable in class com.azure.compute.batch.models.BatchNodeReimageOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
retryOptions(RetryOptions) - Method in class com.azure.compute.batch.BatchClientBuilder
.
retryPolicy(RetryPolicy) - Method in class com.azure.compute.batch.BatchClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
ROLLING - Static variable in class com.azure.compute.batch.models.UpgradeMode
The existing instances in a scale set are brought down in batches to be upgraded.
RollingUpgradePolicy - Class in com.azure.compute.batch.models
The configuration parameters used while performing a rolling upgrade.
RollingUpgradePolicy() - Constructor for class com.azure.compute.batch.models.RollingUpgradePolicy
Creates an instance of RollingUpgradePolicy class.
RUNNING - Static variable in class com.azure.compute.batch.models.BatchJobPreparationTaskState
The Task is currently running (including retrying).
RUNNING - Static variable in class com.azure.compute.batch.models.BatchJobReleaseTaskState
The Task is currently running (including retrying).
RUNNING - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is running one or more Tasks (other than a StartTask).
RUNNING - Static variable in class com.azure.compute.batch.models.BatchStartTaskState
The StartTask is currently running.
RUNNING - Static variable in class com.azure.compute.batch.models.BatchSubtaskState
The Task is running on a Compute Node.
RUNNING - Static variable in class com.azure.compute.batch.models.BatchTaskState
The Task is running on a Compute Node.

S

Sample Code - Search tag in Overview
Section
SATISFY - Static variable in class com.azure.compute.batch.models.DependencyAction
Satisfy tasks waiting on this task; once all dependencies are satisfied, the task will be scheduled to run.
SchedulingState - Class in com.azure.compute.batch.models
SchedulingState enums.
SchedulingState() - Constructor for class com.azure.compute.batch.models.SchedulingState
Deprecated.
Use the SchedulingState.fromString(String) factory method.
SecurityEncryptionTypes - Class in com.azure.compute.batch.models
SecurityEncryptionTypes enums.
SecurityEncryptionTypes() - Constructor for class com.azure.compute.batch.models.SecurityEncryptionTypes
Deprecated.
SecurityProfile - Class in com.azure.compute.batch.models
Specifies the security profile settings for the virtual machine or virtual machine scale set.
SecurityProfile(boolean, SecurityTypes, UefiSettings) - Constructor for class com.azure.compute.batch.models.SecurityProfile
Creates an instance of SecurityProfile class.
SecurityTypes - Class in com.azure.compute.batch.models
Specifies the SecurityType of the virtual machine.
SecurityTypes() - Constructor for class com.azure.compute.batch.models.SecurityTypes
Deprecated.
Use the SecurityTypes.fromString(String) factory method.
SERVER_ERROR - Static variable in class com.azure.compute.batch.models.BatchTaskAddStatus
Task failed to add due to a server error and can be retried without modification.
SERVER_ERROR - Static variable in class com.azure.compute.batch.models.ErrorCategory
The error is due to an internal server issue.
ServiceArtifactReference - Class in com.azure.compute.batch.models
Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.
ServiceArtifactReference(String) - Constructor for class com.azure.compute.batch.models.ServiceArtifactReference
Creates an instance of ServiceArtifactReference class.
serviceVersion(BatchServiceVersion) - Method in class com.azure.compute.batch.BatchClientBuilder
Sets Service version.
setAccess(List<AccessScope>) - Method in class com.azure.compute.batch.models.AuthenticationTokenSettings
Set the access property: The Batch resources to which the token grants access.
setAccountKey(String) - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Set the accountKey property: The Azure Storage Account key.
setAffinityInfo(AffinityInfo) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the affinityInfo property: A locality hint that can be used by the Batch service to select a Compute Node on which to start the new Task.
setAllowLowPriorityNode(Boolean) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the allowLowPriorityNode property: Whether the Job Manager Task may run on a Spot/Low-priority Compute Node.
setAllowTaskPreemption(Boolean) - Method in class com.azure.compute.batch.models.BatchJob
Set the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
setAllowTaskPreemption(Boolean) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
setAllowTaskPreemption(Boolean) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
setAllowTaskPreemption(Boolean) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.
setApplicationPackageReferences(List<BatchApplicationPackageReference>) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the applicationPackageReferences property: A list of Application Packages that the Batch service will deploy to the Compute Node before running the command line.Application Packages are downloaded and deployed to a shared directory, not the Task working directory.
setApplicationPackageReferences(List<BatchApplicationPackageReference>) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.
setApplicationPackageReferences(List<BatchApplicationPackageReference>) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.
setApplicationPackageReferences(List<BatchApplicationPackageReference>) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the applicationPackageReferences property: A list of Packages to be installed on each Compute Node in the Pool.
setApplicationPackageReferences(List<BatchApplicationPackageReference>) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the applicationPackageReferences property: A list of Packages that the Batch service will deploy to the Compute Node before running the command line.
setAuthenticationTokenSettings(AuthenticationTokenSettings) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.
setAuthenticationTokenSettings(AuthenticationTokenSettings) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.
setAutomaticOsUpgradePolicy(AutomaticOsUpgradePolicy) - Method in class com.azure.compute.batch.models.UpgradePolicy
Set the automaticOsUpgradePolicy property: Configuration parameters used for performing automatic OS Upgrade.
setAutoPoolIdPrefix(String) - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Set the autoPoolIdPrefix property: A prefix to be added to the unique identifier when a Pool is automatically created.
setAutoPoolSpecification(BatchAutoPoolSpecification) - Method in class com.azure.compute.batch.models.BatchPoolInfo
Set the autoPoolSpecification property: Characteristics for a temporary 'auto pool'.
setAutoScaleEvaluationInterval(Duration) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
setAutoScaleEvaluationInterval(Duration) - Method in class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Set the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
setAutoScaleEvaluationInterval(Duration) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.
setAutoScaleFormula(String) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the autoScaleFormula property: A formula for the desired number of Compute Nodes in the Pool.
setAutoScaleFormula(String) - Method in class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Set the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool.
setAutoScaleFormula(String) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool.
setAutoStorageContainerName(String) - Method in class com.azure.compute.batch.models.ResourceFile
Set the autoStorageContainerName property: The storage container name in the auto storage Account.
setAutoUpgradeMinorVersion(Boolean) - Method in class com.azure.compute.batch.models.VMExtension
Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.
setAutoUser(AutoUserSpecification) - Method in class com.azure.compute.batch.models.UserIdentity
Set the autoUser property: The auto user under which the Task is run.
setAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration) - Method in class com.azure.compute.batch.models.MountConfiguration
Set the azureBlobFileSystemConfiguration property: The Azure Storage Container to mount using blob FUSE on each node.
setAzureFileShareConfiguration(AzureFileShareConfiguration) - Method in class com.azure.compute.batch.models.MountConfiguration
Set the azureFileShareConfiguration property: The Azure File Share to mount on each node.
setBlobfuseOptions(String) - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Set the blobfuseOptions property: Additional command line options to pass to the mount command.
setBlobPrefix(String) - Method in class com.azure.compute.batch.models.ResourceFile
Set the blobPrefix property: The blob prefix to use when downloading blobs from an Azure Storage container.
setCaching(CachingType) - Method in class com.azure.compute.batch.models.DataDisk
Set the caching property: The type of caching to be enabled for the data disks.
setCaching(CachingType) - Method in class com.azure.compute.batch.models.OSDisk
Set the caching property: Specifies the caching requirements.
setCertificateFormat(BatchCertificateFormat) - Method in class com.azure.compute.batch.models.BatchCertificate
Set the certificateFormat property: The format of the Certificate data.
setCertificateReferences(List<BatchCertificateReference>) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
setCertificateReferences(List<BatchCertificateReference>) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
setCertificateReferences(List<BatchCertificateReference>) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the certificateReferences property: If this element is present, it replaces any existing Certificate references configured on the Pool.
setCifsMountConfiguration(CifsMountConfiguration) - Method in class com.azure.compute.batch.models.MountConfiguration
Set the cifsMountConfiguration property: The CIFS/SMB file system to mount on each node.
setCommonEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the commonEnvironmentSettings property: The list of common environment variable settings.
setCommonEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the commonEnvironmentSettings property: A list of common environment variable settings.
setCommonResourceFiles(List<ResourceFile>) - Method in class com.azure.compute.batch.models.MultiInstanceSettings
Set the commonResourceFiles property: A list of files that the Batch service will download before running the coordination command line.
setCommunityGalleryImageId(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the communityGalleryImageId property: The community gallery image unique identifier.
setConstraints(BatchJobConstraints) - Method in class com.azure.compute.batch.models.BatchJob
Set the constraints property: The execution constraints for the Job.
setConstraints(BatchJobConstraints) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the constraints property: The execution constraints for the Job.
setConstraints(BatchJobConstraints) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the constraints property: The execution constraints for Jobs created under this schedule.
setConstraints(BatchJobConstraints) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the constraints property: The execution constraints for the Job.
setConstraints(BatchTaskConstraints) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the constraints property: Constraints that apply to the Job Manager Task.
setConstraints(BatchTaskConstraints) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the constraints property: Constraints that apply to the Job Preparation Task.
setConstraints(BatchTaskConstraints) - Method in class com.azure.compute.batch.models.BatchTask
Set the constraints property: The execution constraints that apply to this Task.
setConstraints(BatchTaskConstraints) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the constraints property: The execution constraints that apply to this Task.
setContainer(OutputFileBlobContainerDestination) - Method in class com.azure.compute.batch.models.OutputFileDestination
Set the container property: A location in Azure blob storage to which files are uploaded.
setContainerConfiguration(ContainerConfiguration) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the containerConfiguration property: The container configuration for the Pool.
setContainerHostBatchBindMounts(List<ContainerHostBatchBindMountEntry>) - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Set the containerHostBatchBindMounts property: The paths you want to mounted to container task.
setContainerImageNames(List<String>) - Method in class com.azure.compute.batch.models.ContainerConfiguration
Set the containerImageNames property: The collection of container Image names.
setContainerRegistries(List<ContainerRegistryReference>) - Method in class com.azure.compute.batch.models.ContainerConfiguration
Set the containerRegistries property: Additional private registries from which containers can be pulled.
setContainerRunOptions(String) - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Set the containerRunOptions property: Additional options to the container create command.
setContainerSettings(BatchTaskContainerSettings) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the containerSettings property: The settings for the container under which the Job Manager Task runs.
setContainerSettings(BatchTaskContainerSettings) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the containerSettings property: The settings for the container under which the Job Preparation Task runs.
setContainerSettings(BatchTaskContainerSettings) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the containerSettings property: The settings for the container under which the Job Release Task runs.
setContainerSettings(BatchTaskContainerSettings) - Method in class com.azure.compute.batch.models.BatchStartTask
Set the containerSettings property: The settings for the container under which the StartTask runs.
setContainerSettings(BatchTaskContainerSettings) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the containerSettings property: The settings for the container under which the Task runs.
setDataDisks(List<DataDisk>) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the dataDisks property: The configuration for data disks attached to the Compute Nodes in the Pool.
setDefaultProperty(ExitOptions) - Method in class com.azure.compute.batch.models.ExitConditions
Set the defaultProperty property: How the Batch service should respond if the Task fails with an exit condition not covered by any of the other properties.
setDependencyAction(DependencyAction) - Method in class com.azure.compute.batch.models.ExitOptions
Set the dependencyAction property: An action that the Batch service performs on Tasks that depend on this Task.
setDependsOn(BatchTaskDependencies) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the dependsOn property: The Tasks that this Task depends on.
setDisableAutomaticRollback(Boolean) - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Set the disableAutomaticRollback property: Whether OS image rollback feature should be disabled.
setDiskEncryptionConfiguration(DiskEncryptionConfiguration) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the diskEncryptionConfiguration property: The disk encryption configuration for the pool.
setDiskSizeGB(Integer) - Method in class com.azure.compute.batch.models.OSDisk
Set the diskSizeGB property: The initial disk size in GB when creating new OS disk.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the displayName property: The display name for the Job.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the displayName property: The display name of the Job Manager Task.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Set the displayName property: The display name for the schedule.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the displayName property: The display name for Jobs created under this schedule.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the displayName property: The display name for the Pool.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the displayName property: The display name for the Pool.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the displayName property: The display name for the Pool.
setDisplayName(String) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the displayName property: A display name for the Task.
setDoNotRunAfter(OffsetDateTime) - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Set the doNotRunAfter property: A time after which no Job will be created under this Job Schedule.
setDoNotRunUntil(OffsetDateTime) - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Set the doNotRunUntil property: The earliest time at which any Job may be created under this Job Schedule.
setDynamicVNetAssignmentScope(DynamicVNetAssignmentScope) - Method in class com.azure.compute.batch.models.NetworkConfiguration
Set the dynamicVNetAssignmentScope property: The scope of dynamic vnet assignment.
setElevationLevel(ElevationLevel) - Method in class com.azure.compute.batch.models.AutoUserSpecification
Set the elevationLevel property: The elevation level of the auto user.
setElevationLevel(ElevationLevel) - Method in class com.azure.compute.batch.models.UserAccount
Set the elevationLevel property: The elevation level of the user Account.
setEnableAcceleratedNetworking(Boolean) - Method in class com.azure.compute.batch.models.NetworkConfiguration
Set the enableAcceleratedNetworking property: Whether this pool should enable accelerated networking.
setEnableAutomaticOsUpgrade(Boolean) - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Set the enableAutomaticOsUpgrade property: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available.
setEnableAutomaticUpdates(Boolean) - Method in class com.azure.compute.batch.models.WindowsConfiguration
Set the enableAutomaticUpdates property: Whether automatic updates are enabled on the virtual machine.
setEnableAutomaticUpgrade(Boolean) - Method in class com.azure.compute.batch.models.VMExtension
Set the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
setEnableAutoScale(Boolean) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the enableAutoScale property: Whether the Pool size should automatically adjust over time.
setEnableAutoScale(Boolean) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the enableAutoScale property: Whether the Pool size should automatically adjust over time.
setEnableCrossZoneUpgrade(Boolean) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the enableCrossZoneUpgrade property: Allow VMSS to ignore AZ boundaries when constructing upgrade batches.
setEnableInterNodeCommunication(Boolean) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
setEnableInterNodeCommunication(Boolean) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
setEnableInterNodeCommunication(Boolean) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the enableInterNodeCommunication property: Whether the Pool permits direct communication between Compute Nodes.
setEndpointConfiguration(BatchPoolEndpointConfiguration) - Method in class com.azure.compute.batch.models.NetworkConfiguration
Set the endpointConfiguration property: The configuration for endpoints on Compute Nodes in the Batch Pool.
setEndtime(OffsetDateTime) - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Set the endtime property: The latest time from which to include metrics.
setEndTime(OffsetDateTime) - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Set the endTime property: The end of the time range from which to upload Batch Service log file(s).
setEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the environmentSettings property: A list of environment variable settings for the Job Manager Task.
setEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the environmentSettings property: A list of environment variable settings for the Job Preparation Task.
setEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the environmentSettings property: A list of environment variable settings for the Job Release Task.
setEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchStartTask
Set the environmentSettings property: A list of environment variable settings for the StartTask.
setEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the environmentSettings property: A list of environment variable settings for the Task.
setEphemeralOSDiskSettings(DiffDiskSettings) - Method in class com.azure.compute.batch.models.OSDisk
Set the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).
setExitCodeRanges(List<ExitCodeRangeMapping>) - Method in class com.azure.compute.batch.models.ExitConditions
Set the exitCodeRanges property: A list of Task exit code ranges and how the Batch service should respond to them.
setExitCodes(List<ExitCodeMapping>) - Method in class com.azure.compute.batch.models.ExitConditions
Set the exitCodes property: A list of individual Task exit codes and how the Batch service should respond to them.
setExitConditions(ExitConditions) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the exitConditions property: How the Batch service should respond when the Task completes.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.GetBatchJobOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.GetBatchPoolOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.GetBatchTaskOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Set the expand property: An OData $expand clause.
setExpand(List<String>) - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Set the expand property: An OData $expand clause.
setExpiryTime(OffsetDateTime) - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Set the expiryTime property: The time at which the Account should expire.
setExpiryTime(OffsetDateTime) - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Set the expiryTime property: The time at which the Account should expire.
setExtensions(List<VMExtension>) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the extensions property: The virtual machine extension for the pool.
setFileMode(String) - Method in class com.azure.compute.batch.models.ResourceFile
Set the fileMode property: The file permission mode attribute in octal format.
setFilePath(String) - Method in class com.azure.compute.batch.models.ResourceFile
Set the filePath property: The location on the Compute Node to which to download the file(s), relative to the Task's working directory.
setFileUploadError(ExitOptions) - Method in class com.azure.compute.batch.models.ExitConditions
Set the fileUploadError property: How the Batch service should respond if a file upload error occurs.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Set the filter property: An OData $filter clause.
setFilter(String) - Method in class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Set the filter property: An OData $filter clause.
setForce(Boolean) - Method in class com.azure.compute.batch.models.DeleteBatchJobOptions
Set the force property: If true, the server will delete the Job even if the corresponding nodes have not fully processed the deletion.
setForce(Boolean) - Method in class com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Set the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion.
setForce(Boolean) - Method in class com.azure.compute.batch.models.TerminateBatchJobOptions
Set the force property: If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination.
setForce(Boolean) - Method in class com.azure.compute.batch.models.TerminateBatchJobScheduleOptions
Set the force property: If true, the server will terminate the JobSchedule even if the corresponding nodes have not fully processed the termination.
setGid(Integer) - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
Set the gid property: The group ID for the user Account.
setHttpUrl(String) - Method in class com.azure.compute.batch.models.ResourceFile
Set the httpUrl property: The URL of the file to download.
setId(String) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the id property: A string that uniquely identifies the Job Preparation Task within the Job.
setId(String) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the id property: A string that uniquely identifies the Job Release Task within the Job.
setIdentityReference(BatchNodeIdentityReference) - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Set the identityReference property: The reference to the user assigned identity to use to access containerName.
setIdentityReference(BatchNodeIdentityReference) - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Set the identityReference property: The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.
setIdentityReference(BatchNodeIdentityReference) - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.
setIdentityReference(BatchNodeIdentityReference) - Method in class com.azure.compute.batch.models.ResourceFile
Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl.
setIdentityReference(BatchNodeIdentityReference) - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Set the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Set the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Set the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Set the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Set the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Set the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Set the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Set the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.
setIpAddressIds(List<String>) - Method in class com.azure.compute.batch.models.PublicIpAddressConfiguration
Set the ipAddressIds property: The list of public IPs which the Batch service will use when provisioning Compute Nodes.
setIpAddressProvisioningType(IpAddressProvisioningType) - Method in class com.azure.compute.batch.models.PublicIpAddressConfiguration
Set the ipAddressProvisioningType property: The provisioning type for Public IP Addresses for the Pool.
setIsAdmin(Boolean) - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Set the isAdmin property: Whether the Account should be an administrator on the Compute Node.
setIsReadOnly(Boolean) - Method in class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Set the isReadOnly property: Mount this source path as read-only mode or not.
setJobAction(BatchJobAction) - Method in class com.azure.compute.batch.models.ExitOptions
Set the jobAction property: An action to take on the Job containing the Task, if the Task completes with the given exit condition and the Job's onTaskFailed property is 'performExitOptionsJobAction'.
setJobManagerTask(BatchJobManagerTask) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the jobManagerTask property: Details of a Job Manager Task to be launched when the Job is started.
setJobManagerTask(BatchJobManagerTask) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the jobManagerTask property: The details of a Job Manager Task to be launched when a Job is started under this schedule.
setJobPreparationTask(BatchJobPreparationTask) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the jobPreparationTask property: The Job Preparation Task.
setJobPreparationTask(BatchJobPreparationTask) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the jobPreparationTask property: The Job Preparation Task for Jobs created under this schedule.
setJobReleaseTask(BatchJobReleaseTask) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the jobReleaseTask property: The Job Release Task.
setJobReleaseTask(BatchJobReleaseTask) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the jobReleaseTask property: The Job Release Task for Jobs created under this schedule.
setJobSpecification(BatchJobSpecification) - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Set the jobSpecification property: The details of the Jobs to be created on this schedule.
setKeepAlive(Boolean) - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Set the keepAlive property: Whether to keep an auto Pool alive after its lifetime expires.
setKillJobOnCompletion(Boolean) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the killJobOnCompletion property: Whether completion of the Job Manager Task signifies completion of the entire Job.
setLicenseType(String) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the licenseType property: This only applies to Images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the Compute Nodes which will be deployed.
setLinuxUserConfiguration(LinuxUserConfiguration) - Method in class com.azure.compute.batch.models.UserAccount
Set the linuxUserConfiguration property: The Linux-specific user configuration for the user Account.
setLoginMode(LoginMode) - Method in class com.azure.compute.batch.models.WindowsUserConfiguration
Set the loginMode property: The login mode for the user.
setManagedDisk(ManagedDisk) - Method in class com.azure.compute.batch.models.OSDisk
Set the managedDisk property: The managed disk parameters.
setMaxBatchInstancePercent(Integer) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the maxBatchInstancePercent property: The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch.
setMaxDegreeOfParallelism(Integer) - Method in class com.azure.compute.batch.models.BatchClientParallelOptions
Sets the maximum number of concurrent tasks enabled by this BatchClientParallelOptions instance.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchApplicationsOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxPageSize(Integer) - Method in class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Set the maxPageSize property: The maximum number of items to return in the response.
setMaxParallelTasks(Integer) - Method in class com.azure.compute.batch.models.BatchJob
Set the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
setMaxParallelTasks(Integer) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
setMaxParallelTasks(Integer) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
setMaxParallelTasks(Integer) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.
setMaxTaskRetryCount(Integer) - Method in class com.azure.compute.batch.models.BatchJobConstraints
Set the maxTaskRetryCount property: The maximum number of times each Task may be retried.
setMaxTaskRetryCount(Integer) - Method in class com.azure.compute.batch.models.BatchStartTask
Set the maxTaskRetryCount property: The maximum number of times the Task may be retried.
setMaxTaskRetryCount(Integer) - Method in class com.azure.compute.batch.models.BatchTaskConstraints
Set the maxTaskRetryCount property: The maximum number of times the Task may be retried.
setMaxUnhealthyInstancePercent(Integer) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the maxUnhealthyInstancePercent property: The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts.
setMaxUnhealthyUpgradedInstancePercent(Integer) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the maxUnhealthyUpgradedInstancePercent property: The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state.
setMaxWallClockTime(Duration) - Method in class com.azure.compute.batch.models.BatchJobConstraints
Set the maxWallClockTime property: The maximum elapsed time that the Job may run, measured from the time the Job is created.
setMaxWallClockTime(Duration) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the maxWallClockTime property: The maximum elapsed time that the Job Release Task may run on a given Compute Node, measured from the time the Task starts.
setMaxWallClockTime(Duration) - Method in class com.azure.compute.batch.models.BatchTaskConstraints
Set the maxWallClockTime property: The maximum elapsed time that the Task may run, measured from the time the Task starts.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJob
Set the metadata property: A list of name-value pairs associated with the Job as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the metadata property: A list of name-value pairs associated with the Job as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJobSchedule
Set the metadata property: A list of name-value pairs associated with the schedule as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
Set the metadata property: A list of name-value pairs associated with the schedule as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Set the metadata property: A list of name-value pairs associated with the Job Schedule as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the metadata property: A list of name-value pairs associated with each Job created under this schedule as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the metadata property: A list of name-value pairs associated with the Job as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the metadata property: A list of name-value pairs associated with the Pool as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the metadata property: A list of name-value pairs associated with the Pool as metadata.
setMetadata(List<MetadataItem>) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the metadata property: A list of name-value pairs associated with the Pool as metadata.
setMountConfiguration(List<MountConfiguration>) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.
setMountConfiguration(List<MountConfiguration>) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the mountConfiguration property: A list of file systems to mount on each node in the pool.
setMountConfiguration(List<MountConfiguration>) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.
setMountOptions(String) - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
Set the mountOptions property: Additional command line options to pass to the mount command.
setMountOptions(String) - Method in class com.azure.compute.batch.models.CifsMountConfiguration
Set the mountOptions property: Additional command line options to pass to the mount command.
setMountOptions(String) - Method in class com.azure.compute.batch.models.NfsMountConfiguration
Set the mountOptions property: Additional command line options to pass to the mount command.
setMultiInstanceSettings(MultiInstanceSettings) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the multiInstanceSettings property: An object that indicates that the Task is a multi-instance Task, and contains information about how to run the multi-instance Task.
setNetworkConfiguration(BatchJobNetworkConfiguration) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the networkConfiguration property: The network configuration for the Job.
setNetworkConfiguration(BatchJobNetworkConfiguration) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the networkConfiguration property: The network configuration for the Job.
setNetworkConfiguration(BatchJobNetworkConfiguration) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the networkConfiguration property: The network configuration for the Job.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the networkConfiguration property: The network configuration for the Pool.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the networkConfiguration property: The network configuration for the Pool.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the networkConfiguration property: The network configuration for the Pool.
setNetworkSecurityGroupRules(List<NetworkSecurityGroupRule>) - Method in class com.azure.compute.batch.models.InboundNatPool
Set the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.
setNfsMountConfiguration(NfsMountConfiguration) - Method in class com.azure.compute.batch.models.MountConfiguration
Set the nfsMountConfiguration property: The NFS file system to mount on each node.
setNodeDeallocateOption(BatchNodeDeallocateOption) - Method in class com.azure.compute.batch.models.BatchNodeDeallocateContent
Set the nodeDeallocateOption property: When to deallocate the Compute Node and what to do with currently running Tasks.
setNodeDeallocationOption(BatchNodeDeallocationOption) - Method in class com.azure.compute.batch.models.BatchNodeRemoveContent
Set the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) after it has been selected for deallocation.
setNodeDeallocationOption(BatchNodeDeallocationOption) - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Set the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) if the Pool size is decreasing.
setNodeDisableSchedulingOption(BatchNodeDisableSchedulingOption) - Method in class com.azure.compute.batch.models.BatchNodeDisableSchedulingContent
Set the nodeDisableSchedulingOption property: What to do with currently running Tasks when disabling Task scheduling on the Compute Node.
setNodePlacementConfiguration(BatchNodePlacementConfiguration) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the nodePlacementConfiguration property: The node placement configuration for the pool.
setNodeRebootOption(BatchNodeRebootOption) - Method in class com.azure.compute.batch.models.BatchNodeRebootContent
Set the nodeRebootOption property: When to reboot the Compute Node and what to do with currently running Tasks.
setNodeReimageOption(BatchNodeReimageOption) - Method in class com.azure.compute.batch.models.BatchNodeReimageContent
Set the nodeReimageOption property: When to reimage the Compute Node and what to do with currently running Tasks.
setNumberOfInstances(Integer) - Method in class com.azure.compute.batch.models.MultiInstanceSettings
Set the numberOfInstances property: The number of Compute Nodes required by the Task.
setOcpRange(String) - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Set the ocpRange property: The byte range to be retrieved.
setOcpRange(String) - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Set the ocpRange property: The byte range to be retrieved.
setOffer(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the offer property: The offer type of the Azure Virtual Machines Marketplace Image.
setOnAllTasksComplete(OnAllBatchTasksComplete) - Method in class com.azure.compute.batch.models.BatchJob
Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.
setOnAllTasksComplete(OnAllBatchTasksComplete) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.
setOnAllTasksComplete(OnAllBatchTasksComplete) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in a Job created under this schedule are in the completed state.
setOnAllTasksComplete(OnAllBatchTasksComplete) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.
setOnTaskFailure(OnBatchTaskFailure) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the onTaskFailure property: The action the Batch service should take when any Task in the Job fails.
setOnTaskFailure(OnBatchTaskFailure) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the onTaskFailure property: The action the Batch service should take when any Task fails in a Job created under this schedule.
setOsDisk(OSDisk) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the osDisk property: Settings for the operating system disk of the Virtual Machine.
setOsRollingUpgradeDeferral(Boolean) - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Set the osRollingUpgradeDeferral property: Defer OS upgrades on the TVMs if they are running tasks.
setOutputFiles(List<OutputFile>) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.
setOutputFiles(List<OutputFile>) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.
setParameters(BatchJobTerminateContent) - Method in class com.azure.compute.batch.models.TerminateBatchJobOptions
Set the parameters property: The options to use for terminating the Job.
setParameters(BatchNodeDeallocateContent) - Method in class com.azure.compute.batch.models.DeallocateBatchNodeOptions
Set the parameters property: The options to use for deallocating the Compute Node.
setParameters(BatchNodeDisableSchedulingContent) - Method in class com.azure.compute.batch.models.DisableBatchNodeSchedulingOptions
Set the parameters property: The options to use for disabling scheduling on the Compute Node.
setParameters(BatchNodeRebootContent) - Method in class com.azure.compute.batch.models.RebootBatchNodeOptions
Set the parameters property: The options to use for rebooting the Compute Node.
setParameters(BatchNodeReimageContent) - Method in class com.azure.compute.batch.models.ReimageBatchNodeOptions
Set the parameters property: The options to use for reimaging the Compute Node.
setPassword(String) - Method in class com.azure.compute.batch.models.BatchCertificate
Set the password property: The password to access the Certificate's private key.
setPassword(String) - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Set the password property: The password of the Account.
setPassword(String) - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Set the password property: The password of the Account.
setPassword(String) - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Set the password property: The password to log into the registry server.
setPath(String) - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Set the path property: The destination blob or virtual directory within the Azure Storage container.
setPauseTimeBetweenBatches(Duration) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the pauseTimeBetweenBatches property: The wait time between completing the update for all virtual machines in one batch and starting the next batch.
setPlacement(DiffDiskPlacement) - Method in class com.azure.compute.batch.models.DiffDiskSettings
Set the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.
setPolicy(BatchNodePlacementPolicyType) - Method in class com.azure.compute.batch.models.BatchNodePlacementConfiguration
Set the policy property: Node placement Policy type on Batch Pools.
setPool(BatchPoolSpecification) - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
Set the pool property: The Pool specification for the auto Pool.
setPoolId(String) - Method in class com.azure.compute.batch.models.BatchPoolInfo
Set the poolId property: The ID of an existing Pool.
setPoolInfo(BatchPoolInfo) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.
setPreProcessingError(ExitOptions) - Method in class com.azure.compute.batch.models.ExitConditions
Set the preProcessingError property: How the Batch service should respond if the Task fails to start due to an error.
setPrioritizeUnhealthyInstances(Boolean) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the prioritizeUnhealthyInstances property: Upgrade all unhealthy instances in a scale set before any healthy instances.
setPriority(Integer) - Method in class com.azure.compute.batch.models.BatchJob
Set the priority property: The priority of the Job.
setPriority(Integer) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the priority property: The priority of the Job.
setPriority(Integer) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the priority property: The priority of Jobs created under this schedule.
setPriority(Integer) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
Set the priority property: The priority of the Job.
setProtectedSettings(Map<String, String>) - Method in class com.azure.compute.batch.models.VMExtension
Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
setProvisionAfterExtensions(List<String>) - Method in class com.azure.compute.batch.models.VMExtension
Set the provisionAfterExtensions property: The collection of extension names.
setPublicIpAddressConfiguration(PublicIpAddressConfiguration) - Method in class com.azure.compute.batch.models.NetworkConfiguration
Set the publicIpAddressConfiguration property: The Public IPAddress configuration for Compute Nodes in the Batch Pool.
setPublisher(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the publisher property: The publisher of the Azure Virtual Machines Marketplace Image.
setRecurrenceInterval(Duration) - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Set the recurrenceInterval property: The time interval between the start times of two successive Jobs under the Job Schedule.
setRecursive(Boolean) - Method in class com.azure.compute.batch.models.DeleteBatchNodeFileOptions
Set the recursive property: Whether to delete children of a directory.
setRecursive(Boolean) - Method in class com.azure.compute.batch.models.DeleteBatchTaskFileOptions
Set the recursive property: Whether to delete children of a directory.
setRecursive(Boolean) - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Set the recursive property: Whether to list children of a directory.
setRecursive(Boolean) - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Set the recursive property: Whether to list children of the Task directory.
setRegistry(ContainerRegistryReference) - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Set the registry property: The private registry which contains the container Image.
setRegistryServer(String) - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Set the registryServer property: The registry URL.
setRequiredSlots(Integer) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the requiredSlots property: The number of scheduling slots that the Task requires to run.
setRequiredSlots(Integer) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the requiredSlots property: The number of scheduling slots that the Task required to run.
setRerunOnNodeRebootAfterSuccess(Boolean) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the rerunOnNodeRebootAfterSuccess property: Whether the Batch service should rerun the Job Preparation Task after a Compute Node reboots.
setResizeTimeout(Duration) - Method in class com.azure.compute.batch.models.BatchNodeRemoveContent
Set the resizeTimeout property: The timeout for removal of Compute Nodes to the Pool.
setResizeTimeout(Duration) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the resizeTimeout property: The timeout for allocation of Compute Nodes to the Pool.
setResizeTimeout(Duration) - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Set the resizeTimeout property: The timeout for allocation of Nodes to the Pool or removal of Compute Nodes from the Pool.
setResizeTimeout(Duration) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the resizeTimeout property: The timeout for allocation of Compute Nodes to the Pool.
setResourceFiles(List<ResourceFile>) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
setResourceFiles(List<ResourceFile>) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
setResourceFiles(List<ResourceFile>) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
setResourceFiles(List<ResourceFile>) - Method in class com.azure.compute.batch.models.BatchStartTask
Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
setResourceFiles(List<ResourceFile>) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.
setResourceId(String) - Method in class com.azure.compute.batch.models.BatchNodeIdentityReference
Set the resourceId property: The ARM resource id of the user assigned identity.
setResourceTags(String) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the resourceTags property: The user-specified tags associated with the pool.The user-defined tags to be associated with the Azure Batch Pool.
setResourceTags(Map<String, String>) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the resourceTags property: The user-specified tags associated with the pool.
setResourceTags(Map<String, String>) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the resourceTags property: The user-specified tags associated with the pool.
setRetentionTime(Duration) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the retentionTime property: The minimum time to retain the Task directory for the Job Release Task on the Compute Node.
setRetentionTime(Duration) - Method in class com.azure.compute.batch.models.BatchTaskConstraints
Set the retentionTime property: The minimum time to retain the Task directory on the Compute Node where it ran, from the time it completes execution.
setRollbackFailedInstancesOnPolicyBreach(Boolean) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
Set the rollbackFailedInstancesOnPolicyBreach property: Rollback failed instances to previous model if the Rolling Upgrade policy is violated.
setRollingUpgradePolicy(RollingUpgradePolicy) - Method in class com.azure.compute.batch.models.UpgradePolicy
Set the rollingUpgradePolicy property: The configuration parameters used while performing a rolling upgrade.
setRunExclusive(Boolean) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the runExclusive property: Whether the Job Manager Task requires exclusive use of the Compute Node where it runs.
setSasKey(String) - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Set the sasKey property: The Azure Storage SAS token.
setSchedule(BatchJobScheduleConfiguration) - Method in class com.azure.compute.batch.models.BatchJobSchedule
Set the schedule property: The schedule according to which Jobs will be created.
setSchedule(BatchJobScheduleConfiguration) - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Set the schedule property: The schedule according to which Jobs will be created.
setScope(AutoUserScope) - Method in class com.azure.compute.batch.models.AutoUserSpecification
Set the scope property: The scope for the auto user.
setSecureBootEnabled(Boolean) - Method in class com.azure.compute.batch.models.UefiSettings
Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.
setSecurityEncryptionType(SecurityEncryptionTypes) - Method in class com.azure.compute.batch.models.VMDiskSecurityProfile
Set the securityEncryptionType property: Specifies the EncryptionType of the managed disk.
setSecurityProfile(SecurityProfile) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.
setSecurityProfile(VMDiskSecurityProfile) - Method in class com.azure.compute.batch.models.ManagedDisk
Set the securityProfile property: Specifies the security profile settings for the managed disk.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchCertificateOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchJobOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchNodeExtensionOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchNodeOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchPoolOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.GetBatchTaskOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchSubTasksOptions
Set the select property: An OData $select clause.
setSelect(List<String>) - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Set the select property: An OData $select clause.
setServiceArtifactReference(ServiceArtifactReference) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the serviceArtifactReference property: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.
setSettings(Map<String, String>) - Method in class com.azure.compute.batch.models.VMExtension
Set the settings property: JSON formatted public settings for the extension.
setSharedGalleryImageId(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the sharedGalleryImageId property: The shared gallery image unique identifier.
setSku(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the sku property: The SKU of the Azure Virtual Machines Marketplace Image.
setSource(ContainerHostDataPath) - Method in class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Set the source property: The path which be mounted to container customer can select.
setSourcePortRanges(List<String>) - Method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
Set the sourcePortRanges property: The source port ranges to match for the rule.
setSshPrivateKey(String) - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
Set the sshPrivateKey property: The SSH private key for the user Account.
setSshPublicKey(String) - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
Set the sshPublicKey property: The SSH public key that can be used for remote login to the Compute Node.
setSshPublicKey(String) - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
Set the sshPublicKey property: The SSH public key that can be used for remote login to the Compute Node.
setStartTask(BatchStartTask) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the startTask property: A Task specified to run on each Compute Node as it joins the Pool.
setStartTask(BatchStartTask) - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Set the startTask property: A Task to run on each Compute Node as it joins the Pool.
setStartTask(BatchStartTask) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the startTask property: A Task to run on each Compute Node as it joins the Pool.
setStartTask(BatchStartTask) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the startTask property: A Task to run on each Compute Node as it joins the Pool.
setStartTime(OffsetDateTime) - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Set the startTime property: The earliest time from which to include metrics.
setStartWindow(Duration) - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
Set the startWindow property: The time interval, starting from the time at which the schedule indicates a Job should be created, within which a Job must be created.
setStorageAccountType(StorageAccountType) - Method in class com.azure.compute.batch.models.DataDisk
Set the storageAccountType property: The storage Account type to be used for the data disk.
setStorageAccountType(StorageAccountType) - Method in class com.azure.compute.batch.models.ManagedDisk
Set the storageAccountType property: The storage account type for managed disk.
setStorageContainerUrl(String) - Method in class com.azure.compute.batch.models.ResourceFile
Set the storageContainerUrl property: The URL of the blob container within Azure Blob Storage.
setStoreLocation(BatchCertificateStoreLocation) - Method in class com.azure.compute.batch.models.BatchCertificateReference
Set the storeLocation property: The location of the Certificate store on the Compute Node into which to install the Certificate.
setStoreName(String) - Method in class com.azure.compute.batch.models.BatchCertificateReference
Set the storeName property: The name of the Certificate store on the Compute Node into which to install the Certificate.
setSubnetId(String) - Method in class com.azure.compute.batch.models.NetworkConfiguration
Set the subnetId property: The ARM resource identifier of the virtual network subnet which the Compute Nodes of the Pool will join.
setTargetDedicatedNodes(Integer) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
setTargetDedicatedNodes(Integer) - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Set the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
setTargetDedicatedNodes(Integer) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.
setTargetLowPriorityNodes(Integer) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
setTargetLowPriorityNodes(Integer) - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
Set the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
setTargetLowPriorityNodes(Integer) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.
setTargetNodeCommunicationMode(BatchNodeCommunicationMode) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.
setTargetNodeCommunicationMode(BatchNodeCommunicationMode) - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.
setTargetNodeCommunicationMode(BatchNodeCommunicationMode) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.
setTargetNodeCommunicationMode(BatchNodeCommunicationMode) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.
setTargets(List<DiskEncryptionTarget>) - Method in class com.azure.compute.batch.models.DiskEncryptionConfiguration
Set the targets property: The list of disk targets Batch Service will encrypt on the compute node.
setTaskIdRanges(List<BatchTaskIdRange>) - Method in class com.azure.compute.batch.models.BatchTaskDependencies
Set the taskIdRanges property: The list of Task ID ranges that this Task depends on.
setTaskIds(List<String>) - Method in class com.azure.compute.batch.models.BatchTaskDependencies
Set the taskIds property: The list of Task IDs that this Task depends on.
setTaskSchedulingPolicy(BatchTaskSchedulingPolicy) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
setTaskSchedulingPolicy(BatchTaskSchedulingPolicy) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
setTaskSchedulingPolicy(BatchTaskSchedulingPolicy) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.
setTaskSlotsPerNode(Integer) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
setTaskSlotsPerNode(Integer) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
setTaskSlotsPerNode(Integer) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
setTerminationReason(String) - Method in class com.azure.compute.batch.models.BatchJobTerminateContent
Set the terminationReason property: The text you want to appear as the Job's TerminationReason.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.BatchJobScheduleExistsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.BatchPoolExistsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CancelBatchCertificateDeletionOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchCertificateOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchNodeUserOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchPoolOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchTaskCollectionOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.CreateBatchTaskOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeallocateBatchNodeOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchCertificateOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchNodeFileOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchNodeUserOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchPoolOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchTaskFileOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DeleteBatchTaskOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DisableBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DisableBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DisableBatchNodeSchedulingOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.DisableBatchPoolAutoScaleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.EnableBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.EnableBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.EnableBatchNodeSchedulingOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.EnableBatchPoolAutoScaleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.EvaluateBatchPoolAutoScaleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchApplicationOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchCertificateOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchJobTaskCountsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchNodeExtensionOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchNodeFileOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchNodeFilePropertiesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchNodeOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchNodeRemoteLoginSettingsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchPoolOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchTaskFileOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.GetBatchTaskOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchApplicationsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchCertificatesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobSchedulesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchJobsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchNodeFilesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchNodesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchPoolsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchSubTasksOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchTaskFilesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListBatchTasksOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReactivateBatchTaskOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.RebootBatchNodeOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReimageBatchNodeOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.RemoveBatchNodesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReplaceBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReplaceBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReplaceBatchNodeUserOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReplaceBatchPoolPropertiesOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ReplaceBatchTaskOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.ResizeBatchPoolOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.StartBatchNodeOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.StopBatchPoolResizeOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.TerminateBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.TerminateBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.TerminateBatchTaskOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.UpdateBatchJobOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.UpdateBatchJobScheduleOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.UpdateBatchPoolOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTimeOutInSeconds(Integer) - Method in class com.azure.compute.batch.models.UploadBatchNodeLogsOptions
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
setTypeHandlerVersion(String) - Method in class com.azure.compute.batch.models.VMExtension
Set the typeHandlerVersion property: The version of script handler.
setUid(Integer) - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
Set the uid property: The user ID of the user Account.
setUpgradePolicy(UpgradePolicy) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the upgradePolicy property: The upgrade policy for the Pool.
setUpgradePolicy(UpgradePolicy) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the upgradePolicy property: The upgrade policy for the Pool.
setUpgradePolicy(UpgradePolicy) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the upgradePolicy property: The upgrade policy for the Pool.
setUploadHeaders(List<HttpHeader>) - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
Set the uploadHeaders property: A list of name-value pairs for headers to be used in uploading output files.
setUserAccounts(List<UserAccount>) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
setUserAccounts(List<UserAccount>) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
setUserAccounts(List<UserAccount>) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.
setUserIdentity(UserIdentity) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
Set the userIdentity property: The user identity under which the Job Manager Task runs.
setUserIdentity(UserIdentity) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the userIdentity property: The user identity under which the Job Preparation Task runs.
setUserIdentity(UserIdentity) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
Set the userIdentity property: The user identity under which the Job Release Task runs.
setUserIdentity(UserIdentity) - Method in class com.azure.compute.batch.models.BatchStartTask
Set the userIdentity property: The user identity under which the StartTask runs.
setUserIdentity(UserIdentity) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
Set the userIdentity property: The user identity under which the Task runs.
setUsername(String) - Method in class com.azure.compute.batch.models.ContainerRegistryReference
Set the username property: The user name to log into the registry server.
setUsername(String) - Method in class com.azure.compute.batch.models.UserIdentity
Set the username property: The name of the user identity under which the Task is run.
setUseRollingUpgradePolicy(Boolean) - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
Set the useRollingUpgradePolicy property: Indicates whether rolling upgrade policy should be used during Auto OS Upgrade.
setUsesTaskDependencies(Boolean) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
Set the usesTaskDependencies property: Whether Tasks in the Job can define dependencies on each other.
setUsesTaskDependencies(Boolean) - Method in class com.azure.compute.batch.models.BatchJobSpecification
Set the usesTaskDependencies property: Whether Tasks in the Job can define dependencies on each other.
setValue(String) - Method in class com.azure.compute.batch.models.EnvironmentSetting
Set the value property: The value of the environment variable.
setValue(String) - Method in class com.azure.compute.batch.models.HttpHeader
Set the value property: The value of the header to be used while uploading output files.
setVersion(String) - Method in class com.azure.compute.batch.models.BatchApplicationPackageReference
Set the version property: The version of the application to deploy.
setVersion(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the version property: The version of the Azure Virtual Machines Marketplace Image.
setVirtualMachineConfiguration(VirtualMachineConfiguration) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
Set the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
setVirtualMachineConfiguration(VirtualMachineConfiguration) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
Set the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
setVirtualMachineConfiguration(VirtualMachineConfiguration) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the virtualMachineConfiguration property: The virtual machine configuration for the Pool.
setVirtualMachineImageId(String) - Method in class com.azure.compute.batch.models.ImageReference
Set the virtualMachineImageId property: The ARM resource identifier of the Azure Compute Gallery Image.
setVisibility(List<BatchCertificateVisibility>) - Method in class com.azure.compute.batch.models.BatchCertificateReference
Set the visibility property: Which user Accounts on the Compute Node should have access to the private data of the Certificate.
setVmSize(String) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
Set the vmSize property: The size of virtual machines in the Pool.
setVTpmEnabled(Boolean) - Method in class com.azure.compute.batch.models.UefiSettings
Set the vTpmEnabled property: Specifies whether vTPM should be enabled on the virtual machine.
setWaitForSuccess(Boolean) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
Set the waitForSuccess property: Whether the Batch service should wait for the Job Preparation Task to complete successfully before scheduling any other Tasks of the Job on the Compute Node.
setWaitForSuccess(Boolean) - Method in class com.azure.compute.batch.models.BatchStartTask
Set the waitForSuccess property: Whether the Batch service should wait for the StartTask to complete successfully (that is, to exit with exit code 0) before scheduling any Tasks on the Compute Node.
setWindowsConfiguration(WindowsConfiguration) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
Set the windowsConfiguration property: Windows operating system settings on the virtual machine.
setWindowsUserConfiguration(WindowsUserConfiguration) - Method in class com.azure.compute.batch.models.UserAccount
Set the windowsUserConfiguration property: The Windows-specific user configuration for the user Account.
setWorkingDirectory(ContainerWorkingDirectory) - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
Set the workingDirectory property: The location of the container Task working directory.
setWriteAcceleratorEnabled(Boolean) - Method in class com.azure.compute.batch.models.OSDisk
Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the disk.
SHARED - Static variable in class com.azure.compute.batch.models.ContainerHostDataPath
The path for multi-instances task to shared their files.
SIMPLIFIED - Static variable in class com.azure.compute.batch.models.BatchNodeCommunicationMode
Nodes using the simplified communication mode require outbound TCP communication on port 443 to the "BatchNodeManagement.
SPREAD - Static variable in class com.azure.compute.batch.models.BatchNodeFillType
Tasks should be assigned evenly across all Compute Nodes in the Pool.
STANDARD_LRS - Static variable in class com.azure.compute.batch.models.StorageAccountType
The data disk should use standard locally redundant storage.
STANDARD_SSDLRS - Static variable in class com.azure.compute.batch.models.StorageAccountType
The data disk / OS disk should use standard SSD locally redundant storage.
START_TASK - Static variable in class com.azure.compute.batch.models.BatchCertificateVisibility
The Certificate should be visible to the user account under which the StartTask is run.
START_TASK_FAILED - Static variable in class com.azure.compute.batch.models.BatchNodeState
The StartTask has failed on the Compute Node (and exhausted all retries), and waitForSuccess is set.
StartBatchNodeOptions - Class in com.azure.compute.batch.models
Optional parameters for Start Node operation.
StartBatchNodeOptions() - Constructor for class com.azure.compute.batch.models.StartBatchNodeOptions
Creates an instance of StartBatchNodeOptions class.
STARTING - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Batch service is starting on the underlying virtual machine.
startNode(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Starts the specified Compute Node.
startNode(String, String) - Method in class com.azure.compute.batch.BatchClient
Starts the specified Compute Node.
startNode(String, String, StartBatchNodeOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Starts the specified Compute Node.
startNode(String, String, StartBatchNodeOptions) - Method in class com.azure.compute.batch.BatchClient
Starts the specified Compute Node.
startNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Starts the specified Compute Node.
startNodeWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Starts the specified Compute Node.
STARTUP - Static variable in class com.azure.compute.batch.models.ContainerHostDataPath
The path for start task.
StatusLevelTypes - Class in com.azure.compute.batch.models
Level code.
StatusLevelTypes() - Constructor for class com.azure.compute.batch.models.StatusLevelTypes
Deprecated.
Use the StatusLevelTypes.fromString(String) factory method.
STEADY - Static variable in class com.azure.compute.batch.models.AllocationState
The Pool is not resizing.
Step 1: Run tests in Record mode - Search tag in Overview
Section
Step 2: Run tests in Playback mode - Search tag in Overview
Section
StopBatchPoolResizeOptions - Class in com.azure.compute.batch.models
Optional parameters for Stop Pool Resize operation.
StopBatchPoolResizeOptions() - Constructor for class com.azure.compute.batch.models.StopBatchPoolResizeOptions
Creates an instance of StopBatchPoolResizeOptions class.
STOPPING - Static variable in class com.azure.compute.batch.models.AllocationState
The Pool was resizing, but the user has requested that the resize be stopped, but the stop request has not yet been completed.
stopPoolResize(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Stops an ongoing resize operation on the Pool.
stopPoolResize(String) - Method in class com.azure.compute.batch.BatchClient
Stops an ongoing resize operation on the Pool.
stopPoolResize(String, StopBatchPoolResizeOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Stops an ongoing resize operation on the Pool.
stopPoolResize(String, StopBatchPoolResizeOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Stops an ongoing resize operation on the Pool.
stopPoolResizeWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Stops an ongoing resize operation on the Pool.
stopPoolResizeWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Stops an ongoing resize operation on the Pool.
StorageAccountType - Class in com.azure.compute.batch.models
StorageAccountType enums.
StorageAccountType() - Constructor for class com.azure.compute.batch.models.StorageAccountType
Deprecated.
SUCCESS - Static variable in class com.azure.compute.batch.models.BatchTaskAddStatus
The Task was added successfully.
SUCCESS - Static variable in class com.azure.compute.batch.models.BatchTaskExecutionResult
The Task ran successfully.

T

TASK - Static variable in class com.azure.compute.batch.models.AutoUserScope
Specifies that the service should create a new user for the Task.
TASK - Static variable in class com.azure.compute.batch.models.BatchCertificateVisibility
The Certificate should be visible to the user accounts under which Job Tasks are run.
TASK - Static variable in class com.azure.compute.batch.models.ContainerHostDataPath
The task path.
TASK_COMPLETION - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocateOption
Allow currently running Tasks to complete.
TASK_COMPLETION - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocationOption
Allow currently running Tasks to complete.
TASK_COMPLETION - Static variable in class com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Allow currently running Tasks to complete.
TASK_COMPLETION - Static variable in class com.azure.compute.batch.models.BatchNodeRebootOption
Allow currently running Tasks to complete.
TASK_COMPLETION - Static variable in class com.azure.compute.batch.models.BatchNodeReimageOption
Allow currently running Tasks to complete.
TASK_COMPLETION - Static variable in class com.azure.compute.batch.models.OutputFileUploadCondition
Upload the file(s) after the Task process exits, no matter what the exit code was.
TASK_FAILURE - Static variable in class com.azure.compute.batch.models.OutputFileUploadCondition
Upload the file(s) only after the Task process exits with a nonzero exit code.
TASK_SUCCESS - Static variable in class com.azure.compute.batch.models.OutputFileUploadCondition
Upload the file(s) only after the Task process exits with an exit code of 0.
TASK_WORKING_DIRECTORY - Static variable in class com.azure.compute.batch.models.ContainerWorkingDirectory
Use the standard Batch service Task working directory, which will contain the Task Resource Files populated by Batch.
TCP - Static variable in class com.azure.compute.batch.models.InboundEndpointProtocol
Use TCP for the endpoint.
TEMPORARY_DISK - Static variable in class com.azure.compute.batch.models.DiskEncryptionTarget
The temporary disk on the compute node is encrypted.
TERMINATE - Static variable in class com.azure.compute.batch.models.BatchJobAction
Terminate the Job.
TERMINATE - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocateOption
Terminate running Tasks.
TERMINATE - Static variable in class com.azure.compute.batch.models.BatchNodeDeallocationOption
Terminate running Tasks.
TERMINATE - Static variable in class com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Terminate running Tasks.
TERMINATE - Static variable in class com.azure.compute.batch.models.BatchNodeRebootOption
Terminate running Tasks.
TERMINATE - Static variable in class com.azure.compute.batch.models.BatchNodeReimageOption
Terminate running Tasks.
TERMINATE - Static variable in class com.azure.compute.batch.models.DisableBatchJobOption
Terminate running Tasks.
TERMINATE_JOB - Static variable in class com.azure.compute.batch.models.OnAllBatchTasksComplete
Terminate the Job.
TerminateBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Terminate Job operation.
TerminateBatchJobOptions() - Constructor for class com.azure.compute.batch.models.TerminateBatchJobOptions
Creates an instance of TerminateBatchJobOptions class.
TerminateBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Terminate Job Schedule operation.
TerminateBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.TerminateBatchJobScheduleOptions
Creates an instance of TerminateBatchJobScheduleOptions class.
TerminateBatchTaskOptions - Class in com.azure.compute.batch.models
Optional parameters for Terminate Task operation.
TerminateBatchTaskOptions() - Constructor for class com.azure.compute.batch.models.TerminateBatchTaskOptions
Creates an instance of TerminateBatchTaskOptions class.
terminateJob(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates the specified Job, marking it as completed.
terminateJob(String) - Method in class com.azure.compute.batch.BatchClient
Terminates the specified Job, marking it as completed.
terminateJob(String, TerminateBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates the specified Job, marking it as completed.
terminateJob(String, TerminateBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Terminates the specified Job, marking it as completed.
terminateJobSchedule(String) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates a Job Schedule.
terminateJobSchedule(String) - Method in class com.azure.compute.batch.BatchClient
Terminates a Job Schedule.
terminateJobSchedule(String, TerminateBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates a Job Schedule.
terminateJobSchedule(String, TerminateBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Terminates a Job Schedule.
terminateJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates a Job Schedule.
terminateJobScheduleWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Terminates a Job Schedule.
terminateJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates the specified Job, marking it as completed.
terminateJobWithResponse(String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Terminates the specified Job, marking it as completed.
terminateTask(String, String) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates the specified Task.
terminateTask(String, String) - Method in class com.azure.compute.batch.BatchClient
Terminates the specified Task.
terminateTask(String, String, TerminateBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates the specified Task.
terminateTask(String, String, TerminateBatchTaskOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Terminates the specified Task.
terminateTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Terminates the specified Task.
terminateTaskWithResponse(String, String, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Terminates the specified Task.
TERMINATING - Static variable in class com.azure.compute.batch.models.BatchJobScheduleState
The Job Schedule has no more work to do, or has been explicitly terminated by the user, but the termination operation is still in progress.
TERMINATING - Static variable in class com.azure.compute.batch.models.BatchJobState
The Job is about to complete, either because a Job Manager Task has completed or because the user has terminated the Job, but the terminate operation is still in progress (for example, because Job Release Tasks are running).
Test Code - Search tag in Overview
Section
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AffinityInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AuthenticationTokenSettings
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AutomaticOsUpgradePolicy
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AutoScaleRun
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AutoScaleRunError
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AutoUserSpecification
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.AzureFileShareConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchApplication
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchApplicationPackageReference
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchAutoPoolSpecification
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchCertificate
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchCertificateReference
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchError
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchErrorDetail
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchErrorMessage
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJob
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobConstraints
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobCreateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobDisableContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobExecutionInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobManagerTask
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobNetworkConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobPreparationTask
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobPreparationTaskExecutionInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobReleaseTask
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobReleaseTaskExecutionInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobSchedule
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobScheduleConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobScheduleCreateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobScheduleExecutionInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobScheduleStatistics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobScheduleUpdateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobSchedulingError
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobSpecification
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobStatistics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobTerminateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchJobUpdateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNode
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeAgentInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeCounts
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeDeallocateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeDisableSchedulingContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeEndpointConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeError
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeFile
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeIdentityReference
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodePlacementConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeRebootContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeReimageContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeRemoteLoginSettings
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeRemoveContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeUserCreateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeUserUpdateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchNodeVMExtension
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPool
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolCreateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolEndpointConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolEvaluateAutoScaleContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolIdentity
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolNodeCounts
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolReplaceContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolResizeContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolResourceStatistics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolSpecification
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolStatistics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolUpdateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolUsageMetrics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchPoolUsageStatistics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchStartTask
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchStartTaskInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchSubtask
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchSupportedImage
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTask
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskAddCollectionResult
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskAddResult
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskConstraints
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskContainerExecutionInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskContainerSettings
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskCounts
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskCountsResult
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskCreateContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskDependencies
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskExecutionInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskFailureInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskGroup
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskIdRange
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskSchedulingPolicy
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskSlotCounts
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.BatchTaskStatistics
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.CifsMountConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ContainerConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ContainerRegistryReference
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.DataDisk
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.DeleteBatchCertificateError
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.DiffDiskSettings
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.DiskEncryptionConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.EnvironmentSetting
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ExitCodeMapping
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ExitCodeRangeMapping
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ExitConditions
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ExitOptions
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.FileProperties
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.GetCertificateResponse
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.HttpHeader
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ImageReference
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.InboundEndpoint
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.InboundNatPool
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.InstanceViewStatus
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.LinuxUserConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ManagedDisk
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.MetadataItem
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.MountConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.MultiInstanceSettings
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.NameValuePair
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.NetworkConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.NetworkSecurityGroupRule
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.NfsMountConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.OSDisk
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.OutputFile
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.OutputFileBlobContainerDestination
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.OutputFileDestination
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.OutputFileUploadConfig
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.PublicIpAddressConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.RecentBatchJob
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ResizeError
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ResourceFile
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.RollingUpgradePolicy
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.SecurityProfile
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.ServiceArtifactReference
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UefiSettings
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UpgradePolicy
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsContent
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UploadBatchServiceLogsResult
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UserAccount
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UserAssignedIdentity
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.UserIdentity
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.VirtualMachineConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.VirtualMachineInfo
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.VMDiskSecurityProfile
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.VMExtension
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.VMExtensionInstanceView
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.WindowsConfiguration
toJson(JsonWriter) - Method in class com.azure.compute.batch.models.WindowsUserConfiguration
Troubleshooting - Search tag in Overview
Section
TRUSTED_LAUNCH - Static variable in class com.azure.compute.batch.models.SecurityTypes
Trusted launch protects against advanced and persistent attack techniques.

U

UDP - Static variable in class com.azure.compute.batch.models.InboundEndpointProtocol
Use UDP for the endpoint.
UefiSettings - Class in com.azure.compute.batch.models
Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
UefiSettings() - Constructor for class com.azure.compute.batch.models.UefiSettings
Creates an instance of UefiSettings class.
UNKNOWN - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Batch service has lost contact with the Compute Node, and does not know its true state.
UNUSABLE - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node cannot be used for Task execution due to errors.
UNVERIFIED - Static variable in class com.azure.compute.batch.models.ImageVerificationType
The associated Compute Node agent SKU should have binary compatibility with the Image, but specific functionality has not been verified.
UpdateBatchJobOptions - Class in com.azure.compute.batch.models
Optional parameters for Update Job operation.
UpdateBatchJobOptions() - Constructor for class com.azure.compute.batch.models.UpdateBatchJobOptions
Creates an instance of UpdateBatchJobOptions class.
UpdateBatchJobScheduleOptions - Class in com.azure.compute.batch.models
Optional parameters for Get Job Schedule operation.
UpdateBatchJobScheduleOptions() - Constructor for class com.azure.compute.batch.models.UpdateBatchJobScheduleOptions
Creates an instance of UpdateBatchJobScheduleOptions class.
UpdateBatchPoolOptions - Class in com.azure.compute.batch.models
Optional parameters for Update Pool operation.
UpdateBatchPoolOptions() - Constructor for class com.azure.compute.batch.models.UpdateBatchPoolOptions
Creates an instance of UpdateBatchPoolOptions class.
updateJob(String, BatchJobUpdateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job.
updateJob(String, BatchJobUpdateContent) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job.
updateJob(String, BatchJobUpdateContent, UpdateBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job.
updateJob(String, BatchJobUpdateContent, UpdateBatchJobOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job.
updateJobSchedule(String, BatchJobScheduleUpdateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job Schedule.
updateJobSchedule(String, BatchJobScheduleUpdateContent) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job Schedule.
updateJobSchedule(String, BatchJobScheduleUpdateContent, UpdateBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job Schedule.
updateJobSchedule(String, BatchJobScheduleUpdateContent, UpdateBatchJobScheduleOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job Schedule.
updateJobScheduleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job Schedule.
updateJobScheduleWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job Schedule.
updateJobWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Job.
updateJobWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Job.
updatePool(String, BatchPoolUpdateContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Pool.
updatePool(String, BatchPoolUpdateContent) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Pool.
updatePool(String, BatchPoolUpdateContent, UpdateBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Pool.
updatePool(String, BatchPoolUpdateContent, UpdateBatchPoolOptions, RequestConditions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Pool.
updatePoolWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Updates the properties of the specified Pool.
updatePoolWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Updates the properties of the specified Pool.
UpgradeMode - Class in com.azure.compute.batch.models
UpgradeMode enums.
UpgradeMode() - Constructor for class com.azure.compute.batch.models.UpgradeMode
Deprecated.
Use the UpgradeMode.fromString(String) factory method.
UpgradePolicy - Class in com.azure.compute.batch.models
Describes an upgrade policy - automatic, manual, or rolling.
UpgradePolicy(UpgradeMode) - Constructor for class com.azure.compute.batch.models.UpgradePolicy
Creates an instance of UpgradePolicy class.
UPGRADING_OS - Static variable in class com.azure.compute.batch.models.BatchNodeState
The Compute Node is undergoing an OS upgrade operation.
UploadBatchNodeLogsOptions - Class in com.azure.compute.batch.models
Optional parameters for Upload Node Logs operation.
UploadBatchNodeLogsOptions() - Constructor for class com.azure.compute.batch.models.UploadBatchNodeLogsOptions
Creates an instance of UploadBatchNodeLogsOptions class.
UploadBatchServiceLogsContent - Class in com.azure.compute.batch.models
The Azure Batch service log files upload parameters for a Compute Node.
UploadBatchServiceLogsContent(String, OffsetDateTime) - Constructor for class com.azure.compute.batch.models.UploadBatchServiceLogsContent
Creates an instance of UploadBatchServiceLogsContent class.
UploadBatchServiceLogsResult - Class in com.azure.compute.batch.models
The result of uploading Batch service log files from a specific Compute Node.
uploadNodeLogs(String, String, UploadBatchServiceLogsContent) - Method in class com.azure.compute.batch.BatchAsyncClient
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadNodeLogs(String, String, UploadBatchServiceLogsContent) - Method in class com.azure.compute.batch.BatchClient
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadNodeLogs(String, String, UploadBatchServiceLogsContent, UploadBatchNodeLogsOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadNodeLogs(String, String, UploadBatchServiceLogsContent, UploadBatchNodeLogsOptions) - Method in class com.azure.compute.batch.BatchClient
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadNodeLogsWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchAsyncClient
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadNodeLogsWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.compute.batch.BatchClient
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
USER_ASSIGNED - Static variable in class com.azure.compute.batch.models.BatchPoolIdentityType
Batch pool has user assigned identities with it.
USER_ERROR - Static variable in class com.azure.compute.batch.models.ErrorCategory
The error is due to a user issue, such as misconfiguration.
USER_MANAGED - Static variable in class com.azure.compute.batch.models.IpAddressProvisioningType
Public IPs are provided by the user and will be used to provision the Compute Nodes.
UserAccount - Class in com.azure.compute.batch.models
Properties used to create a user used to execute Tasks on an Azure Batch Compute Node.
UserAccount(String, String) - Constructor for class com.azure.compute.batch.models.UserAccount
Creates an instance of UserAccount class.
UserAssignedIdentity - Class in com.azure.compute.batch.models
The user assigned Identity.
UserIdentity - Class in com.azure.compute.batch.models
The definition of the user identity under which the Task is run.
UserIdentity() - Constructor for class com.azure.compute.batch.models.UserIdentity
Creates an instance of UserIdentity class.

V

V2024_07_01_20_0 - Enum constant in enum com.azure.compute.batch.BatchServiceVersion
Enum value 2024-07-01.20.0.
valueOf(String) - Static method in enum com.azure.compute.batch.BatchServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.compute.batch.BatchServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.compute.batch.models.AccessScope
Gets known AccessScope values.
values() - Static method in class com.azure.compute.batch.models.AllocationState
Gets known AllocationState values.
values() - Static method in class com.azure.compute.batch.models.AutoUserScope
Gets known AutoUserScope values.
values() - Static method in class com.azure.compute.batch.models.BatchCertificateFormat
Gets known BatchCertificateFormat values.
values() - Static method in class com.azure.compute.batch.models.BatchCertificateState
Gets known BatchCertificateState values.
values() - Static method in class com.azure.compute.batch.models.BatchCertificateStoreLocation
Gets known BatchCertificateStoreLocation values.
values() - Static method in class com.azure.compute.batch.models.BatchCertificateVisibility
Gets known BatchCertificateVisibility values.
values() - Static method in class com.azure.compute.batch.models.BatchJobAction
Gets known BatchJobAction values.
values() - Static method in class com.azure.compute.batch.models.BatchJobPreparationTaskState
Gets known BatchJobPreparationTaskState values.
values() - Static method in class com.azure.compute.batch.models.BatchJobReleaseTaskState
Gets known BatchJobReleaseTaskState values.
values() - Static method in class com.azure.compute.batch.models.BatchJobScheduleState
Gets known BatchJobScheduleState values.
values() - Static method in class com.azure.compute.batch.models.BatchJobState
Gets known BatchJobState values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeCommunicationMode
Gets known BatchNodeCommunicationMode values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeDeallocateOption
Gets known BatchNodeDeallocateOption values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeDeallocationOption
Gets known BatchNodeDeallocationOption values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Gets known BatchNodeDisableSchedulingOption values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeFillType
Gets known BatchNodeFillType values.
values() - Static method in class com.azure.compute.batch.models.BatchNodePlacementPolicyType
Gets known BatchNodePlacementPolicyType values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeRebootOption
Gets known BatchNodeRebootOption values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeReimageOption
Gets known BatchNodeReimageOption values.
values() - Static method in class com.azure.compute.batch.models.BatchNodeState
Gets known BatchNodeState values.
values() - Static method in class com.azure.compute.batch.models.BatchPoolIdentityType
Gets known BatchPoolIdentityType values.
values() - Static method in class com.azure.compute.batch.models.BatchPoolLifetimeOption
Gets known BatchPoolLifetimeOption values.
values() - Static method in class com.azure.compute.batch.models.BatchPoolState
Gets known BatchPoolState values.
values() - Static method in class com.azure.compute.batch.models.BatchStartTaskState
Gets known BatchStartTaskState values.
values() - Static method in class com.azure.compute.batch.models.BatchSubtaskState
Gets known BatchSubtaskState values.
values() - Static method in class com.azure.compute.batch.models.BatchTaskAddStatus
Gets known BatchTaskAddStatus values.
values() - Static method in class com.azure.compute.batch.models.BatchTaskExecutionResult
Gets known BatchTaskExecutionResult values.
values() - Static method in class com.azure.compute.batch.models.BatchTaskState
Gets known BatchTaskState values.
values() - Static method in class com.azure.compute.batch.models.CachingType
Gets known CachingType values.
values() - Static method in class com.azure.compute.batch.models.ContainerHostDataPath
Gets known ContainerHostDataPath values.
values() - Static method in class com.azure.compute.batch.models.ContainerType
Gets known ContainerType values.
values() - Static method in class com.azure.compute.batch.models.ContainerWorkingDirectory
Gets known ContainerWorkingDirectory values.
values() - Static method in class com.azure.compute.batch.models.DependencyAction
Gets known DependencyAction values.
values() - Static method in class com.azure.compute.batch.models.DiffDiskPlacement
Gets known DiffDiskPlacement values.
values() - Static method in class com.azure.compute.batch.models.DisableBatchJobOption
Gets known DisableBatchJobOption values.
values() - Static method in class com.azure.compute.batch.models.DiskEncryptionTarget
Gets known DiskEncryptionTarget values.
values() - Static method in class com.azure.compute.batch.models.DynamicVNetAssignmentScope
Gets known DynamicVNetAssignmentScope values.
values() - Static method in class com.azure.compute.batch.models.ElevationLevel
Gets known ElevationLevel values.
values() - Static method in class com.azure.compute.batch.models.ErrorCategory
Gets known ErrorCategory values.
values() - Static method in class com.azure.compute.batch.models.ImageVerificationType
Gets known ImageVerificationType values.
values() - Static method in class com.azure.compute.batch.models.InboundEndpointProtocol
Gets known InboundEndpointProtocol values.
values() - Static method in class com.azure.compute.batch.models.IpAddressProvisioningType
Gets known IpAddressProvisioningType values.
values() - Static method in class com.azure.compute.batch.models.LoginMode
Gets known LoginMode values.
values() - Static method in class com.azure.compute.batch.models.NetworkSecurityGroupRuleAccess
Gets known NetworkSecurityGroupRuleAccess values.
values() - Static method in class com.azure.compute.batch.models.OnAllBatchTasksComplete
Gets known OnAllBatchTasksComplete values.
values() - Static method in class com.azure.compute.batch.models.OnBatchTaskFailure
Gets known OnBatchTaskFailure values.
values() - Static method in class com.azure.compute.batch.models.OSType
Gets known OSType values.
values() - Static method in class com.azure.compute.batch.models.OutputFileUploadCondition
Gets known OutputFileUploadCondition values.
values() - Static method in class com.azure.compute.batch.models.SchedulingState
Gets known SchedulingState values.
values() - Static method in class com.azure.compute.batch.models.SecurityEncryptionTypes
Gets known SecurityEncryptionTypes values.
values() - Static method in class com.azure.compute.batch.models.SecurityTypes
Gets known SecurityTypes values.
values() - Static method in class com.azure.compute.batch.models.StatusLevelTypes
Gets known StatusLevelTypes values.
values() - Static method in class com.azure.compute.batch.models.StorageAccountType
Gets known StorageAccountType values.
values() - Static method in class com.azure.compute.batch.models.UpgradeMode
Gets known UpgradeMode values.
VERIFIED - Static variable in class com.azure.compute.batch.models.ImageVerificationType
The Image is guaranteed to be compatible with the associated Compute Node agent SKU and all Batch features have been confirmed to work as expected.
VFS_MOUNTS - Static variable in class com.azure.compute.batch.models.ContainerHostDataPath
The path contains all virtual file systems are mounted on this node.
VirtualMachineConfiguration - Class in com.azure.compute.batch.models
The configuration for Compute Nodes in a Pool based on the Azure Virtual Machines infrastructure.
VirtualMachineConfiguration(ImageReference, String) - Constructor for class com.azure.compute.batch.models.VirtualMachineConfiguration
Creates an instance of VirtualMachineConfiguration class.
VirtualMachineInfo - Class in com.azure.compute.batch.models
Info about the current state of the virtual machine.
VMDiskSecurityProfile - Class in com.azure.compute.batch.models
Specifies the security profile settings for the managed disk.
VMDiskSecurityProfile() - Constructor for class com.azure.compute.batch.models.VMDiskSecurityProfile
Creates an instance of VMDiskSecurityProfile class.
VMExtension - Class in com.azure.compute.batch.models
The configuration for virtual machine extensions.
VMExtension(String, String, String) - Constructor for class com.azure.compute.batch.models.VMExtension
Creates an instance of VMExtension class.
VMExtensionInstanceView - Class in com.azure.compute.batch.models
The vm extension instance view.
VMGUEST_STATE_ONLY - Static variable in class com.azure.compute.batch.models.SecurityEncryptionTypes
VMGuestStateOnly.

W

WAIT - Static variable in class com.azure.compute.batch.models.DisableBatchJobOption
Allow currently running Tasks to complete.
WAITING_FOR_START_TASK - Static variable in class com.azure.compute.batch.models.BatchNodeState
The StartTask has started running on the Compute Node, but waitForSuccess is set and the StartTask has not yet completed.
WARNING - Static variable in class com.azure.compute.batch.models.StatusLevelTypes
Warning.
WINDOWS - Static variable in class com.azure.compute.batch.models.OSType
The Windows operating system.
WindowsConfiguration - Class in com.azure.compute.batch.models
Windows operating system settings to apply to the virtual machine.
WindowsConfiguration() - Constructor for class com.azure.compute.batch.models.WindowsConfiguration
Creates an instance of WindowsConfiguration class.
WindowsUserConfiguration - Class in com.azure.compute.batch.models
Properties used to create a user Account on a Windows Compute Node.
WindowsUserConfiguration() - Constructor for class com.azure.compute.batch.models.WindowsUserConfiguration
Creates an instance of WindowsUserConfiguration class.

Z

ZONAL - Static variable in class com.azure.compute.batch.models.BatchNodePlacementPolicyType
Nodes in the pool will be spread across different availability zones with best effort balancing.
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form