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 All Packages

A

acceptLanguage() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets The preferred language for the response..
acceptLanguage() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets The preferred language for the response.
access() - Method in class com.microsoft.azure.batch.protocol.models.AuthenticationTokenSettings
Get the authentication token grants access to a limited set of Batch service operations.
access() - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Get possible values include: 'allow', 'deny'.
AccessScope - Enum in com.microsoft.azure.batch.protocol.models
Defines values for AccessScope.
AccountCoreQuotaReached - Static variable in class com.microsoft.azure.batch.PoolResizeErrorCodes
The account has reached its quota of compute nodes.
AccountIsDisabled - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified account is disabled.
accountKey() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get this property is mutually exclusive with both sasKey and identity; exactly one must be specified.
accountKey() - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Get the accountKey value.
AccountListPoolNodeCountsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListPoolNodeCounts operation.
AccountListPoolNodeCountsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders
 
AccountListPoolNodeCountsNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listPoolNodeCountsNext operation.
AccountListPoolNodeCountsNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
 
AccountListPoolNodeCountsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listPoolNodeCounts operation.
AccountListPoolNodeCountsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
 
AccountListSupportedImagesHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListSupportedImages operation.
AccountListSupportedImagesHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
 
AccountListSupportedImagesNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listSupportedImagesNext operation.
AccountListSupportedImagesNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
 
AccountListSupportedImagesOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listSupportedImages operation.
AccountListSupportedImagesOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
 
accountName() - Method in class com.microsoft.azure.batch.auth.BatchSharedKeyCredentials
Gets the Batch account name.
accountName() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get the accountName value.
accountName() - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Get the accountName value.
accountOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets an AccountOperations object for performing account-related operations on the associated account.
AccountOperations - Class in com.microsoft.azure.batch
Performs account-related operations on an Azure Batch account.
accounts() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Accounts object to access its operations.
accounts() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Accounts object to access its operations.
Accounts - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Accounts.
AccountsImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Accounts.
AccountsImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Initializes an instance of AccountsImpl.
active() - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Get the active value.
active() - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Get the active value.
ACTIVE - com.microsoft.azure.batch.protocol.models.CertificateState
The Certificate is available for use in Pools.
ACTIVE - com.microsoft.azure.batch.protocol.models.JobScheduleState
The Job Schedule is active and will create Jobs as per its schedule.
ACTIVE - com.microsoft.azure.batch.protocol.models.JobState
The Job is available to have Tasks scheduled.
ACTIVE - com.microsoft.azure.batch.protocol.models.PoolState
The Pool is available to run Tasks subject to the availability of Compute Nodes.
ACTIVE - com.microsoft.azure.batch.protocol.models.TaskState
The Task is queued and able to run, but is not currently assigned to a Compute Node.
ActiveJobAndScheduleQuotaReached - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The account has reached its quota of active jobs and job schedules.
add(CertificateAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
add(CertificateAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
add(CertificateAddParameter, CertificateAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
add(CertificateAddParameter, CertificateAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
add(JobAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
add(JobAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
add(JobAddParameter, JobAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
add(JobAddParameter, JobAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
add(JobScheduleAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
add(JobScheduleAddParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
add(JobScheduleAddParameter, JobScheduleAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
add(JobScheduleAddParameter, JobScheduleAddOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
add(PoolAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
add(PoolAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
add(PoolAddParameter, PoolAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
add(PoolAddParameter, PoolAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
add(String, TaskAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
add(String, TaskAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
add(String, TaskAddParameter, TaskAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
add(String, TaskAddParameter, TaskAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
addAsync(CertificateAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter, CertificateAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter, CertificateAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter, CertificateAddOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter, CertificateAddOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
addAsync(CertificateAddParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
addAsync(JobAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
addAsync(JobAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
addAsync(JobAddParameter, JobAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
addAsync(JobAddParameter, JobAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
addAsync(JobAddParameter, JobAddOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
addAsync(JobAddParameter, JobAddOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
addAsync(JobAddParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
addAsync(JobAddParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
addAsync(JobScheduleAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter, JobScheduleAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter, JobScheduleAddOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter, JobScheduleAddOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter, JobScheduleAddOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
addAsync(JobScheduleAddParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
addAsync(PoolAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
addAsync(PoolAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
addAsync(PoolAddParameter, PoolAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
addAsync(PoolAddParameter, PoolAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
addAsync(PoolAddParameter, PoolAddOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
addAsync(PoolAddParameter, PoolAddOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
addAsync(PoolAddParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
addAsync(PoolAddParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
addAsync(String, TaskAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter, TaskAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter, TaskAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter, TaskAddOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter, TaskAddOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
addAsync(String, TaskAddParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
addCollection(String, List<TaskAddParameter>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollection(String, List<TaskAddParameter>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollection(String, List<TaskAddParameter>, TaskAddCollectionOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollection(String, List<TaskAddParameter>, TaskAddCollectionOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>, TaskAddCollectionOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>, TaskAddCollectionOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>, TaskAddCollectionOptions, ServiceCallback<TaskAddCollectionResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>, TaskAddCollectionOptions, ServiceCallback<TaskAddCollectionResult>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>, ServiceCallback<TaskAddCollectionResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollectionAsync(String, List<TaskAddParameter>, ServiceCallback<TaskAddCollectionResult>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollectionWithServiceResponseAsync(String, List<TaskAddParameter>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollectionWithServiceResponseAsync(String, List<TaskAddParameter>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addCollectionWithServiceResponseAsync(String, List<TaskAddParameter>, TaskAddCollectionOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a collection of Tasks to the specified Job.
addCollectionWithServiceResponseAsync(String, List<TaskAddParameter>, TaskAddCollectionOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a collection of Tasks to the specified Job.
addComputeNodeUser(String, String, ComputeNodeUser) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Adds a user account to the specified compute node.
addComputeNodeUser(String, String, ComputeNodeUser, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Adds a user account to the specified compute node.
addUser(String, String, ComputeNodeUser) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUser(String, String, ComputeNodeUser) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUser(String, String, ComputeNodeUser, ComputeNodeAddUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUser(String, String, ComputeNodeUser, ComputeNodeAddUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUserAsync(String, String, ComputeNodeUser, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUserWithServiceResponseAsync(String, String, ComputeNodeUser) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUserWithServiceResponseAsync(String, String, ComputeNodeUser) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addUserWithServiceResponseAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Adds a user Account to the specified Compute Node.
addUserWithServiceResponseAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Adds a user Account to the specified Compute Node.
addWithServiceResponseAsync(CertificateAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
addWithServiceResponseAsync(CertificateAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
addWithServiceResponseAsync(CertificateAddParameter, CertificateAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Adds a Certificate to the specified Account.
addWithServiceResponseAsync(CertificateAddParameter, CertificateAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Adds a Certificate to the specified Account.
addWithServiceResponseAsync(JobAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
addWithServiceResponseAsync(JobAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
addWithServiceResponseAsync(JobAddParameter, JobAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Adds a Job to the specified Account.
addWithServiceResponseAsync(JobAddParameter, JobAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Adds a Job to the specified Account.
addWithServiceResponseAsync(JobScheduleAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
addWithServiceResponseAsync(JobScheduleAddParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
addWithServiceResponseAsync(JobScheduleAddParameter, JobScheduleAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Adds a Job Schedule to the specified Account.
addWithServiceResponseAsync(JobScheduleAddParameter, JobScheduleAddOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Adds a Job Schedule to the specified Account.
addWithServiceResponseAsync(PoolAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
addWithServiceResponseAsync(PoolAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
addWithServiceResponseAsync(PoolAddParameter, PoolAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Adds a Pool to the specified Account.
addWithServiceResponseAsync(PoolAddParameter, PoolAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Adds a Pool to the specified Account.
addWithServiceResponseAsync(String, TaskAddParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
addWithServiceResponseAsync(String, TaskAddParameter) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
addWithServiceResponseAsync(String, TaskAddParameter, TaskAddOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Adds a Task to the specified Job.
addWithServiceResponseAsync(String, TaskAddParameter, TaskAddOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Adds a Task to the specified Job.
ADMIN - com.microsoft.azure.batch.protocol.models.ElevationLevel
The user is a user with elevated access and operates with full Administrator permissions.
affinityId() - Method in class com.microsoft.azure.batch.protocol.models.AffinityInformation
Get you can pass the affinityId of a Node to indicate that this Task needs to run on that Compute Node.
affinityId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get note that this is just a soft affinity.
affinityId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Get the affinityId value.
affinityInfo() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the affinityInfo value.
affinityInfo() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get the affinityInfo value.
AffinityInformation - Class in com.microsoft.azure.batch.protocol.models
A locality hint that can be used by the Batch service to select a Compute Node on which to start a Task.
AffinityInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.AffinityInformation
 
AllocationFailed - Static variable in class com.microsoft.azure.batch.PoolResizeErrorCodes
An error occurred while trying to allocate the desired number of compute nodes.
allocationState() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get possible values include: 'steady', 'resizing', 'stopping'.
AllocationState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for AllocationState.
allocationStateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the allocationStateTransitionTime value.
allocationTime() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get this is the time when the Compute Node was initially allocated and doesn't change once set.
AllocationTimedOut - Static variable in class com.microsoft.azure.batch.PoolResizeErrorCodes
The Batch service was unable to allocate the desired number of compute nodes within the resize timeout.
ALLOW - com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRuleAccess
Allow access.
allowLowPriorityNode() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get the default value is true.
apiVersion() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets Client API Version..
apiVersion() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets Client API Version.
ApplicationGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
ApplicationGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
 
ApplicationGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
ApplicationGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
 
applicationId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationPackageReference
Get the applicationId value.
applicationLicenses() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the list of application licenses must be a subset of available Batch service application licenses.
applicationLicenses() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the list of application licenses must be a subset of available Batch service application licenses.
applicationLicenses() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the list of application licenses must be a subset of available Batch service application licenses.
ApplicationListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
ApplicationListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
 
ApplicationListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
ApplicationListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
 
ApplicationListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
ApplicationListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
 
ApplicationNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified application does not exist.
applicationOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets an ApplicationOperations object for performing application-related operations on the associated account.
ApplicationOperations - Class in com.microsoft.azure.batch
Performs application-related operations on an Azure Batch account.
ApplicationPackageError - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
An error occurred when trying to deploy a required application package.
ApplicationPackageReference - Class in com.microsoft.azure.batch.protocol.models
A reference to an Package to be deployed to Compute Nodes.
ApplicationPackageReference() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationPackageReference
 
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get application packages are downloaded and deployed to a shared directory, not the Task working directory.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get application Packages are downloaded and deployed to a shared directory, not the Task working directory.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Get changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Get the list replaces any existing Application Package references on the Pool.
applicationPackageReferences() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get application packages are downloaded and deployed to a shared directory, not the Task working directory.
applications() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Applications object to access its operations.
applications() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Applications object to access its operations.
Applications - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Applications.
ApplicationsImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Applications.
ApplicationsImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Initializes an instance of ApplicationsImpl.
ApplicationSummary - Class in com.microsoft.azure.batch.protocol.models
Contains information about an application in an Azure Batch Account.
ApplicationSummary() - Constructor for class com.microsoft.azure.batch.protocol.models.ApplicationSummary
 
applyCredentialsFilter(OkHttpClient.Builder) - Method in class com.microsoft.azure.batch.auth.BatchSharedKeyCredentials
Applies the credentials to the Batch service request.
authenticationEndpoint() - Method in class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
Gets the Active Directory auth endpoint.
authenticationEndpoint() - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Gets the Active Directory auth endpoint.
AuthenticationFailed - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The Batch service failed to authenticate the request.
authenticationTokenSettings() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.
authenticationTokenSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.
authenticationTokenSettings() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.
AuthenticationTokenSettings - Class in com.microsoft.azure.batch.protocol.models
The settings for an authentication token that the Task can use to perform Batch service operations.
AuthenticationTokenSettings() - Constructor for class com.microsoft.azure.batch.protocol.models.AuthenticationTokenSettings
 
AutoPoolCreationFailedWithQuotaReached - Static variable in class com.microsoft.azure.batch.JobSchedulingErrorCodes
The Batch service could not create an auto pool to run the job on, because the account has reached its quota of compute nodes.
autoPoolIdPrefix() - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Get the Batch service assigns each auto Pool a unique identifier on creation.
autoPoolSpecification() - Method in class com.microsoft.azure.batch.protocol.models.PoolInformation
Get if auto Pool creation fails, the Batch service moves the Job to a completed state, and the Pool creation error is set in the Job's scheduling error property.
AutoPoolSpecification - Class in com.microsoft.azure.batch.protocol.models
Specifies characteristics for a temporary 'auto pool'.
AutoPoolSpecification() - Constructor for class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
 
autoScaleEvaluationInterval() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property is set only if the Pool automatically scales, i.e.
autoScaleEvaluationInterval() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the default value is 15 minutes.
autoScaleEvaluationInterval() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleParameter
Get the default value is 15 minutes.
autoScaleEvaluationInterval() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the default value is 15 minutes.
autoScaleFormula() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property is set only if the Pool automatically scales, i.e.
autoScaleFormula() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get this property must not be specified if enableAutoScale is set to false.
autoScaleFormula() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleParameter
Get the formula is checked for validity before it is applied to the Pool.
autoScaleFormula() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleParameter
Get the formula is validated and its results calculated, but it is not applied to the Pool.
autoScaleFormula() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this property must not be specified if enableAutoScale is set to false.
AutoScaleFormulaTooLong - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
An automatic scaling formula is too long.
autoScaleRun() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property is set only if the Pool automatically scales, i.e.
AutoScaleRun - Class in com.microsoft.azure.batch.protocol.models
The results and errors from an execution of a Pool autoscale formula.
AutoScaleRun() - Constructor for class com.microsoft.azure.batch.protocol.models.AutoScaleRun
 
AutoScaleRunError - Class in com.microsoft.azure.batch.protocol.models
An error that occurred when executing or evaluating a Pool autoscale formula.
AutoScaleRunError() - Constructor for class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
 
AutoScaleTooManyRequestsToEnable - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
Enable AutoScale requests for the same pool must be separated by at least 30 seconds.
AutoScalingFormulaSyntaxError - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
An automatic scaling formula has a syntax error.
autoStorageContainerName() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
autoUpgradeMinorVersion() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get indicates whether the extension should use a newer minor version if one is available at deployment time.
autoUser() - Method in class com.microsoft.azure.batch.protocol.models.UserIdentity
Get the userName and autoUser properties are mutually exclusive; you must specify one but not both.
AutoUserScope - Enum in com.microsoft.azure.batch.protocol.models
Defines values for AutoUserScope.
AutoUserSpecification - Class in com.microsoft.azure.batch.protocol.models
Specifies the parameters for the auto user that runs a Task on the Batch service.
AutoUserSpecification() - Constructor for class com.microsoft.azure.batch.protocol.models.AutoUserSpecification
 
avgCPUPercentage() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the avgCPUPercentage value.
avgDiskGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the avgDiskGiB value.
avgMemoryGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the avgMemoryGiB value.
azureBlobFileSystemConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Get this property is mutually exclusive with all other properties.
AzureBlobFileSystemConfiguration - Class in com.microsoft.azure.batch.protocol.models
Information used to connect to an Azure Storage Container using Blobfuse.
AzureBlobFileSystemConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
 
azureFileShareConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Get this property is mutually exclusive with all other properties.
AzureFileShareConfiguration - Class in com.microsoft.azure.batch.protocol.models
Information used to connect to an Azure Fileshare.
AzureFileShareConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
 
azureFileUrl() - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Get this is of the form 'https://{account}.file.core.windows.net/'.

B

backendPort() - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Get the backendPort value.
backendPort() - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Get this must be unique within a Batch Pool.
baseUrl() - Method in class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
Gets the Batch service endpoint
baseUrl() - Method in interface com.microsoft.azure.batch.auth.BatchCredentials
Gets the Batch service endpoint.
baseUrl() - Method in class com.microsoft.azure.batch.auth.BatchSharedKeyCredentials
 
baseUrl() - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Gets the Batch service endpoint
BATCH - com.microsoft.azure.batch.protocol.models.LoginMode
The LOGON32_LOGON_BATCH Win32 login mode.
BATCH_MANAGED - com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
A public IP will be created and managed by Batch.
BatchApplicationTokenCredentials - Class in com.microsoft.azure.batch.auth
Application token based credentials for use with a Batch Service Client.
BatchApplicationTokenCredentials(String, String, String, String, String, String) - Constructor for class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
Initializes a new instance of the BatchApplicationTokenCredentials.
BatchClient - Class in com.microsoft.azure.batch
A client for an Azure Batch account, used to access the Batch service.
BatchClientBehavior - Class in com.microsoft.azure.batch
Classes derived from the BatchClientBehavior class modify operational behaviors of an Azure Batch client.
BatchClientBehavior() - Constructor for class com.microsoft.azure.batch.BatchClientBehavior
 
BatchClientParallelOptions - Class in com.microsoft.azure.batch.interceptor
Stores options that configure the operation of methods on Batch client parallel operations.
BatchClientParallelOptions() - Constructor for class com.microsoft.azure.batch.interceptor.BatchClientParallelOptions
Initializes a new instance of the BatchClientParallelOptions class with default values.
BatchClientParallelOptions(int) - Constructor for class com.microsoft.azure.batch.interceptor.BatchClientParallelOptions
Initializes a new instance of the BatchClientParallelOptions class.
BatchCredentials - Interface in com.microsoft.azure.batch.auth
Interface for credentials used to authenticate access to an Azure Batch account.
batchEndpoint() - Method in class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
Gets the Batch service auth endpoint.
batchEndpoint() - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Gets the Batch service auth endpoint.
BatchError - Class in com.microsoft.azure.batch.protocol.models
An error response received from the Azure Batch service.
BatchError() - Constructor for class com.microsoft.azure.batch.protocol.models.BatchError
 
BatchErrorCodeStrings - Class in com.microsoft.azure.batch
Error code strings returned from the Batch service.
BatchErrorCodeStrings() - Constructor for class com.microsoft.azure.batch.BatchErrorCodeStrings
 
BatchErrorDetail - Class in com.microsoft.azure.batch.protocol.models
An item of additional information included in an Azure Batch error response.
BatchErrorDetail() - Constructor for class com.microsoft.azure.batch.protocol.models.BatchErrorDetail
 
BatchErrorException - Exception in com.microsoft.azure.batch.protocol.models
Exception thrown for an invalid response with BatchError information.
BatchErrorException(String, Response<ResponseBody>) - Constructor for exception com.microsoft.azure.batch.protocol.models.BatchErrorException
Initializes a new instance of the BatchErrorException class.
BatchErrorException(String, Response<ResponseBody>, BatchError) - Constructor for exception com.microsoft.azure.batch.protocol.models.BatchErrorException
Initializes a new instance of the BatchErrorException class.
BatchPoolIdentity - Class in com.microsoft.azure.batch.protocol.models
The identity of the Batch pool, if configured.
BatchPoolIdentity() - Constructor for class com.microsoft.azure.batch.protocol.models.BatchPoolIdentity
 
BatchRequestInterceptHandler - Interface in com.microsoft.azure.batch.interceptor
This interface enables an interceptor to modify a request to the Batch service.
BatchServiceClient - Interface in com.microsoft.azure.batch.protocol
The interface for BatchServiceClient class.
BatchServiceClientImpl - Class in com.microsoft.azure.batch.protocol.implementation
Initializes a new instance of the BatchServiceClientImpl class.
BatchServiceClientImpl(ServiceClientCredentials) - Constructor for class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Initializes an instance of BatchServiceClient client.
BatchServiceClientImpl(RestClient) - Constructor for class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Initializes an instance of BatchServiceClient client.
BatchSharedKeyCredentials - Class in com.microsoft.azure.batch.auth
Shared key credentials for an Azure Batch account.
BatchSharedKeyCredentials(String, String, String) - Constructor for class com.microsoft.azure.batch.auth.BatchSharedKeyCredentials
Initializes a new instance of the BatchSharedKeyCredentials class with the specified Batch service endpoint, account name, and access key.
batchSupportEndOfLife() - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Get the batchSupportEndOfLife value.
batchUrl() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets The base URL for all Azure Batch service requests..
batchUrl() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets The base URL for all Azure Batch service requests.
BatchUserTokenCredentials - Class in com.microsoft.azure.batch.auth
User token based credentials for use with a Batch Service Client.
BatchUserTokenCredentials(String, String, String, String, String, String, String) - Constructor for class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Initializes a new instance of the BatchUserTokenCredentials.
BlobAccessDenied - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
Access was denied when trying to download a resource file required for the task.
BlobDownloadMiscError - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
An error occurred when trying to download a resource file required for the task.
BlobDownloadTimedOut - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
A timeout occurred when downloading a resource file required for the task.
blobfuseOptions() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get these are 'net use' options in Windows and 'mount' options in Linux.
BlobNotFound - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
A resource file required for the task does not exist.
blobPrefix() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get the property is valid only when autoStorageContainerName or storageContainerUrl is used.
BLOCK - com.microsoft.azure.batch.protocol.models.DependencyAction
Blocks tasks waiting on this task, preventing them from being scheduled.
body() - Method in exception com.microsoft.azure.batch.protocol.models.BatchErrorException
 
build() - Method in class com.microsoft.azure.batch.DetailLevel.Builder
Create a DetailLevel class instance.
Builder() - Constructor for class com.microsoft.azure.batch.DetailLevel.Builder
Initializes a new instance of the Builder class.

C

CACHE_DISK - com.microsoft.azure.batch.protocol.models.DiffDiskPlacement
The Ephemeral OS Disk is stored on the VM cache.
caching() - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Get the default value for caching is readwrite.
CachingType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for CachingType.
cancelDeleteCertificate(String, String) - Method in class com.microsoft.azure.batch.CertificateOperations
Cancels a failed deletion of the specified certificate.
cancelDeleteCertificate(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Cancels a failed deletion of the specified certificate.
cancelDeletion(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletion(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletion(String, String, CertificateCancelDeletionOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletion(String, String, CertificateCancelDeletionOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String, CertificateCancelDeletionOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String, CertificateCancelDeletionOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String, CertificateCancelDeletionOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String, CertificateCancelDeletionOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionWithServiceResponseAsync(String, String, CertificateCancelDeletionOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Cancels a failed deletion of a Certificate from the specified Account.
cancelDeletionWithServiceResponseAsync(String, String, CertificateCancelDeletionOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Cancels a failed deletion of a Certificate from the specified Account.
capabilities() - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Get not every capability of the Image is listed.
category() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Get possible values include: 'userError', 'serverError'.
category() - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Get possible values include: 'userError', 'serverError'.
CER - com.microsoft.azure.batch.protocol.models.CertificateFormat
The Certificate is a base64-encoded X.509 Certificate.
Certificate - Class in com.microsoft.azure.batch.protocol.models
A Certificate that can be installed on Compute Nodes and can be used to authenticate operations on the machine.
Certificate() - Constructor for class com.microsoft.azure.batch.protocol.models.Certificate
 
CertificateAddHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Add operation.
CertificateAddHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
 
CertificateAddOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for add operation.
CertificateAddOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
 
CertificateAddParameter - Class in com.microsoft.azure.batch.protocol.models
A Certificate that can be installed on Compute Nodes and can be used to authenticate operations on the machine.
CertificateAddParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
 
CertificateBeingDeleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A certificate operation was attempted which is not permitted when the certificate is in the process of being deleted.
CertificateCancelDeletionHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for CancelDeletion operation.
CertificateCancelDeletionHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
 
CertificateCancelDeletionOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for cancelDeletion operation.
CertificateCancelDeletionOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
 
CertificateDeleteHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Delete operation.
CertificateDeleteHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
 
CertificateDeleteOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for delete operation.
CertificateDeleteOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
 
CertificateExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The certificate you are attempting to add already exists.
certificateFormat() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Get possible values include: 'pfx', 'cer'.
CertificateFormat - Enum in com.microsoft.azure.batch.protocol.models
Defines values for CertificateFormat.
CertificateGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
CertificateGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
 
CertificateGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
CertificateGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
 
CertificateListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
CertificateListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
 
CertificateListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
CertificateListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
 
CertificateListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
CertificateListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateListOptions
 
CertificateNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The certificate on which an operation was attempted is not present in the Batch account.
certificateOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a CertificateOperations object for performing certificate-related operations on the associated account.
CertificateOperations - Class in com.microsoft.azure.batch
Performs certificate-related operations on an Azure Batch account.
CertificateReference - Class in com.microsoft.azure.batch.protocol.models
A reference to a Certificate to be installed on Compute Nodes in a Pool.
CertificateReference() - Constructor for class com.microsoft.azure.batch.protocol.models.CertificateReference
 
certificateReferences() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
certificateReferences() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
certificateReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
certificateReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Get if this element is present, it replaces any existing Certificate references configured on the Pool.
certificateReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
certificateReferences() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Get this list replaces any existing Certificate references configured on the Pool.
certificates() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Certificates object to access its operations.
certificates() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Certificates object to access its operations.
Certificates - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Certificates.
CertificatesImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Certificates.
CertificatesImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Initializes an instance of CertificatesImpl.
CertificateState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for CertificateState.
CertificateStateActive - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A certificate operation was attempted which is not permitted when the certificate is active.
CertificateStateDeleteFailed - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A certificate could not be deleted because it is still in use.
CertificateStoreLocation - Enum in com.microsoft.azure.batch.protocol.models
Defines values for CertificateStoreLocation.
CertificateVisibility - Enum in com.microsoft.azure.batch.protocol.models
Defines values for CertificateVisibility.
cifsMountConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Get this property is mutually exclusive with all other properties.
CIFSMountConfiguration - Class in com.microsoft.azure.batch.protocol.models
Information used to connect to a CIFS file system.
CIFSMountConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
 
CLIENT_ERROR - com.microsoft.azure.batch.protocol.models.TaskAddStatus
The Task failed to add due to a client error and should not be retried without modifying the request as appropriate.
clientId() - Method in class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
Gets the Active Directory application client id.
clientId() - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Gets the Active Directory application client id.
clientId() - Method in class com.microsoft.azure.batch.protocol.models.UserAssignedIdentity
Get the client id of the user assigned identity.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Get the client-request-id provided by the client during the request.
clientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
ClientRequestIdInterceptor - Class in com.microsoft.azure.batch.interceptor
Interceptor which contains a function used to generate a client request ID.
ClientRequestIdInterceptor() - Constructor for class com.microsoft.azure.batch.interceptor.ClientRequestIdInterceptor
Initializes a new ClientRequestIdInterceptor for use in setting the client request ID of a request.
CloudJob - Class in com.microsoft.azure.batch.protocol.models
An Azure Batch Job.
CloudJob() - Constructor for class com.microsoft.azure.batch.protocol.models.CloudJob
 
CloudJobSchedule - Class in com.microsoft.azure.batch.protocol.models
A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job.
CloudJobSchedule() - Constructor for class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
 
CloudPool - Class in com.microsoft.azure.batch.protocol.models
A Pool in the Azure Batch service.
CloudPool() - Constructor for class com.microsoft.azure.batch.protocol.models.CloudPool
 
cloudServiceConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
cloudServiceConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
cloudServiceConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this property must be specified if the Pool needs to be created with Azure PaaS VMs.
CloudServiceConfiguration - Class in com.microsoft.azure.batch.protocol.models
The configuration for Compute Nodes in a Pool based on the Azure Cloud Services platform.
CloudServiceConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration
 
CloudTask - Class in com.microsoft.azure.batch.protocol.models
An Azure Batch Task.
CloudTask() - Constructor for class com.microsoft.azure.batch.protocol.models.CloudTask
 
CloudTaskListSubtasksResult - Class in com.microsoft.azure.batch.protocol.models
The result of listing the subtasks of a Task.
CloudTaskListSubtasksResult() - Constructor for class com.microsoft.azure.batch.protocol.models.CloudTaskListSubtasksResult
 
code() - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.BatchError
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeError
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeMapping
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.ResizeError
Get the code value.
code() - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Get the code value.
com.microsoft.azure.batch - package com.microsoft.azure.batch
This package contains the classes for BatchServiceClient.
com.microsoft.azure.batch.auth - package com.microsoft.azure.batch.auth
This package contains classes for authenticating requests against the Azure Batch service.
com.microsoft.azure.batch.interceptor - package com.microsoft.azure.batch.interceptor
This package contains classes for modifying requests to the Batch service.
com.microsoft.azure.batch.protocol - package com.microsoft.azure.batch.protocol
This package contains the classes for BatchServiceClient.
com.microsoft.azure.batch.protocol.implementation - package com.microsoft.azure.batch.protocol.implementation
This package contains the implementation classes for BatchServiceClient.
com.microsoft.azure.batch.protocol.models - package com.microsoft.azure.batch.protocol.models
This package contains the models classes for BatchServiceClient.
CommandLaunchFailed - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
An error occurred when launching the task's command line.
commandLine() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line.
commandLine() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
commandLine() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
commandLine() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
commandLine() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
commandLine() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line.
CommandProgramNotFound - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The program specified in the task's command line was not found.
commonEnvironmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get individual Tasks can override an environment setting specified here by specifying the same setting name with a different value.
commonEnvironmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get individual Tasks can override an environment setting specified here by specifying the same setting name with a different value.
commonEnvironmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get individual Tasks can override an environment setting specified here by specifying the same setting name with a different value.
commonResourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
Get the difference between common resource files and Task resource files is that common resource files are downloaded for all subtasks including the primary, whereas Task resource files are downloaded only for the primary.
completed() - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Get the completed value.
completed() - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Get the completed value.
COMPLETED - com.microsoft.azure.batch.protocol.models.JobPreparationTaskState
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 - com.microsoft.azure.batch.protocol.models.JobReleaseTaskState
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 - com.microsoft.azure.batch.protocol.models.JobScheduleState
The Job Schedule has terminated, either by reaching its end time or by the user terminating it explicitly.
COMPLETED - com.microsoft.azure.batch.protocol.models.JobState
All Tasks have terminated, and the system will not accept any more Tasks or any further changes to the Job.
COMPLETED - com.microsoft.azure.batch.protocol.models.StartTaskState
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 - com.microsoft.azure.batch.protocol.models.SubtaskState
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 - com.microsoft.azure.batch.protocol.models.TaskState
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.
ComputeNode - Class in com.microsoft.azure.batch.protocol.models
A Compute Node in the Batch service.
ComputeNode() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNode
 
ComputeNodeAddUserHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for AddUser operation.
ComputeNodeAddUserHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
 
ComputeNodeAddUserOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for addUser operation.
ComputeNodeAddUserOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
 
ComputeNodeDeallocationOption - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ComputeNodeDeallocationOption.
ComputeNodeDeleteUserHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for DeleteUser operation.
ComputeNodeDeleteUserHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserHeaders
 
ComputeNodeDeleteUserOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for deleteUser operation.
ComputeNodeDeleteUserOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
 
ComputeNodeDisableSchedulingHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for DisableScheduling operation.
ComputeNodeDisableSchedulingHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
 
ComputeNodeDisableSchedulingOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for disableScheduling operation.
ComputeNodeDisableSchedulingOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
 
ComputeNodeEnableSchedulingHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for EnableScheduling operation.
ComputeNodeEnableSchedulingHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
 
ComputeNodeEnableSchedulingOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for enableScheduling operation.
ComputeNodeEnableSchedulingOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
 
ComputeNodeEndpointConfiguration - Class in com.microsoft.azure.batch.protocol.models
The endpoint configuration for the Compute Node.
ComputeNodeEndpointConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeEndpointConfiguration
 
ComputeNodeError - Class in com.microsoft.azure.batch.protocol.models
An error encountered by a Compute Node.
ComputeNodeError() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeError
 
ComputeNodeExtensionGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
ComputeNodeExtensionGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
 
ComputeNodeExtensionGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
ComputeNodeExtensionGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
 
ComputeNodeExtensionListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
ComputeNodeExtensionListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
 
ComputeNodeExtensionListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
ComputeNodeExtensionListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
 
ComputeNodeExtensionListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
ComputeNodeExtensionListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
 
computeNodeExtensions() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the ComputeNodeExtensions object to access its operations.
computeNodeExtensions() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the ComputeNodeExtensions object to access its operations.
ComputeNodeExtensions - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in ComputeNodeExtensions.
ComputeNodeExtensionsImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in ComputeNodeExtensions.
ComputeNodeExtensionsImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Initializes an instance of ComputeNodeExtensionsImpl.
ComputeNodeFillType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ComputeNodeFillType.
ComputeNodeGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
ComputeNodeGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
 
ComputeNodeGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
ComputeNodeGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
 
ComputeNodeGetRemoteDesktopHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetRemoteDesktop operation.
ComputeNodeGetRemoteDesktopHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
 
ComputeNodeGetRemoteDesktopOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getRemoteDesktop operation.
ComputeNodeGetRemoteDesktopOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
 
ComputeNodeGetRemoteLoginSettingsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetRemoteLoginSettings operation.
ComputeNodeGetRemoteLoginSettingsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
 
ComputeNodeGetRemoteLoginSettingsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getRemoteLoginSettings operation.
ComputeNodeGetRemoteLoginSettingsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
 
ComputeNodeGetRemoteLoginSettingsResult - Class in com.microsoft.azure.batch.protocol.models
The remote login settings for a Compute Node.
ComputeNodeGetRemoteLoginSettingsResult() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsResult
 
ComputeNodeIdentityReference - Class in com.microsoft.azure.batch.protocol.models
The reference to a user assigned identity associated with the Batch pool which a compute node will use.
ComputeNodeIdentityReference() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference
 
ComputeNodeInformation - Class in com.microsoft.azure.batch.protocol.models
Information about the Compute Node on which a Task ran.
ComputeNodeInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
 
ComputeNodeListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
ComputeNodeListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
 
ComputeNodeListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
ComputeNodeListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
 
ComputeNodeListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
ComputeNodeListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
 
computeNodeOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a ComputeNodeOperations object for performing compute node-related operations on the associated account.
ComputeNodeOperations - Class in com.microsoft.azure.batch
Performs compute node-related operations on an Azure Batch account.
ComputeNodeRebootHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Reboot operation.
ComputeNodeRebootHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
 
ComputeNodeRebootOption - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ComputeNodeRebootOption.
ComputeNodeRebootOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for reboot operation.
ComputeNodeRebootOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
 
ComputeNodeReimageHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Reimage operation.
ComputeNodeReimageHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
 
ComputeNodeReimageOption - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ComputeNodeReimageOption.
ComputeNodeReimageOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for reimage operation.
ComputeNodeReimageOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
 
computeNodes() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the ComputeNodes object to access its operations.
computeNodes() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the ComputeNodes object to access its operations.
ComputeNodes - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in ComputeNodes.
ComputeNodesImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in ComputeNodes.
ComputeNodesImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Initializes an instance of ComputeNodesImpl.
ComputeNodeState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ComputeNodeState.
ComputeNodeUpdateUserHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for UpdateUser operation.
ComputeNodeUpdateUserHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
 
ComputeNodeUpdateUserOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for updateUser operation.
ComputeNodeUpdateUserOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
 
ComputeNodeUploadBatchServiceLogsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for UploadBatchServiceLogs operation.
ComputeNodeUploadBatchServiceLogsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsHeaders
 
ComputeNodeUploadBatchServiceLogsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for uploadBatchServiceLogs operation.
ComputeNodeUploadBatchServiceLogsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
 
ComputeNodeUser - Class in com.microsoft.azure.batch.protocol.models
A user Account for RDP or SSH access on a Compute Node.
ComputeNodeUser() - Constructor for class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
 
ConditionNotMet - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A read operation included a HTTP conditional header, and the condition was not met.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the constraints value.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the constraints value.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the execution constraints for the Job.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get the constraints value.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Get if omitted, the existing execution constraints are left unchanged.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get the constraints value.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the constraints value.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Get if omitted, the constraints are cleared.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get if you do not specify constraints, the maxTaskRetryCount is the maxTaskRetryCount specified for the Job, the maxWallClockTime is infinite, and the retentionTime is 7 days.
constraints() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateParameter
Get if omitted, the Task is given the default constraints.
container() - Method in class com.microsoft.azure.batch.protocol.models.OutputFileDestination
Get the container value.
CONTAINER_IMAGE_DEFAULT - com.microsoft.azure.batch.protocol.models.ContainerWorkingDirectory
Use the working directory defined in the container Image.
containerConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get if specified, setup is performed on each Compute Node in the Pool to allow Tasks to run in containers.
ContainerConfiguration - Class in com.microsoft.azure.batch.protocol.models
The configuration for container-enabled Pools.
ContainerConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Creates an instance of ContainerConfiguration class.
containerId() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
Get the containerId value.
containerImageNames() - Method in class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Get this is the full Image reference, as would be specified to "docker pull".
containerInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get this property is set only if the Task runs in a container context.
containerInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get this property is set only if the Task runs in a container context.
containerInfo() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get this property is set only if the Task runs in a container context.
containerInfo() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get this property is set only if the Task runs in a container context.
containerInfo() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get this property is set only if the Task runs in a container context.
containerName() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get the containerName value.
containerRegistries() - Method in class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Get if any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
ContainerRegistry - Class in com.microsoft.azure.batch.protocol.models
A private container registry.
ContainerRegistry() - Constructor for class com.microsoft.azure.batch.protocol.models.ContainerRegistry
 
containerRunOptions() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Get these additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
containerSettings() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get if the Pool that will run this Task has containerConfiguration set, this must be set as well.
containerSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get if the Pool that will run this Task has containerConfiguration set, this must be set as well.
containerSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get when this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container.
containerSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get when this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container.
containerSettings() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get when this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container.
containerSettings() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get if the Pool that will run this Task has containerConfiguration set, this must be set as well.
containerUrl() - Method in class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
Get if not using a managed identity, the URL must include a Shared Access Signature (SAS) granting write permissions to the container.
containerUrl() - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Get if a user assigned managed identity is not being used, the URL must include a Shared Access Signature (SAS) granting write permissions to the container.
ContainerWorkingDirectory - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ContainerWorkingDirectory.
contentLength() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the length of the file.
contentLength() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the length of the file.
contentLength() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the length of the file.
contentLength() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the length of the file.
contentLength() - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Get the contentLength value.
contentType() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the content type of the file.
contentType() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the content type of the file.
contentType() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the content type of the file.
contentType() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the content type of the file.
contentType() - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Get the contentType value.
coordinationCommandLine() - Method in class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
Get a typical coordination command line launches a background service and verifies that the service is ready to process inter-node messages.
createCertificate(CertificateAddParameter) - Method in class com.microsoft.azure.batch.CertificateOperations
Adds a certificate to the Batch account.
createCertificate(CertificateAddParameter, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Adds a certificate to the Batch account.
createCertificate(InputStream) - Method in class com.microsoft.azure.batch.CertificateOperations
Adds a certificate to the Batch account.
createCertificate(InputStream, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Adds a certificate to the Batch account.
createJob(JobAddParameter) - Method in class com.microsoft.azure.batch.JobOperations
Adds a job to the Batch account.
createJob(JobAddParameter, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Adds a job to the Batch account.
createJob(String, PoolInformation) - Method in class com.microsoft.azure.batch.JobOperations
Adds a job to the Batch account.
createJob(String, PoolInformation, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Adds a job to the Batch account.
createJobSchedule(JobScheduleAddParameter) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Adds a job schedule to the Batch account.
createJobSchedule(JobScheduleAddParameter, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Adds a job schedule to the Batch account.
createJobSchedule(String, Schedule, JobSpecification) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Adds a job schedule to the Batch account.
createJobSchedule(String, Schedule, JobSpecification, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Adds a job schedule to the Batch account.
createPool(PoolAddParameter) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(PoolAddParameter, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(String, String, CloudServiceConfiguration, int) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(String, String, CloudServiceConfiguration, int, int) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(String, String, CloudServiceConfiguration, int, int, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(String, String, VirtualMachineConfiguration, int) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(String, String, VirtualMachineConfiguration, int, int) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createPool(String, String, VirtualMachineConfiguration, int, int, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Adds a pool to the Batch account.
createTask(String, TaskAddParameter) - Method in class com.microsoft.azure.batch.TaskOperations
Adds a single task to a job.
createTask(String, TaskAddParameter, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Adds a single task to a job.
createTasks(String, List<TaskAddParameter>) - Method in class com.microsoft.azure.batch.TaskOperations
Adds multiple tasks to a job.
createTasks(String, List<TaskAddParameter>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Adds multiple tasks to a job.
CreateTasksErrorException - Exception in com.microsoft.azure.batch
The exception that is thrown when the TaskOperations.createTasks(String, List) operation is terminated.
CreateTasksErrorException(String, List<TaskAddResult>, List<TaskAddParameter>) - Constructor for exception com.microsoft.azure.batch.CreateTasksErrorException
Initializes a new instance of the CreateTasksErrorException class.
creating() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the creating value.
CREATING - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Batch service has obtained the underlying virtual machine from Azure Compute, but it has not yet started to join the Pool.
creationTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the creationTime value.
creationTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the creationTime value.
creationTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the creationTime value.
creationTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the creationTime value.
creationTime() - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Get the creation time is not returned for files on Linux Compute Nodes.
CURRENT_USER - com.microsoft.azure.batch.protocol.models.CertificateStoreLocation
Certificates should be installed to the CurrentUser Certificate store.
currentDedicatedNodes() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the currentDedicatedNodes value.
currentLowPriorityNodes() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get low-priority Compute Nodes which have been preempted are included in this count.
customBehaviors() - Method in class com.microsoft.azure.batch.AccountOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.ApplicationOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.BatchClient
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.CertificateOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.FileOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in interface com.microsoft.azure.batch.IInheritedBehaviors
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.JobOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.JobScheduleOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.PoolOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.
customBehaviors() - Method in class com.microsoft.azure.batch.TaskOperations
Gets a collection of behaviors that modify or customize requests to the Batch service.

D

data() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Get the data value.
DataDisk - Class in com.microsoft.azure.batch.protocol.models
Settings which will be used by the data disks associated to Compute Nodes in the Pool.
DataDisk() - Constructor for class com.microsoft.azure.batch.protocol.models.DataDisk
 
dataDisks() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get this property must be specified if the Compute Nodes in the Pool need to have empty data disks attached to them.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Get the OData ID of the resource to which the request applied.
dataServiceId() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Get the OData ID of the resource to which the request applied.
dedicated() - Method in class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
Get the dedicated value.
dedicatedCoreTime() - Method in class com.microsoft.azure.batch.protocol.models.UsageStatistics
Get the dedicatedCoreTime value.
defaultProperty() - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Get this value is used if the Task exits with any nonzero exit code not listed in the exitCodes or exitCodeRanges collection, with a pre-processing error if the preProcessingError property is not present, or with a file upload error if the fileUploadError property is not present.
delete(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
delete(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
delete(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
delete(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
delete(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
delete(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
delete(String, JobDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
delete(String, JobDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
delete(String, JobScheduleDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
delete(String, JobScheduleDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
delete(String, PoolDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
delete(String, PoolDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
delete(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
delete(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
delete(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
delete(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
delete(String, String, CertificateDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
delete(String, String, CertificateDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
delete(String, String, TaskDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
delete(String, String, TaskDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
DELETE_FAILED - com.microsoft.azure.batch.protocol.models.CertificateState
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.
deleteAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
deleteAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
deleteAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
deleteAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
deleteAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
deleteAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
deleteAsync(String, JobDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
deleteAsync(String, JobDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
deleteAsync(String, JobDeleteOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
deleteAsync(String, JobDeleteOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
deleteAsync(String, JobScheduleDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
deleteAsync(String, JobScheduleDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
deleteAsync(String, JobScheduleDeleteOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
deleteAsync(String, JobScheduleDeleteOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
deleteAsync(String, PoolDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
deleteAsync(String, PoolDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
deleteAsync(String, PoolDeleteOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
deleteAsync(String, PoolDeleteOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
deleteAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
deleteAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
deleteAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
deleteAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
deleteAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
deleteAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
deleteAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
deleteAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
deleteAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
deleteAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
deleteAsync(String, String, CertificateDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
deleteAsync(String, String, CertificateDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
deleteAsync(String, String, CertificateDeleteOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
deleteAsync(String, String, CertificateDeleteOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
deleteAsync(String, String, TaskDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
deleteAsync(String, String, TaskDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
deleteAsync(String, String, TaskDeleteOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
deleteAsync(String, String, TaskDeleteOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
deleteAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
deleteAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
deleteAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
deleteAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
deleteCertificate(String, String) - Method in class com.microsoft.azure.batch.CertificateOperations
Deletes the certificate from the Batch account.
deleteCertificate(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Deletes the certificate from the Batch account.
deleteCertificateError() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get this property is set only if the Certificate is in the DeleteFailed state.
DeleteCertificateError - Class in com.microsoft.azure.batch.protocol.models
An error encountered by the Batch service when deleting a Certificate.
DeleteCertificateError() - Constructor for class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
 
deleteComputeNodeUser(String, String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Deletes the specified user account from the specified compute node.
deleteComputeNodeUser(String, String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Deletes the specified user account from the specified compute node.
deleteFileFromComputeNode(String, String, String) - Method in class com.microsoft.azure.batch.FileOperations
Deletes the specified file from the specified compute node.
deleteFileFromComputeNode(String, String, String, Boolean) - Method in class com.microsoft.azure.batch.FileOperations
Deletes the specified file from the specified compute node.
deleteFileFromComputeNode(String, String, String, Boolean, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Deletes the specified file from the specified compute node.
deleteFileFromTask(String, String, String) - Method in class com.microsoft.azure.batch.FileOperations
Deletes the specified file from the specified task's directory on its compute node.
deleteFileFromTask(String, String, String, Boolean) - Method in class com.microsoft.azure.batch.FileOperations
Deletes the specified file from the specified task's directory on its compute node.
deleteFileFromTask(String, String, String, Boolean, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Deletes the specified file from the specified task's directory on its compute node.
deleteFromComputeNode(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNode(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNode(String, String, String, Boolean, FileDeleteFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNode(String, String, String, Boolean, FileDeleteFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String, Boolean, FileDeleteFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String, Boolean, FileDeleteFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String, Boolean, FileDeleteFromComputeNodeOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNodeAsync(String, String, String, Boolean, FileDeleteFromComputeNodeOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNodeWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNodeWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromComputeNodeWithServiceResponseAsync(String, String, String, Boolean, FileDeleteFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified file from the Compute Node.
deleteFromComputeNodeWithServiceResponseAsync(String, String, String, Boolean, FileDeleteFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified file from the Compute Node.
deleteFromTask(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTask(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTask(String, String, String, Boolean, FileDeleteFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTask(String, String, String, Boolean, FileDeleteFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String, Boolean, FileDeleteFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String, Boolean, FileDeleteFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String, Boolean, FileDeleteFromTaskOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskAsync(String, String, String, Boolean, FileDeleteFromTaskOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskWithServiceResponseAsync(String, String, String, Boolean, FileDeleteFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Deletes the specified Task file from the Compute Node where the Task ran.
deleteFromTaskWithServiceResponseAsync(String, String, String, Boolean, FileDeleteFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Deletes the specified Task file from the Compute Node where the Task ran.
deleteJob(String) - Method in class com.microsoft.azure.batch.JobOperations
Deletes the specified job.
deleteJob(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Deletes the specified job.
deleteJobSchedule(String) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Deletes the specified job schedule.
deleteJobSchedule(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Deletes the specified job schedule.
deletePool(String) - Method in class com.microsoft.azure.batch.PoolOperations
Deletes the specified pool.
deletePool(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Deletes the specified pool.
deleteTask(String, String) - Method in class com.microsoft.azure.batch.TaskOperations
Deletes the specified task.
deleteTask(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Deletes the specified task.
deleteUser(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUser(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUser(String, String, String, ComputeNodeDeleteUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUser(String, String, String, ComputeNodeDeleteUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String, ComputeNodeDeleteUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String, ComputeNodeDeleteUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String, ComputeNodeDeleteUserOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String, ComputeNodeDeleteUserOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUserAsync(String, String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUserWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUserWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteUserWithServiceResponseAsync(String, String, String, ComputeNodeDeleteUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Deletes a user Account from the specified Compute Node.
deleteUserWithServiceResponseAsync(String, String, String, ComputeNodeDeleteUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Deletes a user Account from the specified Compute Node.
deleteWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
deleteWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
deleteWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
deleteWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
deleteWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
deleteWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
deleteWithServiceResponseAsync(String, JobDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Deletes a Job.
deleteWithServiceResponseAsync(String, JobDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Deletes a Job.
deleteWithServiceResponseAsync(String, JobScheduleDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Deletes a Job Schedule from the specified Account.
deleteWithServiceResponseAsync(String, JobScheduleDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Deletes a Job Schedule from the specified Account.
deleteWithServiceResponseAsync(String, PoolDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Deletes a Pool from the specified Account.
deleteWithServiceResponseAsync(String, PoolDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Deletes a Pool from the specified Account.
deleteWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
deleteWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
deleteWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
deleteWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
deleteWithServiceResponseAsync(String, String, CertificateDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Deletes a Certificate from the specified Account.
deleteWithServiceResponseAsync(String, String, CertificateDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Deletes a Certificate from the specified Account.
deleteWithServiceResponseAsync(String, String, TaskDeleteOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Deletes a Task from the specified Job.
deleteWithServiceResponseAsync(String, String, TaskDeleteOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Deletes a Task from the specified Job.
DELETING - com.microsoft.azure.batch.protocol.models.CertificateState
The user has requested that the Certificate be deleted, but the delete operation has not yet completed.
DELETING - com.microsoft.azure.batch.protocol.models.JobScheduleState
The user has requested that the Job Schedule be deleted, but the delete operation is still in progress.
DELETING - com.microsoft.azure.batch.protocol.models.JobState
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 - com.microsoft.azure.batch.protocol.models.PoolState
The user has requested that the Pool be deleted, but the delete operation has not yet completed.
DENY - com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRuleAccess
Deny access.
dependencyAction() - Method in class com.microsoft.azure.batch.protocol.models.ExitOptions
Get possible values are 'satisfy' (allowing dependent tasks to progress) and 'block' (dependent tasks continue to wait).
DependencyAction - Enum in com.microsoft.azure.batch.protocol.models
Defines values for DependencyAction.
dependsOn() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get this Task will not be scheduled until all Tasks that it depends on have completed successfully.
dependsOn() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get this Task will not be scheduled until all Tasks that it depends on have completed successfully.
destination() - Method in class com.microsoft.azure.batch.protocol.models.OutputFile
Get the destination value.
detailLevel() - Method in class com.microsoft.azure.batch.interceptor.DetailLevelInterceptor
Gets the detail level applied by this DetailLevelInterceptor instance.
DetailLevel - Class in com.microsoft.azure.batch
Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources.
DetailLevel.Builder - Class in com.microsoft.azure.batch
The builder class to initiate a DetailLevel instance.
DetailLevelInterceptor - Class in com.microsoft.azure.batch.interceptor
Interceptor which contains a function used to apply the DetailLevel.
DetailLevelInterceptor(DetailLevel) - Constructor for class com.microsoft.azure.batch.interceptor.DetailLevelInterceptor
Initializes a new DetailLevelInterceptor for applying a DetailLevel object to a request.
details() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Get the details value.
details() - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Get the details value.
DiffDiskPlacement - Enum in com.microsoft.azure.batch.protocol.models
Defines values for DiffDiskPlacement.
DiffDiskSettings - Class in com.microsoft.azure.batch.protocol.models
Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).
DiffDiskSettings() - Constructor for class com.microsoft.azure.batch.protocol.models.DiffDiskSettings
 
disable(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disable(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
disable(String, DisableJobOption) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disable(String, DisableJobOption) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disable(String, DisableJobOption, JobDisableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disable(String, DisableJobOption, JobDisableOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disable(String, JobScheduleDisableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disable(String, JobScheduleDisableOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
DISABLE - com.microsoft.azure.batch.protocol.models.JobAction
Disable the Job.
disableAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disableAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
disableAsync(String, DisableJobOption) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption, JobDisableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption, JobDisableOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption, JobDisableOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption, JobDisableOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, DisableJobOption, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disableAsync(String, JobScheduleDisableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disableAsync(String, JobScheduleDisableOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
disableAsync(String, JobScheduleDisableOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disableAsync(String, JobScheduleDisableOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
disableAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disableAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
disableAutoScale(String) - Method in class com.microsoft.azure.batch.PoolOperations
Disables automatic scaling on the specified pool.
disableAutoScale(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScale(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScale(String, PoolDisableAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScale(String, PoolDisableAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScale(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Disables automatic scaling on the specified pool.
disableAutoScaleAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String, PoolDisableAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String, PoolDisableAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String, PoolDisableAutoScaleOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String, PoolDisableAutoScaleOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScaleAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScaleWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScaleWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableAutoScaleWithServiceResponseAsync(String, PoolDisableAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Disables automatic scaling for a Pool.
disableAutoScaleWithServiceResponseAsync(String, PoolDisableAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Disables automatic scaling for a Pool.
disableComputeNodeScheduling(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Disables task scheduling on the specified compute node.
disableComputeNodeScheduling(String, String, DisableComputeNodeSchedulingOption) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Disables task scheduling on the specified compute node.
disableComputeNodeScheduling(String, String, DisableComputeNodeSchedulingOption, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Disables task scheduling on the specified compute node.
DisableComputeNodeSchedulingOption - Enum in com.microsoft.azure.batch.protocol.models
Defines values for DisableComputeNodeSchedulingOption.
DISABLED - com.microsoft.azure.batch.protocol.models.JobScheduleState
The user has disabled the Job Schedule.
DISABLED - com.microsoft.azure.batch.protocol.models.JobState
A user has disabled the Job.
DISABLED - com.microsoft.azure.batch.protocol.models.SchedulingState
No new Tasks will be scheduled on the Compute Node.
disableJob(String, DisableJobOption) - Method in class com.microsoft.azure.batch.JobOperations
Disables the specified job.
disableJob(String, DisableJobOption, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Disables the specified job.
DisableJobOption - Enum in com.microsoft.azure.batch.protocol.models
Defines values for DisableJobOption.
disableJobSchedule(String) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Disables the specified job schedule.
disableJobSchedule(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Disables the specified job schedule.
disableScheduling(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableScheduling(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableScheduling(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableScheduling(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableSchedulingAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableSchedulingWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableSchedulingWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableSchedulingWithServiceResponseAsync(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Disables Task scheduling on the specified Compute Node.
disableSchedulingWithServiceResponseAsync(String, String, DisableComputeNodeSchedulingOption, ComputeNodeDisableSchedulingOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Disables Task scheduling on the specified Compute Node.
disableTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableParameter
Get possible values include: 'requeue', 'terminate', 'wait'.
disableWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disableWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
disableWithServiceResponseAsync(String, DisableJobOption) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disableWithServiceResponseAsync(String, DisableJobOption) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disableWithServiceResponseAsync(String, DisableJobOption, JobDisableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Disables the specified Job, preventing new Tasks from running.
disableWithServiceResponseAsync(String, DisableJobOption, JobDisableOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Disables the specified Job, preventing new Tasks from running.
disableWithServiceResponseAsync(String, JobScheduleDisableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Disables a Job Schedule.
disableWithServiceResponseAsync(String, JobScheduleDisableOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Disables a Job Schedule.
DISABLING - com.microsoft.azure.batch.protocol.models.JobState
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() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get if specified, encryption is performed on each node in the pool during node provisioning.
DiskEncryptionConfiguration - Class in com.microsoft.azure.batch.protocol.models
The disk encryption configuration applied on compute nodes in the pool.
DiskEncryptionConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration
 
DiskEncryptionTarget - Enum in com.microsoft.azure.batch.protocol.models
Defines values for DiskEncryptionTarget.
DiskFull - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The compute node disk ran out of space when downloading the resource files required for the task.
diskReadGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the diskReadGiB value.
diskReadIOps() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the diskReadIOps value.
diskSizeGB() - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Get the diskSizeGB value.
diskWriteGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the diskWriteGiB value.
diskWriteIOps() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the diskWriteIOps value.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationSummary
Get the displayName value.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the displayName value.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the displayName value.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get it need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayName() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
displayStatus() - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Get the displayStatus value.
domain() - Method in class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
Gets the tenant or domain containing the application.
domain() - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Gets the tenant or domain containing the application.
doNotRunAfter() - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Get if you do not specify a doNotRunAfter time, and you are creating a recurring Job Schedule, the Job Schedule will remain active until you explicitly terminate it.
doNotRunUntil() - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Get if you do not specify a doNotRunUntil time, the schedule becomes ready to create Jobs immediately.
dynamicVNetAssignmentScope() - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Get possible values include: 'none', 'job'.
DynamicVNetAssignmentScope - Enum in com.microsoft.azure.batch.protocol.models
Defines values for DynamicVNetAssignmentScope.

E

elevationLevel() - Method in class com.microsoft.azure.batch.protocol.models.AutoUserSpecification
Get the default value is nonAdmin.
elevationLevel() - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Get the default value is nonAdmin.
ElevationLevel - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ElevationLevel.
EmptyMetadataKey - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
An add or update request specified a metadata item whose key is an empty string.
enable(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enable(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enable(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enable(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enable(String, JobEnableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enable(String, JobEnableOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enable(String, JobScheduleEnableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enable(String, JobScheduleEnableOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enableAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enableAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enableAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enableAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enableAsync(String, JobEnableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enableAsync(String, JobEnableOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enableAsync(String, JobEnableOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enableAsync(String, JobEnableOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enableAsync(String, JobScheduleEnableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enableAsync(String, JobScheduleEnableOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enableAsync(String, JobScheduleEnableOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enableAsync(String, JobScheduleEnableOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enableAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enableAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enableAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enableAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enableAutomaticUpdates() - Method in class com.microsoft.azure.batch.protocol.models.WindowsConfiguration
Get if omitted, the default value is true.
enableAutoScale() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get if false, at least one of targetDedicatedNodes and targetLowPriorityNodes must be specified.
enableAutoScale() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get if false, at least one of targetDedicatedNodes and targetLowPriorityNodes must be specified.
enableAutoScale() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get if false, at least one of targetDedicatedNodes and targetLowPriorityNodes must be specified.
enableAutoScale(String) - Method in class com.microsoft.azure.batch.PoolOperations
Enables automatic scaling on the specified pool.
enableAutoScale(String, PoolEnableAutoScaleParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScale(String, PoolEnableAutoScaleParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScale(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScale(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScale(String, String) - Method in class com.microsoft.azure.batch.PoolOperations
Enables automatic scaling on the specified pool.
enableAutoScale(String, String, Period) - Method in class com.microsoft.azure.batch.PoolOperations
Enables automatic scaling on the specified pool.
enableAutoScale(String, String, Period, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Enables automatic scaling on the specified pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScaleAsync(String, PoolEnableAutoScaleParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScaleWithServiceResponseAsync(String, PoolEnableAutoScaleParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScaleWithServiceResponseAsync(String, PoolEnableAutoScaleParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableAutoScaleWithServiceResponseAsync(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Enables automatic scaling for a Pool.
enableAutoScaleWithServiceResponseAsync(String, PoolEnableAutoScaleParameter, PoolEnableAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Enables automatic scaling for a Pool.
enableComputeNodeScheduling(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Enables task scheduling on the specified compute node.
enableComputeNodeScheduling(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Enables task scheduling on the specified compute node.
ENABLED - com.microsoft.azure.batch.protocol.models.SchedulingState
Tasks can be scheduled on the Compute Node.
enableInterNodeCommunication() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this imposes restrictions on which Compute Nodes can be assigned to the Pool.
enableInterNodeCommunication() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get enabling inter-node communication limits the maximum size of the Pool due to deployment restrictions on the Compute Nodes of the Pool.
enableInterNodeCommunication() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get enabling inter-node communication limits the maximum size of the Pool due to deployment restrictions on the Compute Nodes of the Pool.
enableJob(String) - Method in class com.microsoft.azure.batch.JobOperations
Enables the specified job, allowing new tasks to run.
enableJob(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Enables the specified job, allowing new tasks to run.
enableJobSchedule(String) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Enables the specified job schedule, allowing jobs to be created according to its Schedule.
enableJobSchedule(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Enables the specified job schedule, allowing jobs to be created according to its Schedule.
enableScheduling(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableScheduling(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableScheduling(String, String, ComputeNodeEnableSchedulingOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableScheduling(String, String, ComputeNodeEnableSchedulingOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String, ComputeNodeEnableSchedulingOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String, ComputeNodeEnableSchedulingOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String, ComputeNodeEnableSchedulingOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String, ComputeNodeEnableSchedulingOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableSchedulingAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableSchedulingWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableSchedulingWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableSchedulingWithServiceResponseAsync(String, String, ComputeNodeEnableSchedulingOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Enables Task scheduling on the specified Compute Node.
enableSchedulingWithServiceResponseAsync(String, String, ComputeNodeEnableSchedulingOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Enables Task scheduling on the specified Compute Node.
enableWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enableWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enableWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enableWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
enableWithServiceResponseAsync(String, JobEnableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Enables the specified Job, allowing new Tasks to run.
enableWithServiceResponseAsync(String, JobEnableOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Enables the specified Job, allowing new Tasks to run.
enableWithServiceResponseAsync(String, JobScheduleEnableOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Enables a Job Schedule.
enableWithServiceResponseAsync(String, JobScheduleEnableOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Enables a Job Schedule.
ENABLING - com.microsoft.azure.batch.protocol.models.JobState
A user has requested that the Job be enabled, but the enable operation is still in progress.
end() - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
Get the end value.
end() - Method in class com.microsoft.azure.batch.protocol.models.TaskIdRange
Get the end value.
endpointConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the endpointConfiguration value.
endpointConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Get pool endpoint configuration is only supported on Pools with the virtualMachineConfiguration property.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Get this property is set only if the Job is in the completed state.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get this property is set only if the Task is in the Completed state.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get this property is set only if the Task is in the Completed state.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
Get this property is set only if the Job Schedule is in the completed state.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get the latest time from which to include metrics.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Get the endTime value.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get this is the end time of the most recent run of the StartTask, if that run has completed (even if that run failed and a retry is pending).
endTime() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get this property is set only if the subtask is in the Completed state.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get this property is set only if the Task is in the Completed state.
endTime() - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Get any log file containing a log message in the time range will be uploaded.
EnvironmentSetting - Class in com.microsoft.azure.batch.protocol.models
An environment variable to be set on a Task process.
EnvironmentSetting() - Constructor for class com.microsoft.azure.batch.protocol.models.EnvironmentSetting
 
environmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the environmentSettings value.
environmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get the environmentSettings value.
environmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get the environmentSettings value.
environmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get the environmentSettings value.
environmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get the environmentSettings value.
environmentSettings() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get the environmentSettings value.
ephemeralOSDiskSettings() - Method in class com.microsoft.azure.batch.protocol.models.OSDisk
Get the ephemeralOSDiskSettings value.
error() - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRun
Get the error value.
error() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Get the error value.
error() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
Get this is the detailed error string from the Docker service, if available.
ERROR - com.microsoft.azure.batch.protocol.models.StatusLevelTypes
Enum value Error.
ErrorCategory - Enum in com.microsoft.azure.batch.protocol.models
Defines values for ErrorCategory.
errorDetails() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeError
Get the errorDetails value.
ErrorMessage - Class in com.microsoft.azure.batch.protocol.models
An error message received in an Azure Batch error response.
ErrorMessage() - Constructor for class com.microsoft.azure.batch.protocol.models.ErrorMessage
 
errors() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the errors value.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get this is an opaque string.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get this is an opaque string.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this is an opaque string.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get this is an opaque string.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Get you can use this to detect whether the Task has changed between requests.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Get the ETag HTTP response header.
eTag() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Get the ETag HTTP response header.
evaluateAutoScale(String, String) - Method in class com.microsoft.azure.batch.PoolOperations
Gets the result of evaluating an automatic scaling formula on the specified pool.
evaluateAutoScale(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScale(String, String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScale(String, String, PoolEvaluateAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScale(String, String, PoolEvaluateAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScale(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Gets the result of evaluating an automatic scaling formula on the specified pool.
evaluateAutoScaleAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String, PoolEvaluateAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String, PoolEvaluateAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String, PoolEvaluateAutoScaleOptions, ServiceCallback<AutoScaleRun>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String, PoolEvaluateAutoScaleOptions, ServiceCallback<AutoScaleRun>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String, ServiceCallback<AutoScaleRun>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleAsync(String, String, ServiceCallback<AutoScaleRun>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleWithServiceResponseAsync(String, String, PoolEvaluateAutoScaleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets the result of evaluating an automatic scaling formula on the Pool.
evaluateAutoScaleWithServiceResponseAsync(String, String, PoolEvaluateAutoScaleOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets the result of evaluating an automatic scaling formula on the Pool.
exactVersion() - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Get the specific version of the platform image or marketplace image used to create the node.
executionInfo() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the executionInfo value.
executionInfo() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the executionInfo value.
executionInfo() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the executionInfo value.
executionInfo() - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Get the executionInfo value.
exists(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
exists(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
exists(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
exists(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
exists(String, JobScheduleExistsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
exists(String, JobScheduleExistsOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
exists(String, PoolExistsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
exists(String, PoolExistsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
existsAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
existsAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
existsAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
existsAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
existsAsync(String, JobScheduleExistsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
existsAsync(String, JobScheduleExistsOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
existsAsync(String, JobScheduleExistsOptions, ServiceCallback<Boolean>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
existsAsync(String, JobScheduleExistsOptions, ServiceCallback<Boolean>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
existsAsync(String, PoolExistsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
existsAsync(String, PoolExistsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
existsAsync(String, PoolExistsOptions, ServiceCallback<Boolean>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
existsAsync(String, PoolExistsOptions, ServiceCallback<Boolean>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
existsAsync(String, ServiceCallback<Boolean>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
existsAsync(String, ServiceCallback<Boolean>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
existsAsync(String, ServiceCallback<Boolean>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
existsAsync(String, ServiceCallback<Boolean>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
existsJobSchedule(String) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Checks whether the specified job schedule exists.
existsJobSchedule(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Checks whether the specified job schedule exists.
existsPool(String) - Method in class com.microsoft.azure.batch.PoolOperations
Checks whether the specified pool exists.
existsPool(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Checks whether the specified pool exists.
existsWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
existsWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
existsWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
existsWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
existsWithServiceResponseAsync(String, JobScheduleExistsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Checks the specified Job Schedule exists.
existsWithServiceResponseAsync(String, JobScheduleExistsOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Checks the specified Job Schedule exists.
existsWithServiceResponseAsync(String, PoolExistsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets basic properties of a Pool.
existsWithServiceResponseAsync(String, PoolExistsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets basic properties of a Pool.
exitCode() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get this parameter is returned only if the Task is in the completed state.
exitCode() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get this parameter is returned only if the Task is in the completed state.
exitCode() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get this property is set only if the StartTask is in the completed state.
exitCode() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get this property is set only if the subtask is in the completed state.
exitCode() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get this property is set only if the Task is in the completed state.
ExitCodeMapping - Class in com.microsoft.azure.batch.protocol.models
How the Batch service should respond if a Task exits with a particular exit code.
ExitCodeMapping() - Constructor for class com.microsoft.azure.batch.protocol.models.ExitCodeMapping
 
ExitCodeRangeMapping - Class in com.microsoft.azure.batch.protocol.models
A range of exit codes and how the Batch service should respond to exit codes within that range.
ExitCodeRangeMapping() - Constructor for class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
 
exitCodeRanges() - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Get the exitCodeRanges value.
exitCodes() - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Get the exitCodes value.
exitConditions() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get how the Batch service should respond when the Task completes.
exitConditions() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get how the Batch service should respond when the Task completes.
ExitConditions - Class in com.microsoft.azure.batch.protocol.models
Specifies how the Batch service should respond when the Task completes.
ExitConditions() - Constructor for class com.microsoft.azure.batch.protocol.models.ExitConditions
 
exitOptions() - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeMapping
Get the exitOptions value.
exitOptions() - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
Get the exitOptions value.
ExitOptions - Class in com.microsoft.azure.batch.protocol.models
Specifies how the Batch service responds to a particular exit condition.
ExitOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.ExitOptions
 
expand() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get an OData $expand clause.
expand() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get an OData $expand clause.
expandClause() - Method in class com.microsoft.azure.batch.DetailLevel
Gets the OData expand clause.
expiryTime() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Get if omitted, the default is 1 day from the current time.
expiryTime() - Method in class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
Get if omitted, the default is 1 day from the current time.
extensions() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get if specified, the extensions mentioned in this configuration will be installed on each node.

F

failed() - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Get the failed value.
failed() - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Get the failed value.
FAILURE - com.microsoft.azure.batch.protocol.models.TaskExecutionResult
There was an error during processing of the Task.
failureInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get this property is set only if the Task is in the completed state and encountered a failure.
failureInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get this property is set only if the Task is in the completed state and encountered a failure.
failureInfo() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get this property is set only if the Task is in the completed state and encountered a failure.
failureInfo() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get this property is set only if the Task is in the completed state and encountered a failure.
failureInfo() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get this property is set only if the Task is in the completed state and encountered a failure.
failureTaskList() - Method in exception com.microsoft.azure.batch.CreateTasksErrorException
 
FileDeleteFromComputeNodeHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for DeleteFromComputeNode operation.
FileDeleteFromComputeNodeHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeHeaders
 
FileDeleteFromComputeNodeOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for deleteFromComputeNode operation.
FileDeleteFromComputeNodeOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
 
FileDeleteFromTaskHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for DeleteFromTask operation.
FileDeleteFromTaskHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskHeaders
 
FileDeleteFromTaskOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for deleteFromTask operation.
FileDeleteFromTaskOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
 
FileGetFromComputeNodeHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetFromComputeNode operation.
FileGetFromComputeNodeHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
 
FileGetFromComputeNodeOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getFromComputeNode operation.
FileGetFromComputeNodeOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
 
FileGetFromTaskHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetFromTask operation.
FileGetFromTaskHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
 
FileGetFromTaskOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getFromTask operation.
FileGetFromTaskOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
 
FileGetPropertiesFromComputeNodeHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetPropertiesFromComputeNode operation.
FileGetPropertiesFromComputeNodeHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
 
FileGetPropertiesFromComputeNodeOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getPropertiesFromComputeNode operation.
FileGetPropertiesFromComputeNodeOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
 
FileGetPropertiesFromTaskHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetPropertiesFromTask operation.
FileGetPropertiesFromTaskHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
 
FileGetPropertiesFromTaskOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getPropertiesFromTask operation.
FileGetPropertiesFromTaskOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
 
FileListFromComputeNodeHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListFromComputeNode operation.
FileListFromComputeNodeHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
 
FileListFromComputeNodeNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listFromComputeNodeNext operation.
FileListFromComputeNodeNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
 
FileListFromComputeNodeOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listFromComputeNode operation.
FileListFromComputeNodeOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
 
FileListFromTaskHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListFromTask operation.
FileListFromTaskHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
 
FileListFromTaskNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listFromTaskNext operation.
FileListFromTaskNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
 
FileListFromTaskOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listFromTask operation.
FileListFromTaskOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
 
fileMode() - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Get the file mode is returned only for files on Linux Compute Nodes.
fileMode() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get this property applies only to files being downloaded to Linux Compute Nodes.
FileNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A node file requested from a task or compute node was not found.
fileOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a FileOperations object for performing file-related operations on the associated account.
FileOperations - Class in com.microsoft.azure.batch
Performs file-related operations on an Azure Batch account.
filePath() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get if the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename.
filePattern() - Method in class com.microsoft.azure.batch.protocol.models.OutputFile
Get both relative and absolute paths are supported.
FileProperties - Class in com.microsoft.azure.batch.protocol.models
The properties of a file on a Compute Node.
FileProperties() - Constructor for class com.microsoft.azure.batch.protocol.models.FileProperties
 
files() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Files object to access its operations.
files() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Files object to access its operations.
Files - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Files.
FilesImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Files.
FilesImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Initializes an instance of FilesImpl.
fileUploadError() - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Get if the Task exited with an exit code that was specified via exitCodes or exitCodeRanges, and then encountered a file upload error, then the action specified by the exit code takes precedence.
filter() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get an OData $filter clause.
filter() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get an OData $filter clause.
filterClause() - Method in class com.microsoft.azure.batch.DetailLevel
Gets the OData filter clause.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.AccessScope
Parses a serialized value to a AccessScope instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.AllocationState
Parses a serialized value to a AllocationState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.AutoUserScope
Parses a serialized value to a AutoUserScope instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CachingType
Parses a serialized value to a CachingType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateFormat
Parses a serialized value to a CertificateFormat instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateState
Parses a serialized value to a CertificateState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateStoreLocation
Parses a serialized value to a CertificateStoreLocation instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateVisibility
Parses a serialized value to a CertificateVisibility instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Parses a serialized value to a ComputeNodeDeallocationOption instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeFillType
Parses a serialized value to a ComputeNodeFillType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Parses a serialized value to a ComputeNodeRebootOption instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Parses a serialized value to a ComputeNodeReimageOption instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeState
Parses a serialized value to a ComputeNodeState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ContainerWorkingDirectory
Parses a serialized value to a ContainerWorkingDirectory instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DependencyAction
Parses a serialized value to a DependencyAction instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DiffDiskPlacement
Parses a serialized value to a DiffDiskPlacement instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
Parses a serialized value to a DisableComputeNodeSchedulingOption instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DisableJobOption
Parses a serialized value to a DisableJobOption instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget
Parses a serialized value to a DiskEncryptionTarget instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope
Parses a serialized value to a DynamicVNetAssignmentScope instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ElevationLevel
Parses a serialized value to a ElevationLevel instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ErrorCategory
Parses a serialized value to a ErrorCategory instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.InboundEndpointProtocol
Parses a serialized value to a InboundEndpointProtocol instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
Parses a serialized value to a IPAddressProvisioningType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobAction
Parses a serialized value to a JobAction instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobPreparationTaskState
Parses a serialized value to a JobPreparationTaskState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobReleaseTaskState
Parses a serialized value to a JobReleaseTaskState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobScheduleState
Parses a serialized value to a JobScheduleState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobState
Parses a serialized value to a JobState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.LoginMode
Parses a serialized value to a LoginMode instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRuleAccess
Parses a serialized value to a NetworkSecurityGroupRuleAccess instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType
Parses a serialized value to a NodePlacementPolicyType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OnAllTasksComplete
Parses a serialized value to a OnAllTasksComplete instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OnTaskFailure
Parses a serialized value to a OnTaskFailure instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OSType
Parses a serialized value to a OSType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
Parses a serialized value to a OutputFileUploadCondition instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.PoolIdentityType
Parses a serialized value to a PoolIdentityType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.PoolLifetimeOption
Parses a serialized value to a PoolLifetimeOption instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.PoolState
Parses a serialized value to a PoolState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.SchedulingState
Parses a serialized value to a SchedulingState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.StartTaskState
Parses a serialized value to a StartTaskState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.StatusLevelTypes
Parses a serialized value to a StatusLevelTypes instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.StorageAccountType
Parses a serialized value to a StorageAccountType instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.SubtaskState
Parses a serialized value to a SubtaskState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.TaskAddStatus
Parses a serialized value to a TaskAddStatus instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.TaskExecutionResult
Parses a serialized value to a TaskExecutionResult instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.TaskState
Parses a serialized value to a TaskState instance.
fromString(String) - Static method in enum com.microsoft.azure.batch.protocol.models.VerificationType
Parses a serialized value to a VerificationType instance.
frontendPort() - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Get the frontendPort value.
frontendPortRangeEnd() - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Get acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service.
frontendPortRangeStart() - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Get acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved.

G

generateClientRequestId() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets Whether a unique x-ms-client-request-id should be generated.
generateClientRequestId() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets Whether a unique x-ms-client-request-id should be generated.
get(String) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
get(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
get(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
get(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
get(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
get(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
get(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
get(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
get(String, ApplicationGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
get(String, ApplicationGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
get(String, JobGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
get(String, JobGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
get(String, JobScheduleGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
get(String, JobScheduleGetOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
get(String, PoolGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
get(String, PoolGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
get(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
get(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
get(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
get(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
get(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
get(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
get(String, String, CertificateGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
get(String, String, CertificateGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
get(String, String, ComputeNodeGetOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
get(String, String, ComputeNodeGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
get(String, String, TaskGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
get(String, String, TaskGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
get(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
get(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
get(String, String, String, ComputeNodeExtensionGetOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
get(String, String, String, ComputeNodeExtensionGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
getAllJobsLifetimeStatistics() - Method in class com.microsoft.azure.batch.JobOperations
Gets lifetime summary statistics for all of the jobs in the current account.
getAllJobsLifetimeStatistics(Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Gets lifetime summary statistics for all of the jobs in the current account.
getAllLifetimeStatistics() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatistics() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatistics() - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatistics() - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatistics(JobGetAllLifetimeStatisticsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatistics(JobGetAllLifetimeStatisticsOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatistics(PoolGetAllLifetimeStatisticsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatistics(PoolGetAllLifetimeStatisticsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync() - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync() - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions, ServiceCallback<JobStatistics>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions, ServiceCallback<JobStatistics>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions, ServiceCallback<PoolStatistics>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions, ServiceCallback<PoolStatistics>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsAsync(ServiceCallback<PoolStatistics>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsAsync(ServiceCallback<PoolStatistics>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync(JobGetAllLifetimeStatisticsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync(JobGetAllLifetimeStatisticsOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets lifetime summary statistics for all of the Jobs in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync(PoolGetAllLifetimeStatisticsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllLifetimeStatisticsWithServiceResponseAsync(PoolGetAllLifetimeStatisticsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets lifetime summary statistics for all of the Pools in the specified Account.
getAllPoolsLifetimeStatistics() - Method in class com.microsoft.azure.batch.PoolOperations
Gets lifetime summary statistics for all of the pools in the current account.
getAllPoolsLifetimeStatistics(Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Gets lifetime summary statistics for all of the pools in the current account.
getApplication(String) - Method in class com.microsoft.azure.batch.ApplicationOperations
Gets information about the specified application.
getApplication(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ApplicationOperations
Gets information about the specified application.
getAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
getAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
getAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
getAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
getAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
getAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
getAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
getAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
getAsync(String, ApplicationGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
getAsync(String, ApplicationGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
getAsync(String, ApplicationGetOptions, ServiceCallback<ApplicationSummary>) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
getAsync(String, ApplicationGetOptions, ServiceCallback<ApplicationSummary>) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
getAsync(String, JobGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
getAsync(String, JobGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
getAsync(String, JobGetOptions, ServiceCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
getAsync(String, JobGetOptions, ServiceCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
getAsync(String, JobScheduleGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
getAsync(String, JobScheduleGetOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
getAsync(String, JobScheduleGetOptions, ServiceCallback<CloudJobSchedule>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
getAsync(String, JobScheduleGetOptions, ServiceCallback<CloudJobSchedule>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
getAsync(String, PoolGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
getAsync(String, PoolGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
getAsync(String, PoolGetOptions, ServiceCallback<CloudPool>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
getAsync(String, PoolGetOptions, ServiceCallback<CloudPool>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
getAsync(String, ServiceCallback<ApplicationSummary>) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
getAsync(String, ServiceCallback<ApplicationSummary>) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
getAsync(String, ServiceCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
getAsync(String, ServiceCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
getAsync(String, ServiceCallback<CloudJobSchedule>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
getAsync(String, ServiceCallback<CloudJobSchedule>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
getAsync(String, ServiceCallback<CloudPool>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
getAsync(String, ServiceCallback<CloudPool>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
getAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
getAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
getAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
getAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
getAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
getAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
getAsync(String, String, CertificateGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
getAsync(String, String, CertificateGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
getAsync(String, String, CertificateGetOptions, ServiceCallback<Certificate>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
getAsync(String, String, CertificateGetOptions, ServiceCallback<Certificate>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
getAsync(String, String, ComputeNodeGetOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
getAsync(String, String, ComputeNodeGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
getAsync(String, String, ComputeNodeGetOptions, ServiceCallback<ComputeNode>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
getAsync(String, String, ComputeNodeGetOptions, ServiceCallback<ComputeNode>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
getAsync(String, String, TaskGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
getAsync(String, String, TaskGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
getAsync(String, String, TaskGetOptions, ServiceCallback<CloudTask>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
getAsync(String, String, TaskGetOptions, ServiceCallback<CloudTask>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
getAsync(String, String, ServiceCallback<Certificate>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
getAsync(String, String, ServiceCallback<Certificate>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
getAsync(String, String, ServiceCallback<CloudTask>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
getAsync(String, String, ServiceCallback<CloudTask>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
getAsync(String, String, ServiceCallback<ComputeNode>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
getAsync(String, String, ServiceCallback<ComputeNode>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
getAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
getAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
getAsync(String, String, String, ComputeNodeExtensionGetOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
getAsync(String, String, String, ComputeNodeExtensionGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
getAsync(String, String, String, ComputeNodeExtensionGetOptions, ServiceCallback<NodeVMExtension>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
getAsync(String, String, String, ComputeNodeExtensionGetOptions, ServiceCallback<NodeVMExtension>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
getAsync(String, String, String, ServiceCallback<NodeVMExtension>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
getAsync(String, String, String, ServiceCallback<NodeVMExtension>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
getAzureClient() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the AzureClient used for long running operations.
getAzureClient() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the AzureClient used for long running operations.
getCertificate(String, String) - Method in class com.microsoft.azure.batch.CertificateOperations
Gets the specified Certificate.
getCertificate(String, String, DetailLevel) - Method in class com.microsoft.azure.batch.CertificateOperations
Gets the specified Certificate.
getCertificate(String, String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Gets the specified Certificate.
getComputeNode(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets the specified compute node.
getComputeNode(String, String, DetailLevel) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets the specified compute node.
getComputeNode(String, String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets the specified compute node.
getComputeNodeRemoteDesktop(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets a Remote Desktop Protocol (RDP) file for the specified node.
getComputeNodeRemoteDesktop(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets a Remote Desktop Protocol (RDP) file for the specified node.
getComputeNodeRemoteLoginSettings(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets the settings required for remote login to a compute node.
getComputeNodeRemoteLoginSettings(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Gets the settings required for remote login to a compute node.
getFileFromComputeNode(String, String, String, OutputStream) - Method in class com.microsoft.azure.batch.FileOperations
Downloads the specified file from the specified compute node.
getFileFromComputeNode(String, String, String, Iterable<BatchClientBehavior>, OutputStream) - Method in class com.microsoft.azure.batch.FileOperations
Downloads the specified file from the specified compute node.
getFileFromTask(String, String, String, OutputStream) - Method in class com.microsoft.azure.batch.FileOperations
Downloads the specified file from the specified task's directory on its compute node.
getFileFromTask(String, String, String, Iterable<BatchClientBehavior>, OutputStream) - Method in class com.microsoft.azure.batch.FileOperations
Downloads the specified file from the specified task's directory on its compute node.
getFilePropertiesFromComputeNode(String, String, String) - Method in class com.microsoft.azure.batch.FileOperations
Gets information about a file on a compute node.
getFilePropertiesFromComputeNode(String, String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Gets information about a file on a compute node.
getFilePropertiesFromTask(String, String, String) - Method in class com.microsoft.azure.batch.FileOperations
Gets information about a file from the specified task's directory on its compute node.
getFilePropertiesFromTask(String, String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Gets information about a file from the specified task's directory on its compute node.
getFromComputeNode(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNode(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNode(String, String, String, FileGetFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNode(String, String, String, FileGetFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNode(String, String, String, FileGetFromComputeNodeOptions, OutputStream) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified compute node file.
getFromComputeNode(String, String, String, FileGetFromComputeNodeOptions, OutputStream) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
 
getFromComputeNode(String, String, String, OutputStream) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified task file.
getFromComputeNode(String, String, String, OutputStream) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
 
getFromComputeNodeAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String, FileGetFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String, FileGetFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String, FileGetFromComputeNodeOptions, ServiceCallback<InputStream>) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String, FileGetFromComputeNodeOptions, ServiceCallback<InputStream>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String, ServiceCallback<InputStream>) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNodeAsync(String, String, String, ServiceCallback<InputStream>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNodeWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNodeWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromComputeNodeWithServiceResponseAsync(String, String, String, FileGetFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Compute Node file.
getFromComputeNodeWithServiceResponseAsync(String, String, String, FileGetFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Compute Node file.
getFromTask(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTask(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTask(String, String, String, FileGetFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTask(String, String, String, FileGetFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTask(String, String, String, FileGetFromTaskOptions, OutputStream) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified task file.
getFromTask(String, String, String, FileGetFromTaskOptions, OutputStream) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
 
getFromTask(String, String, String, OutputStream) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified task file.
getFromTask(String, String, String, OutputStream) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
 
getFromTaskAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String, FileGetFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String, FileGetFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String, FileGetFromTaskOptions, ServiceCallback<InputStream>) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String, FileGetFromTaskOptions, ServiceCallback<InputStream>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String, ServiceCallback<InputStream>) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTaskAsync(String, String, String, ServiceCallback<InputStream>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTaskWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTaskWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getFromTaskWithServiceResponseAsync(String, String, String, FileGetFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Returns the content of the specified Task file.
getFromTaskWithServiceResponseAsync(String, String, String, FileGetFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Returns the content of the specified Task file.
getJob(String) - Method in class com.microsoft.azure.batch.JobOperations
Gets the specified CloudJob.
getJob(String, DetailLevel) - Method in class com.microsoft.azure.batch.JobOperations
Gets the specified CloudJob.
getJob(String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Gets the specified CloudJob.
getJobSchedule(String) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Gets the specified CloudJobSchedule.
getJobSchedule(String, DetailLevel) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Gets the specified CloudJobSchedule.
getJobSchedule(String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Gets the specified CloudJobSchedule.
getPool(String) - Method in class com.microsoft.azure.batch.PoolOperations
Gets the specified CloudPool.
getPool(String, DetailLevel) - Method in class com.microsoft.azure.batch.PoolOperations
Gets the specified CloudPool.
getPool(String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Gets the specified CloudPool.
getPropertiesFromComputeNode(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNode(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNode(String, String, String, FileGetPropertiesFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNode(String, String, String, FileGetPropertiesFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String, FileGetPropertiesFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String, FileGetPropertiesFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String, FileGetPropertiesFromComputeNodeOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String, FileGetPropertiesFromComputeNodeOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeAsync(String, String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeWithServiceResponseAsync(String, String, String, FileGetPropertiesFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Compute Node file.
getPropertiesFromComputeNodeWithServiceResponseAsync(String, String, String, FileGetPropertiesFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Compute Node file.
getPropertiesFromTask(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTask(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTask(String, String, String, FileGetPropertiesFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTask(String, String, String, FileGetPropertiesFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String, FileGetPropertiesFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String, FileGetPropertiesFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String, FileGetPropertiesFromTaskOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String, FileGetPropertiesFromTaskOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTaskAsync(String, String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTaskWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTaskWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getPropertiesFromTaskWithServiceResponseAsync(String, String, String, FileGetPropertiesFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Gets the properties of the specified Task file.
getPropertiesFromTaskWithServiceResponseAsync(String, String, String, FileGetPropertiesFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Gets the properties of the specified Task file.
getRemoteDesktop(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktop(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktop(String, String, ComputeNodeGetRemoteDesktopOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktop(String, String, ComputeNodeGetRemoteDesktopOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktop(String, String, ComputeNodeGetRemoteDesktopOptions, OutputStream) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified compute node.
getRemoteDesktop(String, String, ComputeNodeGetRemoteDesktopOptions, OutputStream) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified compute node.
getRemoteDesktop(String, String, OutputStream) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
 
getRemoteDesktop(String, String, OutputStream) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified compute node.
getRemoteDesktopAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String, ComputeNodeGetRemoteDesktopOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String, ComputeNodeGetRemoteDesktopOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String, ComputeNodeGetRemoteDesktopOptions, ServiceCallback<InputStream>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String, ComputeNodeGetRemoteDesktopOptions, ServiceCallback<InputStream>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String, ServiceCallback<InputStream>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopAsync(String, String, ServiceCallback<InputStream>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopWithServiceResponseAsync(String, String, ComputeNodeGetRemoteDesktopOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteDesktopWithServiceResponseAsync(String, String, ComputeNodeGetRemoteDesktopOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the Remote Desktop Protocol file for the specified Compute Node.
getRemoteLoginSettings(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettings(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettings(String, String, ComputeNodeGetRemoteLoginSettingsOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettings(String, String, ComputeNodeGetRemoteLoginSettingsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions, ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions, ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String, ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsAsync(String, String, ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsWithServiceResponseAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets the settings required for remote login to a Compute Node.
getRemoteLoginSettingsWithServiceResponseAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets the settings required for remote login to a Compute Node.
getTask(String, String) - Method in class com.microsoft.azure.batch.TaskOperations
Gets the specified CloudTask.
getTask(String, String, DetailLevel) - Method in class com.microsoft.azure.batch.TaskOperations
Gets the specified CloudTask.
getTask(String, String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Gets the specified CloudTask.
getTaskCounts(String) - Method in class com.microsoft.azure.batch.JobOperations
Gets the task counts for the specified job.
getTaskCounts(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCounts(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCounts(String, JobGetTaskCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCounts(String, JobGetTaskCountsOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCounts(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Gets the task counts for the specified job.
getTaskCountsAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCountsAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCountsAsync(String, JobGetTaskCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCountsAsync(String, JobGetTaskCountsOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCountsAsync(String, JobGetTaskCountsOptions, ServiceCallback<TaskCountsResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCountsAsync(String, JobGetTaskCountsOptions, ServiceCallback<TaskCountsResult>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCountsAsync(String, ServiceCallback<TaskCountsResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCountsAsync(String, ServiceCallback<TaskCountsResult>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCountsResult(String) - Method in class com.microsoft.azure.batch.JobOperations
Gets the task counts result for the specified job.
getTaskCountsResult(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Gets the task counts result for the specified job.
getTaskCountsWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCountsWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskCountsWithServiceResponseAsync(String, JobGetTaskCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets the Task counts for the specified Job.
getTaskCountsWithServiceResponseAsync(String, JobGetTaskCountsOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets the Task counts for the specified Job.
getTaskSlotCounts(String) - Method in class com.microsoft.azure.batch.JobOperations
Gets the task slot counts for the specified job.
getTaskSlotCounts(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Gets the task slot counts for the specified job.
getToken(Request) - Method in class com.microsoft.azure.batch.auth.BatchApplicationTokenCredentials
 
getToken(Request) - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
 
getWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
getWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
getWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
getWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
getWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
getWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
getWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
getWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
getWithServiceResponseAsync(String, ApplicationGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Gets information about the specified Application.
getWithServiceResponseAsync(String, ApplicationGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Gets information about the specified Application.
getWithServiceResponseAsync(String, JobGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Gets information about the specified Job.
getWithServiceResponseAsync(String, JobGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Gets information about the specified Job.
getWithServiceResponseAsync(String, JobScheduleGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Gets information about the specified Job Schedule.
getWithServiceResponseAsync(String, JobScheduleGetOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Gets information about the specified Job Schedule.
getWithServiceResponseAsync(String, PoolGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Gets information about the specified Pool.
getWithServiceResponseAsync(String, PoolGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Gets information about the specified Pool.
getWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
getWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
getWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
getWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
getWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
getWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
getWithServiceResponseAsync(String, String, CertificateGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Gets information about the specified Certificate.
getWithServiceResponseAsync(String, String, CertificateGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Gets information about the specified Certificate.
getWithServiceResponseAsync(String, String, ComputeNodeGetOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Gets information about the specified Compute Node.
getWithServiceResponseAsync(String, String, ComputeNodeGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Gets information about the specified Compute Node.
getWithServiceResponseAsync(String, String, TaskGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Gets information about the specified Task.
getWithServiceResponseAsync(String, String, TaskGetOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Gets information about the specified Task.
getWithServiceResponseAsync(String, String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
getWithServiceResponseAsync(String, String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
getWithServiceResponseAsync(String, String, String, ComputeNodeExtensionGetOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Gets information about the specified Compute Node Extension.
getWithServiceResponseAsync(String, String, String, ComputeNodeExtensionGetOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Gets information about the specified Compute Node Extension.
gid() - Method in class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
Get the uid and gid properties must be specified together or not at all.

H

handler() - Method in class com.microsoft.azure.batch.interceptor.RequestInterceptor
Gets the handler which will intercept requests to the Batch service.
HostInformationNotPresent - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The host information was missing from the HTTP request.
httpUrl() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.

I

id() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationSummary
Get the id value.
id() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the ID is case-preserving and case-insensitive (that is, you may not have two IDs within an Account that differ only by case).
id() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the id value.
id() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get every Compute Node that is added to a Pool is assigned a unique ID.
id() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
id() - Method in class com.microsoft.azure.batch.protocol.models.RecentJob
Get the id value.
id() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get the id value.
id() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
identity() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the list of user identities associated with the Batch pool.
identityReference() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
identityReference() - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Get the identityReference value.
identityReference() - Method in class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
Get the identity must have write access to the Azure Blob Storage container.
identityReference() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get the identityReference value.
identityReference() - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Get the identity must have write access to the Azure Blob Storage container.
idle() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the idle value.
IDLE - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node is not currently running a Task.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get an ETag value associated with the version of the resource known to the client.
ifMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get an ETag value associated with the version of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifModifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get an ETag value associated with the version of the resource known to the client.
ifNoneMatch() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get an ETag value associated with the version of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
ifUnmodifiedSince() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get a timestamp indicating the last modified time of the resource known to the client.
IInheritedBehaviors - Interface in com.microsoft.azure.batch
This interface defines methods and properties that are inherited from the instantiating parent object.
ImageInformation - Class in com.microsoft.azure.batch.protocol.models
A reference to the Azure Virtual Machines Marketplace Image and additional information about the Image.
ImageInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.ImageInformation
 
imageName() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Get this is the full Image reference, as would be specified to "docker pull".
imageReference() - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Get the imageReference value.
imageReference() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get the imageReference value.
imageReference() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineInfo
Get the imageReference value.
ImageReference - Class in com.microsoft.azure.batch.protocol.models
A reference to an Azure Virtual Machines Marketplace Image or a Shared Image Gallery Image.
ImageReference() - Constructor for class com.microsoft.azure.batch.protocol.models.ImageReference
 
InboundEndpoint - Class in com.microsoft.azure.batch.protocol.models
An inbound endpoint on a Compute Node.
InboundEndpoint() - Constructor for class com.microsoft.azure.batch.protocol.models.InboundEndpoint
 
InboundEndpointProtocol - Enum in com.microsoft.azure.batch.protocol.models
Defines values for InboundEndpointProtocol.
inboundEndpoints() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEndpointConfiguration
Get the inboundEndpoints value.
InboundNATPool - Class in com.microsoft.azure.batch.protocol.models
A inbound NAT Pool that can be used to address specific ports on Compute Nodes in a Batch Pool externally.
InboundNATPool() - Constructor for class com.microsoft.azure.batch.protocol.models.InboundNATPool
 
inboundNATPools() - Method in class com.microsoft.azure.batch.protocol.models.PoolEndpointConfiguration
Get the maximum number of inbound NAT Pools per Batch Pool is 5.
INFO - com.microsoft.azure.batch.protocol.models.StatusLevelTypes
Enum value Info.
initialize() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
 
instanceView() - Method in class com.microsoft.azure.batch.protocol.models.NodeVMExtension
Get the instanceView value.
InstanceViewStatus - Class in com.microsoft.azure.batch.protocol.models
The instance view status.
InstanceViewStatus() - Constructor for class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
 
InsufficientAccountPermissions - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The account being accessed does not have sufficient permissions to execute this operation.
INTERACTIVE - com.microsoft.azure.batch.protocol.models.LoginMode
The LOGON32_LOGON_INTERACTIVE Win32 login mode.
InternalError - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
An internal error occurred in the Batch service.
InvalidApplicationPackageReferences - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
One or more application package references could not be satisfied.
InvalidApplicationPackageReferencesInAutoPool - Static variable in class com.microsoft.azure.batch.JobSchedulingErrorCodes
The auto pool specification for the job has one or more application package references which could not be satisfied.
InvalidAuthenticationInfo - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The authentication credentials were not provided in the correct format.
InvalidAutoScaleFormulaInAutoPool - Static variable in class com.microsoft.azure.batch.JobSchedulingErrorCodes
The auto pool specification for the job has an invalid automatic scaling formula.
InvalidAutoScalingSettings - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified auto-scale settings are not valid.
InvalidCertificateReferences - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A pool specification specifies one or more invalid certificates (for example, certificates that are not present in the Batch account).
InvalidCertificatesInAutoPool - Static variable in class com.microsoft.azure.batch.JobSchedulingErrorCodes
The auto pool specification for the job has an invalid certificate reference (for example, to a certificate that does not exist).
InvalidConstraintValue - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A value in a job or task constraint is out of range.
InvalidHeaderValue - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The value of one of the HTTP headers was in an incorrect format.
InvalidHttpVerb - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The Batch service did not recognize the HTTP verb used for the request.
InvalidInput - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
One of the request inputs is not valid.
InvalidMetadata - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
An add or update request specified a metadata item which contains characters that are not permitted.
InvalidPropertyValue - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The value of a property in the HTTP request body is invalid.
InvalidQueryParameterValue - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The HTTP request URI contained invalid value for one of the query parameters.
InvalidRange - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified byte range is invalid for the given resource.
InvalidRequestBody - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The HTTP request body is not syntactically valid.
InvalidRestAPIForAccountSetting - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
There is a conflict between the REST API being used and the account.
InvalidUri - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The HTTP request URI was invalid.
IOError - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
An I/O error occurred while trying to access a resource within the Batch account.
ipAddress() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get every Compute Node that is added to a Pool is assigned a unique IP address.
ipAddressIds() - Method in class com.microsoft.azure.batch.protocol.models.PublicIPAddressConfiguration
Get the number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 low-priority nodes can be allocated for each public IP.
IPAddressProvisioningType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for IPAddressProvisioningType.
isAdmin() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Get the default value is false.
isDedicated() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the isDedicated value.
isDirectory() - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Get the isDirectory value.
items() - Method in class com.microsoft.azure.batch.protocol.models.PageImpl
Gets the list of items.

J

JOB - com.microsoft.azure.batch.protocol.models.AccessScope
Grants access to perform all operations on the Job containing the Task.
JOB - com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope
Dynamic VNet assignment is done per-job.
JOB - com.microsoft.azure.batch.protocol.models.PoolLifetimeOption
The Pool exists for the lifetime of the Job to which it is dedicated.
JOB_SCHEDULE - com.microsoft.azure.batch.protocol.models.PoolLifetimeOption
The Pool exists for the lifetime of the Job Schedule.
jobAction() - Method in class com.microsoft.azure.batch.protocol.models.ExitOptions
Get the default is none for exit code 0 and terminate for all other exit conditions.
JobAction - Enum in com.microsoft.azure.batch.protocol.models
Defines values for JobAction.
JobAddHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Add operation.
JobAddHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobAddHeaders
 
JobAddOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for add operation.
JobAddOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobAddOptions
 
JobAddParameter - Class in com.microsoft.azure.batch.protocol.models
An Azure Batch Job to add.
JobAddParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobAddParameter
 
JobBeingDeleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job operation was attempted which is not permitted when the job is in the process of being deleted.
JobBeingTerminated - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job operation was attempted which is not permitted when the job is in the process of being terminated.
JobCompleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job operation was attempted which is not permitted when the job has been completed.
JobConstraints - Class in com.microsoft.azure.batch.protocol.models
The execution constraints for a Job.
JobConstraints() - Constructor for class com.microsoft.azure.batch.protocol.models.JobConstraints
 
JobDeleteHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Delete operation.
JobDeleteHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobDeleteHeaders
 
JobDeleteOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for delete operation.
JobDeleteOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
 
JobDisabled - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified job is disabled.
JobDisableHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Disable operation.
JobDisableHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
 
JobDisableOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for disable operation.
JobDisableOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobDisableOptions
 
JobDisableParameter - Class in com.microsoft.azure.batch.protocol.models
Options when disabling a Job.
JobDisableParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobDisableParameter
 
JobEnableHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Enable operation.
JobEnableHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
 
JobEnableOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for enable operation.
JobEnableOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobEnableOptions
 
JobExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
Contains information about the execution of a Job in the Azure Batch service.
JobExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
 
JobExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified job exists.
JobGetAllLifetimeStatisticsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetAllLifetimeStatistics operation.
JobGetAllLifetimeStatisticsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
 
JobGetAllLifetimeStatisticsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getAllLifetimeStatistics operation.
JobGetAllLifetimeStatisticsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
 
JobGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
JobGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobGetHeaders
 
JobGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
JobGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobGetOptions
 
JobGetTaskCountsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetTaskCounts operation.
JobGetTaskCountsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders
 
JobGetTaskCountsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getTaskCounts operation.
JobGetTaskCountsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
 
jobId() - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Get the jobId value.
JobListFromJobScheduleHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListFromJobSchedule operation.
JobListFromJobScheduleHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
 
JobListFromJobScheduleNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listFromJobScheduleNext operation.
JobListFromJobScheduleNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
 
JobListFromJobScheduleOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listFromJobSchedule operation.
JobListFromJobScheduleOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
 
JobListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
JobListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListHeaders
 
JobListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
JobListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListNextOptions
 
JobListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
JobListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListOptions
 
JobListPreparationAndReleaseTaskStatusHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListPreparationAndReleaseTaskStatus operation.
JobListPreparationAndReleaseTaskStatusHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
 
JobListPreparationAndReleaseTaskStatusNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listPreparationAndReleaseTaskStatusNext operation.
JobListPreparationAndReleaseTaskStatusNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
 
JobListPreparationAndReleaseTaskStatusOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listPreparationAndReleaseTaskStatus operation.
JobListPreparationAndReleaseTaskStatusOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
 
jobManagerTask() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the jobManagerTask value.
jobManagerTask() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get if the Job does not specify a Job Manager Task, the user must explicitly add Tasks to the Job.
jobManagerTask() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get if the Job does not specify a Job Manager Task, the user must explicitly add Tasks to the Job using the Task API.
JobManagerTask - Class in com.microsoft.azure.batch.protocol.models
Specifies details of a Job Manager Task.
JobManagerTask() - Constructor for class com.microsoft.azure.batch.protocol.models.JobManagerTask
 
JobNetworkConfiguration - Class in com.microsoft.azure.batch.protocol.models
The network configuration for the Job.
JobNetworkConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.JobNetworkConfiguration
 
JobNotActive - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job operation was attempted which is not permitted when the job is not active.
JobNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The job on which an operation was attempted is not present in the Batch account.
jobOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a JobOperations object for performing job-related operations on the associated account.
JobOperations - Class in com.microsoft.azure.batch
Performs job-related operations on an Azure Batch account.
JobPatchHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Patch operation.
JobPatchHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
 
JobPatchOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for patch operation.
JobPatchOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobPatchOptions
 
JobPatchParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Job.
JobPatchParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobPatchParameter
 
JobPreparationAndReleaseTaskExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
The status of the Job Preparation and Job Release Tasks on a Compute Node.
JobPreparationAndReleaseTaskExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
 
jobPreparationTask() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the Job Preparation Task is a special Task run on each Compute Node before any other Task of the Job.
jobPreparationTask() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get if a Job has a Job Preparation Task, the Batch service will run the Job Preparation Task on a Node before starting any Tasks of that Job on that Compute Node.
jobPreparationTask() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get if a Job has a Job Preparation Task, the Batch service will run the Job Preparation Task on a Node before starting any Tasks of that Job on that Compute Node.
JobPreparationTask - Class in com.microsoft.azure.batch.protocol.models
A Job Preparation Task to run before any Tasks of the Job on any given Compute Node.
JobPreparationTask() - Constructor for class com.microsoft.azure.batch.protocol.models.JobPreparationTask
 
jobPreparationTaskExecutionInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Get the jobPreparationTaskExecutionInfo value.
JobPreparationTaskExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
Contains information about the execution of a Job Preparation Task on a Compute Node.
JobPreparationTaskExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
 
JobPreparationTaskNotRunOnNode - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A Job Preparation task was not run on a compute node.
JobPreparationTaskNotSpecified - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified job does not have a Job Preparation task.
JobPreparationTaskState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for JobPreparationTaskState.
jobReleaseTask() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the Job Release Task is a special Task run at the end of the Job on each Compute Node that has run any other Task of the Job.
jobReleaseTask() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get a Job Release Task cannot be specified without also specifying a Job Preparation Task for the Job.
jobReleaseTask() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the primary purpose of the Job Release Task is to undo changes to Nodes made by the Job Preparation Task.
JobReleaseTask - Class in com.microsoft.azure.batch.protocol.models
A Job Release Task to run on Job completion on any Compute Node where the Job has run.
JobReleaseTask() - Constructor for class com.microsoft.azure.batch.protocol.models.JobReleaseTask
 
jobReleaseTaskExecutionInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Get this property is set only if the Job Release Task has run on the Compute Node.
JobReleaseTaskExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
Contains information about the execution of a Job Release Task on a Compute Node.
JobReleaseTaskExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
 
JobReleaseTaskNotRunOnNode - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A Job Release task was not run on a compute node.
JobReleaseTaskNotSpecified - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified job does not have a Job Release task.
JobReleaseTaskState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for JobReleaseTaskState.
jobs() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Jobs object to access its operations.
jobs() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Jobs object to access its operations.
Jobs - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Jobs.
JobScheduleAddHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Add operation.
JobScheduleAddHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
 
JobScheduleAddOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for add operation.
JobScheduleAddOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
 
JobScheduleAddParameter - Class in com.microsoft.azure.batch.protocol.models
A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job.
JobScheduleAddParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
 
JobScheduleBeingDeleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job schedule operation was attempted which is not permitted when the schedule is in the process of being deleted.
JobScheduleBeingTerminated - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job schedule operation was attempted which is not permitted when the schedule is in the process of being terminated.
JobScheduleCompleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job schedule operation was attempted which is not permitted when the schedule has completed.
JobScheduleDeleteHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Delete operation.
JobScheduleDeleteHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders
 
JobScheduleDeleteOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for delete operation.
JobScheduleDeleteOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
 
JobScheduleDisabled - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job schedule operation was attempted which is not permitted when the schedule is disabled.
JobScheduleDisableHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Disable operation.
JobScheduleDisableHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
 
JobScheduleDisableOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for disable operation.
JobScheduleDisableOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
 
JobScheduleEnableHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Enable operation.
JobScheduleEnableHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
 
JobScheduleEnableOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for enable operation.
JobScheduleEnableOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
 
JobScheduleExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
Contains information about Jobs that have been and will be run under a Job Schedule.
JobScheduleExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
 
JobScheduleExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The job schedule you are attempting to add already exists in the Batch account.
JobScheduleExistsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Exists operation.
JobScheduleExistsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
 
JobScheduleExistsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for exists operation.
JobScheduleExistsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
 
JobScheduleGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
JobScheduleGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
 
JobScheduleGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
JobScheduleGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
 
JobScheduleListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
JobScheduleListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
 
JobScheduleListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
JobScheduleListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
 
JobScheduleListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
JobScheduleListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
 
JobScheduleNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The job schedule on which an operation was attempted does not exist.
jobScheduleOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a JobScheduleOperations object for performing job schedule-related operations on the associated account.
JobScheduleOperations - Class in com.microsoft.azure.batch
Performs job schedule-related operations on an Azure Batch account.
JobSchedulePatchHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Patch operation.
JobSchedulePatchHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
 
JobSchedulePatchOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for patch operation.
JobSchedulePatchOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
 
JobSchedulePatchParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Job Schedule.
JobSchedulePatchParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
 
jobSchedules() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the JobSchedules object to access its operations.
jobSchedules() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the JobSchedules object to access its operations.
JobSchedules - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in JobSchedules.
JobSchedulesImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in JobSchedules.
JobSchedulesImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Initializes an instance of JobSchedulesImpl.
JobScheduleState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for JobScheduleState.
JobScheduleStatistics - Class in com.microsoft.azure.batch.protocol.models
Resource usage statistics for a Job Schedule.
JobScheduleStatistics() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
 
JobScheduleTerminateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Terminate operation.
JobScheduleTerminateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
 
JobScheduleTerminateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for terminate operation.
JobScheduleTerminateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
 
JobScheduleUpdateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Update operation.
JobScheduleUpdateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
 
JobScheduleUpdateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for update operation.
JobScheduleUpdateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
 
JobScheduleUpdateParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Job Schedule.
JobScheduleUpdateParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
 
JobScheduleWithSameIdExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job schedule with the specified job ID exists.
JobSchedulingError - Class in com.microsoft.azure.batch.protocol.models
An error encountered by the Batch service when scheduling a Job.
JobSchedulingError() - Constructor for class com.microsoft.azure.batch.protocol.models.JobSchedulingError
 
JobSchedulingErrorCodes - Class in com.microsoft.azure.batch
Contains error codes specific to job scheduling errors.
JobSchedulingErrorCodes() - Constructor for class com.microsoft.azure.batch.JobSchedulingErrorCodes
 
JobsImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Jobs.
JobsImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Initializes an instance of JobsImpl.
jobSpecification() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the jobSpecification value.
jobSpecification() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Get the jobSpecification value.
jobSpecification() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
Get updates affect only Jobs that are started after the update has taken place.
jobSpecification() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
Get updates affect only Jobs that are started after the update has taken place.
JobSpecification - Class in com.microsoft.azure.batch.protocol.models
Specifies details of the Jobs to be created on a schedule.
JobSpecification() - Constructor for class com.microsoft.azure.batch.protocol.models.JobSpecification
 
JobState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for JobState.
JobStatistics - Class in com.microsoft.azure.batch.protocol.models
Resource usage statistics for a Job.
JobStatistics() - Constructor for class com.microsoft.azure.batch.protocol.models.JobStatistics
 
JobTerminateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Terminate operation.
JobTerminateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
 
JobTerminateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for terminate operation.
JobTerminateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
 
JobTerminateParameter - Class in com.microsoft.azure.batch.protocol.models
Options when terminating a Job.
JobTerminateParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobTerminateParameter
 
JobUpdateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Update operation.
JobUpdateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
 
JobUpdateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for update operation.
JobUpdateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
 
JobUpdateParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Job.
JobUpdateParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
 
JobWithSameIdExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job with the specified job schedule ID exists.

K

keepAlive() - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Get if false, the Batch service deletes the Pool once its lifetime (as determined by the poolLifetimeOption setting) expires; that is, when the Job or Job Schedule completes.
kernelCPUTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the kernelCPUTime value.
kernelCPUTime() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the kernelCPUTime value.
kernelCPUTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the kernelCPUTime value.
key() - Method in class com.microsoft.azure.batch.protocol.models.BatchErrorDetail
Get the key value.
keyValue() - Method in class com.microsoft.azure.batch.auth.BatchSharedKeyCredentials
Gets the Base64 encoded account access key.
killJobOnCompletion() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get if true, when the Job Manager Task completes, the Batch service marks the Job as complete.

L

lang() - Method in class com.microsoft.azure.batch.protocol.models.ErrorMessage
Get the lang value.
lastBootTime() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get this property may not be present if the Compute Node state is unusable.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get this is the last time at which the Job level data, such as the Job state or priority, changed.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get this is the last time at which the schedule level data, such as the Job specification or recurrence information, changed.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this is the last time at which the Pool level data, such as the targetDedicatedNodes or enableAutoscale settings, changed.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Get the time at which the resource was last modified.
lastModified() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Get the time at which the resource was last modified.
lastRequeueTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get this property is set only if the requeueCount is nonzero.
lastRetryTime() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get this property is set only if the Task was retried (i.e.
lastRetryTime() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get this element is present only if the Task was retried (i.e.
lastRetryTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get this element is present only if the Task was retried (i.e.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the lastUpdateTime value.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the lastUpdateTime value.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.NodeAgentInformation
Get this is the most recent time that the Compute Node agent was updated to a new version.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Get the lastUpdateTime value.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the lastUpdateTime value.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the lastUpdateTime value.
lastUpdateTime() - Method in class com.microsoft.azure.batch.protocol.models.UsageStatistics
Get the lastUpdateTime value.
LEAVING_POOL - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node is leaving the Pool, either because the user explicitly removed it or because the Pool is resizing or autoscaling down.
leavingPool() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the leavingPool value.
level() - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Get possible values include: 'Error', 'Info', 'Warning'.
licenseType() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get 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.
LINUX - com.microsoft.azure.batch.protocol.models.OSType
The Linux operating system.
linuxUserConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Get this property is ignored if specified on a Windows Pool.
LinuxUserConfiguration - Class in com.microsoft.azure.batch.protocol.models
Properties used to create a user Account on a Linux Compute Node.
LinuxUserConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
 
list() - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
list() - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
list() - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
list() - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
list() - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
list() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
list() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
list() - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
list() - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
list() - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
list(ApplicationListOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
list(ApplicationListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
list(CertificateListOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
list(CertificateListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
list(JobListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
list(JobListOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
list(JobScheduleListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
list(JobScheduleListOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
list(PoolListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
list(PoolListOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
list(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
list(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
list(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
list(String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
list(String, ComputeNodeListOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
list(String, ComputeNodeListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
list(String, TaskListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
list(String, TaskListOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
list(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
list(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
list(String, String, ComputeNodeExtensionListOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
list(String, String, ComputeNodeExtensionListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listApplications() - Method in class com.microsoft.azure.batch.ApplicationOperations
Lists the applications in the Batch account.
listApplications(Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ApplicationOperations
Lists the applications in the Batch account.
listAsync() - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listAsync() - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listAsync() - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listAsync() - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listAsync() - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listAsync(ApplicationListOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listAsync(ApplicationListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listAsync(ApplicationListOptions, ListOperationCallback<ApplicationSummary>) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listAsync(ApplicationListOptions, ListOperationCallback<ApplicationSummary>) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listAsync(CertificateListOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listAsync(CertificateListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listAsync(CertificateListOptions, ListOperationCallback<Certificate>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listAsync(CertificateListOptions, ListOperationCallback<Certificate>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listAsync(JobListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listAsync(JobListOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listAsync(JobListOptions, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listAsync(JobListOptions, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listAsync(JobScheduleListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listAsync(JobScheduleListOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listAsync(JobScheduleListOptions, ListOperationCallback<CloudJobSchedule>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listAsync(JobScheduleListOptions, ListOperationCallback<CloudJobSchedule>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listAsync(PoolListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listAsync(PoolListOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listAsync(PoolListOptions, ListOperationCallback<CloudPool>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listAsync(PoolListOptions, ListOperationCallback<CloudPool>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listAsync(ListOperationCallback<ApplicationSummary>) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listAsync(ListOperationCallback<ApplicationSummary>) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listAsync(ListOperationCallback<Certificate>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listAsync(ListOperationCallback<Certificate>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listAsync(ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listAsync(ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listAsync(ListOperationCallback<CloudJobSchedule>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listAsync(ListOperationCallback<CloudJobSchedule>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listAsync(ListOperationCallback<CloudPool>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listAsync(ListOperationCallback<CloudPool>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listAsync(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, ComputeNodeListOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listAsync(String, ComputeNodeListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listAsync(String, ComputeNodeListOptions, ListOperationCallback<ComputeNode>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listAsync(String, ComputeNodeListOptions, ListOperationCallback<ComputeNode>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listAsync(String, TaskListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, TaskListOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, TaskListOptions, ListOperationCallback<CloudTask>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, TaskListOptions, ListOperationCallback<CloudTask>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, ListOperationCallback<CloudTask>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, ListOperationCallback<CloudTask>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listAsync(String, ListOperationCallback<ComputeNode>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listAsync(String, ListOperationCallback<ComputeNode>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String, ComputeNodeExtensionListOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String, ComputeNodeExtensionListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String, ComputeNodeExtensionListOptions, ListOperationCallback<NodeVMExtension>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String, ComputeNodeExtensionListOptions, ListOperationCallback<NodeVMExtension>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String, ListOperationCallback<NodeVMExtension>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listAsync(String, String, ListOperationCallback<NodeVMExtension>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listCertificates() - Method in class com.microsoft.azure.batch.CertificateOperations
Lists the certificates in the Batch account.
listCertificates(DetailLevel) - Method in class com.microsoft.azure.batch.CertificateOperations
Lists the certificates in the Batch account.
listCertificates(DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Lists the certificates in the Batch account.
listComputeNodes(String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Lists the compute nodes of the specified pool.
listComputeNodes(String, DetailLevel) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Lists the compute nodes of the specified pool.
listComputeNodes(String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Lists the compute nodes of the specified pool.
listFilesFromComputeNode(String, String) - Method in class com.microsoft.azure.batch.FileOperations
Lists files on the specified compute node.
listFilesFromComputeNode(String, String, Boolean, DetailLevel) - Method in class com.microsoft.azure.batch.FileOperations
Lists files on the specified compute node.
listFilesFromComputeNode(String, String, Boolean, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Lists files on the specified compute node.
listFilesFromTask(String, String) - Method in class com.microsoft.azure.batch.FileOperations
Lists the files in the specified task's directory on its compute node.
listFilesFromTask(String, String, Boolean, DetailLevel) - Method in class com.microsoft.azure.batch.FileOperations
Lists the files in the specified task's directory on its compute node.
listFilesFromTask(String, String, Boolean, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Lists the files in the specified task's directory on its compute node.
listFromComputeNode(String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNode(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNode(String, String, Boolean, FileListFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNode(String, String, Boolean, FileListFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String, Boolean, FileListFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String, Boolean, FileListFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String, Boolean, FileListFromComputeNodeOptions, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeAsync(String, String, Boolean, FileListFromComputeNodeOptions, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNext(String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNext(String, FileListFromComputeNodeNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNext(String, FileListFromComputeNodeNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String, FileListFromComputeNodeNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String, FileListFromComputeNodeNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String, FileListFromComputeNodeNextOptions, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String, FileListFromComputeNodeNextOptions, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextAsync(String, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextSinglePageAsync(String, FileListFromComputeNodeNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextWithServiceResponseAsync(String, FileListFromComputeNodeNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeNextWithServiceResponseAsync(String, FileListFromComputeNodeNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeSinglePageAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeSinglePageAsync(String, String, Boolean, FileListFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeWithServiceResponseAsync(String, String, Boolean, FileListFromComputeNodeOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists all of the files in Task directories on the specified Compute Node.
listFromComputeNodeWithServiceResponseAsync(String, String, Boolean, FileListFromComputeNodeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists all of the files in Task directories on the specified Compute Node.
listFromJobSchedule(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobSchedule(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobSchedule(String, JobListFromJobScheduleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobSchedule(String, JobListFromJobScheduleOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String, JobListFromJobScheduleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String, JobListFromJobScheduleOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String, JobListFromJobScheduleOptions, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String, JobListFromJobScheduleOptions, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleAsync(String, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNext(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNext(String, JobListFromJobScheduleNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNext(String, JobListFromJobScheduleNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String, JobListFromJobScheduleNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String, JobListFromJobScheduleNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String, JobListFromJobScheduleNextOptions, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String, JobListFromJobScheduleNextOptions, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextAsync(String, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextSinglePageAsync(String, JobListFromJobScheduleNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextWithServiceResponseAsync(String, JobListFromJobScheduleNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleNextWithServiceResponseAsync(String, JobListFromJobScheduleNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleSinglePageAsync(String, JobListFromJobScheduleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleWithServiceResponseAsync(String, JobListFromJobScheduleOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists the Jobs that have been created under the specified Job Schedule.
listFromJobScheduleWithServiceResponseAsync(String, JobListFromJobScheduleOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists the Jobs that have been created under the specified Job Schedule.
listFromTask(String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTask(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTask(String, String, Boolean, FileListFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTask(String, String, Boolean, FileListFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String, Boolean, FileListFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String, Boolean, FileListFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String, Boolean, FileListFromTaskOptions, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskAsync(String, String, Boolean, FileListFromTaskOptions, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNext(String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNext(String, FileListFromTaskNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNext(String, FileListFromTaskNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String, FileListFromTaskNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String, FileListFromTaskNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String, FileListFromTaskNextOptions, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String, FileListFromTaskNextOptions, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextAsync(String, ServiceFuture<List<NodeFile>>, ListOperationCallback<NodeFile>) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextSinglePageAsync(String, FileListFromTaskNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextWithServiceResponseAsync(String, FileListFromTaskNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskNextWithServiceResponseAsync(String, FileListFromTaskNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskSinglePageAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskSinglePageAsync(String, String, Boolean, FileListFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listFromTaskWithServiceResponseAsync(String, String, Boolean, FileListFromTaskOptions) - Method in interface com.microsoft.azure.batch.protocol.Files
Lists the files in a Task's directory on its Compute Node.
listFromTaskWithServiceResponseAsync(String, String, Boolean, FileListFromTaskOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.FilesImpl
Lists the files in a Task's directory on its Compute Node.
listJobs() - Method in class com.microsoft.azure.batch.JobOperations
Lists the jobs in the Batch account.
listJobs(DetailLevel) - Method in class com.microsoft.azure.batch.JobOperations
Lists the jobs in the Batch account.
listJobs(DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Lists the jobs in the Batch account.
listJobs(String) - Method in class com.microsoft.azure.batch.JobOperations
Lists the jobs created under the specified job schedule.
listJobs(String, DetailLevel) - Method in class com.microsoft.azure.batch.JobOperations
Lists the jobs created under the specified job schedule.
listJobs(String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Lists the jobs created under the specified jobSchedule.
listJobSchedules() - Method in class com.microsoft.azure.batch.JobScheduleOperations
Lists the job schedules in the Batch account.
listJobSchedules(DetailLevel) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Lists the job schedules in the Batch account.
listJobSchedules(DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Lists the job schedules in the Batch account.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNext(String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNext(String, ApplicationListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNext(String, ApplicationListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNext(String, CertificateListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNext(String, CertificateListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNext(String, ComputeNodeExtensionListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNext(String, ComputeNodeExtensionListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNext(String, ComputeNodeListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNext(String, ComputeNodeListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNext(String, JobListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNext(String, JobListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNext(String, JobScheduleListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNext(String, JobScheduleListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNext(String, PoolListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNext(String, PoolListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNext(String, TaskListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNext(String, TaskListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, ApplicationListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNextAsync(String, ApplicationListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextAsync(String, ApplicationListNextOptions, ServiceFuture<List<ApplicationSummary>>, ListOperationCallback<ApplicationSummary>) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNextAsync(String, ApplicationListNextOptions, ServiceFuture<List<ApplicationSummary>>, ListOperationCallback<ApplicationSummary>) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextAsync(String, CertificateListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String, CertificateListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String, CertificateListNextOptions, ServiceFuture<List<Certificate>>, ListOperationCallback<Certificate>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String, CertificateListNextOptions, ServiceFuture<List<Certificate>>, ListOperationCallback<Certificate>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String, ComputeNodeExtensionListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String, ComputeNodeExtensionListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String, ComputeNodeExtensionListNextOptions, ServiceFuture<List<NodeVMExtension>>, ListOperationCallback<NodeVMExtension>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String, ComputeNodeExtensionListNextOptions, ServiceFuture<List<NodeVMExtension>>, ListOperationCallback<NodeVMExtension>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String, ComputeNodeListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNextAsync(String, ComputeNodeListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextAsync(String, ComputeNodeListNextOptions, ServiceFuture<List<ComputeNode>>, ListOperationCallback<ComputeNode>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNextAsync(String, ComputeNodeListNextOptions, ServiceFuture<List<ComputeNode>>, ListOperationCallback<ComputeNode>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextAsync(String, JobListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextAsync(String, JobListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNextAsync(String, JobListNextOptions, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextAsync(String, JobListNextOptions, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNextAsync(String, JobScheduleListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextAsync(String, JobScheduleListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNextAsync(String, JobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>>, ListOperationCallback<CloudJobSchedule>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextAsync(String, JobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>>, ListOperationCallback<CloudJobSchedule>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNextAsync(String, PoolListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextAsync(String, PoolListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNextAsync(String, PoolListNextOptions, ServiceFuture<List<CloudPool>>, ListOperationCallback<CloudPool>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextAsync(String, PoolListNextOptions, ServiceFuture<List<CloudPool>>, ListOperationCallback<CloudPool>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNextAsync(String, TaskListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, TaskListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, TaskListNextOptions, ServiceFuture<List<CloudTask>>, ListOperationCallback<CloudTask>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, TaskListNextOptions, ServiceFuture<List<CloudTask>>, ListOperationCallback<CloudTask>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, ServiceFuture<List<ApplicationSummary>>, ListOperationCallback<ApplicationSummary>) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNextAsync(String, ServiceFuture<List<ApplicationSummary>>, ListOperationCallback<ApplicationSummary>) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextAsync(String, ServiceFuture<List<Certificate>>, ListOperationCallback<Certificate>) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String, ServiceFuture<List<Certificate>>, ListOperationCallback<Certificate>) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextAsync(String, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextAsync(String, ServiceFuture<List<CloudJob>>, ListOperationCallback<CloudJob>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNextAsync(String, ServiceFuture<List<CloudJobSchedule>>, ListOperationCallback<CloudJobSchedule>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextAsync(String, ServiceFuture<List<CloudJobSchedule>>, ListOperationCallback<CloudJobSchedule>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNextAsync(String, ServiceFuture<List<CloudPool>>, ListOperationCallback<CloudPool>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextAsync(String, ServiceFuture<List<CloudPool>>, ListOperationCallback<CloudPool>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNextAsync(String, ServiceFuture<List<CloudTask>>, ListOperationCallback<CloudTask>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, ServiceFuture<List<CloudTask>>, ListOperationCallback<CloudTask>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNextAsync(String, ServiceFuture<List<ComputeNode>>, ListOperationCallback<ComputeNode>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNextAsync(String, ServiceFuture<List<ComputeNode>>, ListOperationCallback<ComputeNode>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextAsync(String, ServiceFuture<List<NodeVMExtension>>, ListOperationCallback<NodeVMExtension>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNextAsync(String, ServiceFuture<List<NodeVMExtension>>, ListOperationCallback<NodeVMExtension>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextSinglePageAsync(String, ApplicationListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextSinglePageAsync(String, CertificateListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextSinglePageAsync(String, ComputeNodeExtensionListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextSinglePageAsync(String, ComputeNodeListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextSinglePageAsync(String, JobListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextSinglePageAsync(String, JobScheduleListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextSinglePageAsync(String, PoolListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextSinglePageAsync(String, TaskListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listNextWithServiceResponseAsync(String, ApplicationListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listNextWithServiceResponseAsync(String, ApplicationListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listNextWithServiceResponseAsync(String, CertificateListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listNextWithServiceResponseAsync(String, CertificateListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listNextWithServiceResponseAsync(String, ComputeNodeExtensionListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listNextWithServiceResponseAsync(String, ComputeNodeExtensionListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listNextWithServiceResponseAsync(String, ComputeNodeListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listNextWithServiceResponseAsync(String, ComputeNodeListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listNextWithServiceResponseAsync(String, JobListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listNextWithServiceResponseAsync(String, JobListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listNextWithServiceResponseAsync(String, JobScheduleListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listNextWithServiceResponseAsync(String, JobScheduleListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listNextWithServiceResponseAsync(String, PoolListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listNextWithServiceResponseAsync(String, PoolListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listNextWithServiceResponseAsync(String, TaskListNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listNextWithServiceResponseAsync(String, TaskListNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listPoolNodeCounts() - Method in class com.microsoft.azure.batch.AccountOperations
Gets the number of nodes in each state, grouped by pool.
listPoolNodeCounts() - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts(DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.AccountOperations
Gets the number of nodes in each state, grouped by pool.
listPoolNodeCounts(AccountListPoolNodeCountsOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCounts(AccountListPoolNodeCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync() - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNext(String) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNext(String, AccountListPoolNodeCountsNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNext(String, AccountListPoolNodeCountsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String, AccountListPoolNodeCountsNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String, AccountListPoolNodeCountsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String, AccountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>>, ListOperationCallback<PoolNodeCounts>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String, AccountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>>, ListOperationCallback<PoolNodeCounts>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String, ServiceFuture<List<PoolNodeCounts>>, ListOperationCallback<PoolNodeCounts>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextAsync(String, ServiceFuture<List<PoolNodeCounts>>, ListOperationCallback<PoolNodeCounts>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextSinglePageAsync(String, AccountListPoolNodeCountsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextWithServiceResponseAsync(String, AccountListPoolNodeCountsNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsNextWithServiceResponseAsync(String, AccountListPoolNodeCountsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsSinglePageAsync(AccountListPoolNodeCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Gets the number of Compute Nodes in each state, grouped by Pool.
listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Gets the number of Compute Nodes in each state, grouped by Pool.
listPools() - Method in class com.microsoft.azure.batch.PoolOperations
Lists the pools in the Batch account.
listPools(DetailLevel) - Method in class com.microsoft.azure.batch.PoolOperations
Lists the pools in the Batch account.
listPools(DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Lists the pools in the Batch account.
listPoolUsageMetrics(DateTime, DateTime) - Method in class com.microsoft.azure.batch.PoolOperations
Lists pool usage metrics.
listPoolUsageMetrics(DateTime, DateTime, DetailLevel) - Method in class com.microsoft.azure.batch.PoolOperations
Lists pool usage metrics.
listPoolUsageMetrics(DateTime, DateTime, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Lists pool usage metrics.
listPreparationAndReleaseTaskStatus(String) - Method in class com.microsoft.azure.batch.JobOperations
Lists the status of JobPreparationTask and JobReleaseTask tasks for the specified job.
listPreparationAndReleaseTaskStatus(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatus(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatus(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatus(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatus(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Lists the status of JobPreparationTask and JobReleaseTask tasks for the specified job.
listPreparationAndReleaseTaskStatusAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusAsync(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusAsync(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusAsync(String, JobListPreparationAndReleaseTaskStatusOptions, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusAsync(String, JobListPreparationAndReleaseTaskStatusOptions, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusAsync(String, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusAsync(String, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNext(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNext(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNext(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNextAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNextAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions, ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>>, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions, ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>>, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNextAsync(String, ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>>, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextAsync(String, ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>>, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextSinglePageAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusSinglePageAsync(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
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.
listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String, JobListPreparationAndReleaseTaskStatusOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
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.
listSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listSinglePageAsync(ApplicationListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listSinglePageAsync(CertificateListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listSinglePageAsync(JobListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listSinglePageAsync(JobScheduleListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listSinglePageAsync(PoolListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listSinglePageAsync(String, ComputeNodeListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listSinglePageAsync(String, TaskListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listSinglePageAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listSinglePageAsync(String, String, ComputeNodeExtensionListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listSubtasks(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasks(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasks(String, String) - Method in class com.microsoft.azure.batch.TaskOperations
Lists the subtasks of the specified task.
listSubtasks(String, String, DetailLevel) - Method in class com.microsoft.azure.batch.TaskOperations
Lists the subtasks of the specified task.
listSubtasks(String, String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Lists the subtasks of the specified task.
listSubtasks(String, String, TaskListSubtasksOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasks(String, String, TaskListSubtasksOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String, TaskListSubtasksOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String, TaskListSubtasksOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String, TaskListSubtasksOptions, ServiceCallback<CloudTaskListSubtasksResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String, TaskListSubtasksOptions, ServiceCallback<CloudTaskListSubtasksResult>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String, ServiceCallback<CloudTaskListSubtasksResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksAsync(String, String, ServiceCallback<CloudTaskListSubtasksResult>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksWithServiceResponseAsync(String, String, TaskListSubtasksOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSubtasksWithServiceResponseAsync(String, String, TaskListSubtasksOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the subtasks that are associated with the specified multi-instance Task.
listSupportedImages() - Method in class com.microsoft.azure.batch.AccountOperations
Lists the node agent SKU values supported by the Batch service.
listSupportedImages() - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages(DetailLevel) - Method in class com.microsoft.azure.batch.AccountOperations
Lists the node agent SKU values supported by the Batch service.
listSupportedImages(DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.AccountOperations
Lists the node agent SKU values supported by the Batch service.
listSupportedImages(AccountListSupportedImagesOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImages(AccountListSupportedImagesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync() - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync(AccountListSupportedImagesOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync(AccountListSupportedImagesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync(AccountListSupportedImagesOptions, ListOperationCallback<ImageInformation>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync(AccountListSupportedImagesOptions, ListOperationCallback<ImageInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync(ListOperationCallback<ImageInformation>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesAsync(ListOperationCallback<ImageInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNext(String) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNext(String, AccountListSupportedImagesNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNext(String, AccountListSupportedImagesNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String, AccountListSupportedImagesNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String, AccountListSupportedImagesNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String, AccountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>>, ListOperationCallback<ImageInformation>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String, AccountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>>, ListOperationCallback<ImageInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String, ServiceFuture<List<ImageInformation>>, ListOperationCallback<ImageInformation>) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextAsync(String, ServiceFuture<List<ImageInformation>>, ListOperationCallback<ImageInformation>) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextSinglePageAsync(String, AccountListSupportedImagesNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextWithServiceResponseAsync(String, AccountListSupportedImagesNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesNextWithServiceResponseAsync(String, AccountListSupportedImagesNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesSinglePageAsync(AccountListSupportedImagesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions) - Method in interface com.microsoft.azure.batch.protocol.Accounts
Lists all Virtual Machine Images supported by the Azure Batch service.
listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.AccountsImpl
Lists all Virtual Machine Images supported by the Azure Batch service.
listTasks(String) - Method in class com.microsoft.azure.batch.TaskOperations
Lists the tasks of the specified job.
listTasks(String, DetailLevel) - Method in class com.microsoft.azure.batch.TaskOperations
Lists the tasks of the specified job.
listTasks(String, DetailLevel, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Lists the tasks of the specified job.
listUsageMetrics() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetrics() - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetrics(PoolListUsageMetricsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetrics(PoolListUsageMetricsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync() - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync(PoolListUsageMetricsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync(PoolListUsageMetricsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync(PoolListUsageMetricsOptions, ListOperationCallback<PoolUsageMetrics>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync(PoolListUsageMetricsOptions, ListOperationCallback<PoolUsageMetrics>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync(ListOperationCallback<PoolUsageMetrics>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsAsync(ListOperationCallback<PoolUsageMetrics>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNext(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNext(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNext(String, PoolListUsageMetricsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNext(String, PoolListUsageMetricsNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String, PoolListUsageMetricsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String, PoolListUsageMetricsNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String, PoolListUsageMetricsNextOptions, ServiceFuture<List<PoolUsageMetrics>>, ListOperationCallback<PoolUsageMetrics>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String, PoolListUsageMetricsNextOptions, ServiceFuture<List<PoolUsageMetrics>>, ListOperationCallback<PoolUsageMetrics>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String, ServiceFuture<List<PoolUsageMetrics>>, ListOperationCallback<PoolUsageMetrics>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextAsync(String, ServiceFuture<List<PoolUsageMetrics>>, ListOperationCallback<PoolUsageMetrics>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextSinglePageAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextSinglePageAsync(String, PoolListUsageMetricsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextWithServiceResponseAsync(String, PoolListUsageMetricsNextOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsNextWithServiceResponseAsync(String, PoolListUsageMetricsNextOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsSinglePageAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsSinglePageAsync(PoolListUsageMetricsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsWithServiceResponseAsync(PoolListUsageMetricsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listUsageMetricsWithServiceResponseAsync(PoolListUsageMetricsOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.
listWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listWithServiceResponseAsync() - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listWithServiceResponseAsync() - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listWithServiceResponseAsync(ApplicationListOptions) - Method in interface com.microsoft.azure.batch.protocol.Applications
Lists all of the applications available in the specified Account.
listWithServiceResponseAsync(ApplicationListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ApplicationsImpl
Lists all of the applications available in the specified Account.
listWithServiceResponseAsync(CertificateListOptions) - Method in interface com.microsoft.azure.batch.protocol.Certificates
Lists all of the Certificates that have been added to the specified Account.
listWithServiceResponseAsync(CertificateListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.CertificatesImpl
Lists all of the Certificates that have been added to the specified Account.
listWithServiceResponseAsync(JobListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Lists all of the Jobs in the specified Account.
listWithServiceResponseAsync(JobListOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Lists all of the Jobs in the specified Account.
listWithServiceResponseAsync(JobScheduleListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Lists all of the Job Schedules in the specified Account.
listWithServiceResponseAsync(JobScheduleListOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Lists all of the Job Schedules in the specified Account.
listWithServiceResponseAsync(PoolListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Lists all of the Pools in the specified Account.
listWithServiceResponseAsync(PoolListOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Lists all of the Pools in the specified Account.
listWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listWithServiceResponseAsync(String, ComputeNodeListOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Lists the Compute Nodes in the specified Pool.
listWithServiceResponseAsync(String, ComputeNodeListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Lists the Compute Nodes in the specified Pool.
listWithServiceResponseAsync(String, TaskListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Lists all of the Tasks that are associated with the specified Job.
listWithServiceResponseAsync(String, TaskListOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Lists all of the Tasks that are associated with the specified Job.
listWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
listWithServiceResponseAsync(String, String, ComputeNodeExtensionListOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodeExtensions
Lists the Compute Nodes Extensions in the specified Pool.
listWithServiceResponseAsync(String, String, ComputeNodeExtensionListOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodeExtensionsImpl
Lists the Compute Nodes Extensions in the specified Pool.
LOCAL_MACHINE - com.microsoft.azure.batch.protocol.models.CertificateStoreLocation
Certificates should be installed to the LocalMachine Certificate store.
location() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Get the location value.
loginMode() - Method in class com.microsoft.azure.batch.protocol.models.WindowsUserConfiguration
Get the default value for VirtualMachineConfiguration Pools is 'batch' and for CloudServiceConfiguration Pools is 'interactive'.
LoginMode - Enum in com.microsoft.azure.batch.protocol.models
Defines values for LoginMode.
longRunningOperationRetryTimeout() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets The retry timeout in seconds for Long Running Operations.
longRunningOperationRetryTimeout() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets The retry timeout in seconds for Long Running Operations.
lowPriority() - Method in class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
Get the lowPriority value.
lun() - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Get the lun is used to uniquely identify each data disk.

M

maxDegreeOfParallelism() - Method in class com.microsoft.azure.batch.interceptor.BatchClientParallelOptions
Gets the maximum number of concurrent tasks enabled by this BatchClientParallelOptions instance.
maxParallelTasks() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the value of maxParallelTasks must be -1 or greater than 0 if specified.
maxParallelTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the value of maxParallelTasks must be -1 or greater than 0 if specified.
maxParallelTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Get the value of maxParallelTasks must be -1 or greater than 0 if specified.
maxParallelTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the value of maxParallelTasks must be -1 or greater than 0 if specified.
maxResults() - Method in class com.microsoft.azure.batch.interceptor.PageSizeInterceptor
Gets the maximum number of items applied by this PageSizeInterceptor instance.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get the maximum number of items to return in the response.
maxResults() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get the maximum number of items to return in the response.
maxTaskRetryCount() - Method in class com.microsoft.azure.batch.protocol.models.JobConstraints
Get note that this value specifically controls the number of retries.
maxTaskRetryCount() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get the Batch service retries a Task if its exit code is nonzero.
maxTaskRetryCount() - Method in class com.microsoft.azure.batch.protocol.models.TaskConstraints
Get note that this value specifically controls the number of retries for the Task executable due to a nonzero exit code.
maxWallClockTime() - Method in class com.microsoft.azure.batch.protocol.models.JobConstraints
Get if the Job does not complete within the time limit, the Batch service terminates it and any Tasks that are still running.
maxWallClockTime() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get the maxWallClockTime value.
maxWallClockTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskConstraints
Get if this is not specified, there is no time limit on how long the Task may run.
message() - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.BatchError
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeError
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.ResizeError
Get the message value.
message() - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Get the message value.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the metadata value.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Get if omitted, the existing Job metadata is left unchanged.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
Get if you do not specify this element, existing metadata is left unchanged.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
Get if you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Get if omitted, it takes the default value of an empty list; in effect, any existing metadata is deleted.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Get if this element is present, it replaces any existing metadata configured on the Pool.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
metadata() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Get this list replaces any existing metadata configured on the Pool.
MetadataItem - Class in com.microsoft.azure.batch.protocol.models
A name-value pair associated with a Batch service resource.
MetadataItem() - Constructor for class com.microsoft.azure.batch.protocol.models.MetadataItem
 
MetadataTooLarge - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The size of the metadata exceeds the maximum permitted.
MissingContentLengthHeader - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The HTTP content-length header was not specified.
MissingRequiredHeader - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A required HTTP header was not specified.
MissingRequiredProperty - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A required property was not specified in the HTTP request body.
MissingRequiredQueryParameter - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A required query parameter was not specified in the URL.
modify(Object) - Method in interface com.microsoft.azure.batch.interceptor.BatchRequestInterceptHandler
Modifies the request to the Batch service.
mountConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
mountConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get mount the storage using Azure fileshare, NFS, CIFS or Blobfuse based file system.
mountConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
MountConfiguration - Class in com.microsoft.azure.batch.protocol.models
The file system to mount on each node.
MountConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.MountConfiguration
 
mountOptions() - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Get these are 'net use' options in Windows and 'mount' options in Linux.
mountOptions() - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Get these are 'net use' options in Windows and 'mount' options in Linux.
mountOptions() - Method in class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
Get these are 'net use' options in Windows and 'mount' options in Linux.
multiInstanceSettings() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the multiInstanceSettings value.
multiInstanceSettings() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get the multiInstanceSettings value.
MultiInstanceSettings - Class in com.microsoft.azure.batch.protocol.models
Settings which specify how to run a multi-instance Task.
MultiInstanceSettings() - Constructor for class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
 
MultipleConditionHeadersNotSupported - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
Multiple condition headers are not supported.

N

name() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.EnvironmentSetting
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Get the name must be unique within a Batch Pool, can contain letters, numbers, underscores, periods, and hyphens.
name() - Method in class com.microsoft.azure.batch.protocol.models.MetadataItem
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.NameValuePair
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get the name value.
name() - Method in class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
Get the name value.
NameValuePair - Class in com.microsoft.azure.batch.protocol.models
Represents a name-value pair.
NameValuePair() - Constructor for class com.microsoft.azure.batch.protocol.models.NameValuePair
 
networkConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the networkConfiguration value.
networkConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the networkConfiguration value.
networkConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the networkConfiguration value.
networkConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the networkConfiguration value.
networkConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the networkConfiguration value.
networkConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the networkConfiguration value.
NetworkConfiguration - Class in com.microsoft.azure.batch.protocol.models
The network configuration for a Pool.
NetworkConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
 
networkReadGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the networkReadGiB value.
NetworkSecurityGroupRule - Class in com.microsoft.azure.batch.protocol.models
A network security group rule to apply to an inbound endpoint.
NetworkSecurityGroupRule() - Constructor for class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
 
NetworkSecurityGroupRuleAccess - Enum in com.microsoft.azure.batch.protocol.models
Defines values for NetworkSecurityGroupRuleAccess.
networkSecurityGroupRules() - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Get the maximum number of rules that can be specified across all the endpoints on a Batch Pool is 25.
networkWriteGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the networkWriteGiB value.
nextPageLink() - Method in class com.microsoft.azure.batch.protocol.models.PageImpl
Gets the link to the next page.
nextRunTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
Get this property is meaningful only if the schedule is in the active state when the time comes around.
nfsMountConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Get this property is mutually exclusive with all other properties.
NFSMountConfiguration - Class in com.microsoft.azure.batch.protocol.models
Information used to connect to an NFS file system.
NFSMountConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
 
NO_ACTION - com.microsoft.azure.batch.protocol.models.OnAllTasksComplete
Do nothing.
NO_ACTION - com.microsoft.azure.batch.protocol.models.OnTaskFailure
Do nothing.
NO_PUBLIC_IPADDRESSES - com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
No public IP Address will be created.
nodeAgentInfo() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the nodeAgentInfo value.
NodeAgentInformation - Class in com.microsoft.azure.batch.protocol.models
Information about the Compute Node agent.
NodeAgentInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeAgentInformation
 
nodeAgentSKUId() - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Get the nodeAgentSKUId value.
nodeAgentSKUId() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get the Batch Compute Node agent is a program that runs on each Compute Node in the Pool, and provides the command-and-control interface between the Compute Node and the Batch service.
NodeAlreadyInTargetSchedulingState - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified compute node is already in the target scheduling state.
NodeBeingCreated - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A compute node operation was attempted which is not permitted when the node is in the process of being created.
NodeBeingRebooted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A compute node operation was attempted which is not permitted when the node is in the process of being rebooted.
NodeBeingReimaged - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A compute node operation was attempted which is not permitted when the node is in the process of being reimaged.
NodeBeingStarted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A compute node operation was attempted which is not permitted when the node is in the process of being started.
NodeCounts - Class in com.microsoft.azure.batch.protocol.models
The number of Compute Nodes in each Compute Node state.
NodeCounts() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeCounts
 
NodeCountsMismatch - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The node counts do not match.
nodeDeallocationOption() - Method in class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
Get the default value is requeue.
nodeDeallocationOption() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Get the default value is requeue.
nodeDisableSchedulingOption() - Method in class com.microsoft.azure.batch.protocol.models.NodeDisableSchedulingParameter
Get the default value is requeue.
NodeDisableSchedulingParameter - Class in com.microsoft.azure.batch.protocol.models
Options for disabling scheduling on a Compute Node.
NodeDisableSchedulingParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeDisableSchedulingParameter
 
NodeFile - Class in com.microsoft.azure.batch.protocol.models
Information about a file or directory on a Compute Node.
NodeFile() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeFile
 
nodeFillType() - Method in class com.microsoft.azure.batch.protocol.models.TaskSchedulingPolicy
Get if not specified, the default is spread.
nodeId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Get the nodeId value.
nodeId() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Get the nodeId value.
nodeInfo() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the nodeInfo value.
nodeInfo() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get the nodeInfo value.
nodeList() - Method in class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
Get a maximum of 100 nodes may be removed per request.
NodeNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The compute node on which an operation was attempted is not present in the given pool.
nodePlacementConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get this configuration will specify rules on how nodes in the pool will be physically allocated.
NodePlacementConfiguration - Class in com.microsoft.azure.batch.protocol.models
Node placement configuration for a pool.
NodePlacementConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.NodePlacementConfiguration
 
NodePlacementPolicyType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for NodePlacementPolicyType.
nodeRebootOption() - Method in class com.microsoft.azure.batch.protocol.models.NodeRebootParameter
Get the default value is requeue.
NodeRebootParameter - Class in com.microsoft.azure.batch.protocol.models
Options for rebooting a Compute Node.
NodeRebootParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeRebootParameter
 
nodeReimageOption() - Method in class com.microsoft.azure.batch.protocol.models.NodeReimageParameter
Get the default value is requeue.
NodeReimageParameter - Class in com.microsoft.azure.batch.protocol.models
Options for reimaging a Compute Node.
NodeReimageParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeReimageParameter
 
NodeRemoveParameter - Class in com.microsoft.azure.batch.protocol.models
Options for removing Compute Nodes from a Pool.
NodeRemoveParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
 
NodeStateUnusable - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A compute node operation was attempted which is not permitted when the node is unusable.
NodeUpdateUserParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a user Account on a Compute Node.
NodeUpdateUserParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
 
nodeUrl() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Get the nodeUrl value.
nodeUrl() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Get the nodeUrl value.
NodeUserExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The compute node user account you are attempting to add already exists.
NodeUserNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The compute node user account on which an operation was attempted does not exist.
NodeVMExtension - Class in com.microsoft.azure.batch.protocol.models
The configuration for virtual machine extension instance view.
NodeVMExtension() - Constructor for class com.microsoft.azure.batch.protocol.models.NodeVMExtension
 
NON_ADMIN - com.microsoft.azure.batch.protocol.models.ElevationLevel
The user is a standard user without elevated access.
NONE - com.microsoft.azure.batch.protocol.models.CachingType
The caching mode for the disk is not enabled.
NONE - com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope
No dynamic VNet assignment is enabled.
NONE - com.microsoft.azure.batch.protocol.models.JobAction
Take no action.
NONE - com.microsoft.azure.batch.protocol.models.PoolIdentityType
Batch pool has no identity associated with it.
NotImplemented - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The operation is not implemented.
numberOfFilesUploaded() - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsResult
Get the numberOfFilesUploaded value.
numberOfInstances() - Method in class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
Get if omitted, the default is 1.
numFailedTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the numFailedTasks value.
numFailedTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get a Task fails if it exhausts its maximum retry count without returning exit code 0.
numSucceededTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the numSucceededTasks value.
numSucceededTasks() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get a Task completes successfully if it returns exit code 0.
numTaskRetries() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the numTaskRetries value.
numTaskRetries() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the numTaskRetries value.

O

ocpBatchFileIsdirectory() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get whether the object represents a directory.
ocpBatchFileIsdirectory() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get whether the object represents a directory.
ocpBatchFileIsdirectory() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get whether the object represents a directory.
ocpBatchFileIsdirectory() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get whether the object represents a directory.
ocpBatchFileMode() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the file mode attribute in octal format.
ocpBatchFileMode() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the file mode attribute in octal format.
ocpBatchFileMode() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the file mode attribute in octal format.
ocpBatchFileMode() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the file mode attribute in octal format.
ocpBatchFileUrl() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the URL of the file.
ocpBatchFileUrl() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the URL of the file.
ocpBatchFileUrl() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the URL of the file.
ocpBatchFileUrl() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the URL of the file.
ocpCreationTime() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get the file creation time.
ocpCreationTime() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get the file creation time.
ocpCreationTime() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get the file creation time.
ocpCreationTime() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get the file creation time.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get the time the request was issued.
ocpDate() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get the time the request was issued.
ocpRange() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get the byte range to be retrieved.
ocpRange() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get the byte range to be retrieved.
offer() - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Get for example, UbuntuServer or WindowsServer.
offline() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the offline value.
OFFLINE - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node is not currently running a Task, and scheduling of new Tasks to the Compute Node is disabled.
onAllTasksComplete() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the default is noaction.
onAllTasksComplete() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get note that if a Job contains no Tasks, then all Tasks are considered complete.
onAllTasksComplete() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Get if omitted, the completion behavior is left unchanged.
onAllTasksComplete() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get note that if a Job contains no Tasks, then all Tasks are considered complete.
onAllTasksComplete() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Get if omitted, the completion behavior is set to noaction.
OnAllTasksComplete - Enum in com.microsoft.azure.batch.protocol.models
Defines values for OnAllTasksComplete.
onTaskFailure() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get a Task is considered to have failed if has a failureInfo.
onTaskFailure() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get a Task is considered to have failed if has a failureInfo.
onTaskFailure() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the default is noaction.
OnTaskFailure - Enum in com.microsoft.azure.batch.protocol.models
Defines values for OnTaskFailure.
open(BatchCredentials) - Static method in class com.microsoft.azure.batch.BatchClient
Creates an instance of BatchClient associated with the specified credentials.
open(RestClient, String) - Static method in class com.microsoft.azure.batch.BatchClient
Creates an instance of BatchClient associated with the specified restClient and baseurl.
OperationInvalidForCurrentState - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified operation is not valid for the current state of the resource.
OperationTimedOut - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The operation could not be completed within the permitted time.
OS_DISK - com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget
The OS Disk on the compute node is encrypted.
osDisk() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get the osDisk value.
OSDisk - Class in com.microsoft.azure.batch.protocol.models
Settings for the operating system disk of the compute node (VM).
OSDisk() - Constructor for class com.microsoft.azure.batch.protocol.models.OSDisk
 
osFamily() - Method in class com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration
Get possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1.
osType() - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Get possible values include: 'linux', 'windows'.
OSType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for OSType.
osVersion() - Method in class com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration
Get the default value is * which specifies the latest operating system version for the specified OS family.
OSVersionDisabled - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified Azure Guest OS version is disabled.
OSVersionExpired - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified Azure Guest OS version is expired.
OSVersionNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified Azure Guest OS version was not found.
OutOfRangeInput - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
One of the request inputs is out of range.
OutOfRangePriority - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A job priority was specified which was outside the permitted range of -1000 to 1000.
OutOfRangeQueryParameterValue - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A query parameter in the request URL is out of range.
OutputFile - Class in com.microsoft.azure.batch.protocol.models
A specification for uploading files from an Azure Batch Compute Node to another location after the Batch service has finished executing the Task process.
OutputFile() - Constructor for class com.microsoft.azure.batch.protocol.models.OutputFile
 
OutputFileBlobContainerDestination - Class in com.microsoft.azure.batch.protocol.models
Specifies a file upload destination within an Azure blob storage container.
OutputFileBlobContainerDestination() - Constructor for class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
 
OutputFileDestination - Class in com.microsoft.azure.batch.protocol.models
The destination to which a file should be uploaded.
OutputFileDestination() - Constructor for class com.microsoft.azure.batch.protocol.models.OutputFileDestination
 
outputFiles() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
outputFiles() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
outputFiles() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
OutputFileUploadCondition - Enum in com.microsoft.azure.batch.protocol.models
Defines values for OutputFileUploadCondition.
OutputFileUploadOptions - Class in com.microsoft.azure.batch.protocol.models
Details about an output file upload operation, including under what conditions to perform the upload.
OutputFileUploadOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.OutputFileUploadOptions
 

P

PACK - com.microsoft.azure.batch.protocol.models.ComputeNodeFillType
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.
PageImpl<T> - Class in com.microsoft.azure.batch.protocol.models
An instance of this class defines a page of Azure resources and a link to get the next page of resources, if any.
PageImpl() - Constructor for class com.microsoft.azure.batch.protocol.models.PageImpl
 
PageSizeInterceptor - Class in com.microsoft.azure.batch.interceptor
Interceptor which contains a function used to set the maximum page size of a request.
PageSizeInterceptor(int) - Constructor for class com.microsoft.azure.batch.interceptor.PageSizeInterceptor
Initializes a new PageSizeInterceptor for setting maximum page size of a request.
password() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Get this must be omitted if the Certificate format is cer.
password() - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Get the password value.
password() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Get the password is required for Windows Compute Nodes (those created with 'cloudServiceConfiguration', or created with 'virtualMachineConfiguration' using a Windows Image reference).
password() - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Get the password value.
password() - Method in class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
Get the password is required for Windows Compute Nodes (those created with 'cloudServiceConfiguration', or created with 'virtualMachineConfiguration' using a Windows Image reference).
password() - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Get the password value.
patch(String, JobPatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patch(String, JobPatchParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patch(String, JobPatchParameter, JobPatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patch(String, JobPatchParameter, JobPatchOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patch(String, JobSchedulePatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patch(String, JobSchedulePatchParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patch(String, JobSchedulePatchParameter, JobSchedulePatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patch(String, JobSchedulePatchParameter, JobSchedulePatchOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patch(String, PoolPatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patch(String, PoolPatchParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patch(String, PoolPatchParameter, PoolPatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patch(String, PoolPatchParameter, PoolPatchOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patchAsync(String, JobPatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter, JobPatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter, JobPatchOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter, JobPatchOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter, JobPatchOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patchAsync(String, JobPatchParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patchAsync(String, JobSchedulePatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patchAsync(String, JobSchedulePatchParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patchAsync(String, PoolPatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter, PoolPatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter, PoolPatchOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter, PoolPatchOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter, PoolPatchOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patchAsync(String, PoolPatchParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patchJob(String, JobPatchParameter) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
patchJob(String, JobPatchParameter, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
patchJob(String, OnAllTasksComplete) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
patchJob(String, PoolInformation) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
patchJob(String, PoolInformation, Integer, JobConstraints, OnAllTasksComplete, List<MetadataItem>) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
patchJob(String, PoolInformation, Integer, JobConstraints, OnAllTasksComplete, List<MetadataItem>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
patchJobSchedule(String, Schedule, JobSpecification) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Updates the specified job schedule.
patchJobSchedule(String, Schedule, JobSpecification, List<MetadataItem>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Updates the specified job schedule.
patchJobSchedule(String, Schedule, JobSpecification, List<MetadataItem>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Updates the specified job schedule.
patchPool(String, StartTask, Collection<CertificateReference>, Collection<ApplicationPackageReference>, Collection<MetadataItem>) - Method in class com.microsoft.azure.batch.PoolOperations
Updates the specified pool.
patchPool(String, StartTask, Collection<CertificateReference>, Collection<ApplicationPackageReference>, Collection<MetadataItem>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Updates the specified pool.
patchWithServiceResponseAsync(String, JobPatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patchWithServiceResponseAsync(String, JobPatchParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patchWithServiceResponseAsync(String, JobPatchParameter, JobPatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
patchWithServiceResponseAsync(String, JobPatchParameter, JobPatchOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
patchWithServiceResponseAsync(String, JobSchedulePatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patchWithServiceResponseAsync(String, JobSchedulePatchParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patchWithServiceResponseAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
patchWithServiceResponseAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
patchWithServiceResponseAsync(String, PoolPatchParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patchWithServiceResponseAsync(String, PoolPatchParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
patchWithServiceResponseAsync(String, PoolPatchParameter, PoolPatchOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
patchWithServiceResponseAsync(String, PoolPatchParameter, PoolPatchOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
path() - Method in class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
Get if filePattern refers to a specific file (i.e.
PathNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A file path was not found on a compute node.
peakDiskGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the peakDiskGiB value.
peakMemoryGiB() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the peakMemoryGiB value.
pendingTaskList() - Method in exception com.microsoft.azure.batch.CreateTasksErrorException
 
PERFORM_EXIT_OPTIONS_JOB_ACTION - com.microsoft.azure.batch.protocol.models.OnTaskFailure
Take the action associated with the Task exit condition in the Task's exitConditions collection.
PFX - com.microsoft.azure.batch.protocol.models.CertificateFormat
The Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain.
placement() - Method in class com.microsoft.azure.batch.protocol.models.DiffDiskSettings
Get this property can be used by user in the request to choose the location e.g., cache disk space for Ephemeral OS disk provisioning.
policy() - Method in class com.microsoft.azure.batch.protocol.models.NodePlacementConfiguration
Get allocation policy used by Batch Service to provision the nodes.
pool() - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Get the pool value.
POOL - com.microsoft.azure.batch.protocol.models.AutoUserScope
Specifies that the Task runs as the common auto user Account which is created on every Compute Node in a Pool.
PoolAddHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Add operation.
PoolAddHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
 
PoolAddOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for add operation.
PoolAddOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolAddOptions
 
PoolAddParameter - Class in com.microsoft.azure.batch.protocol.models
A Pool in the Azure Batch service to add.
PoolAddParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolAddParameter
 
PoolBeingCreated - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A pool operation was attempted which is not permitted when the pool is in the process of being created.
PoolBeingDeleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A pool operation was attempted which is not permitted when the pool is in the process of being deleted.
PoolBeingResized - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A pool operation was attempted which is not permitted when the pool is in the process of being resized.
PoolDeleteHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Delete operation.
PoolDeleteHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolDeleteHeaders
 
PoolDeleteOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for delete operation.
PoolDeleteOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
 
PoolDisableAutoScaleHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for DisableAutoScale operation.
PoolDisableAutoScaleHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
 
PoolDisableAutoScaleOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for disableAutoScale operation.
PoolDisableAutoScaleOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
 
PoolEnableAutoScaleHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for EnableAutoScale operation.
PoolEnableAutoScaleHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
 
PoolEnableAutoScaleOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for enableAutoScale operation.
PoolEnableAutoScaleOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
 
PoolEnableAutoScaleParameter - Class in com.microsoft.azure.batch.protocol.models
Options for enabling automatic scaling on a Pool.
PoolEnableAutoScaleParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleParameter
 
PoolEndpointConfiguration - Class in com.microsoft.azure.batch.protocol.models
The endpoint configuration for a Pool.
PoolEndpointConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEndpointConfiguration
 
PoolEvaluateAutoScaleHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for EvaluateAutoScale operation.
PoolEvaluateAutoScaleHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
 
PoolEvaluateAutoScaleOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for evaluateAutoScale operation.
PoolEvaluateAutoScaleOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
 
PoolEvaluateAutoScaleParameter - Class in com.microsoft.azure.batch.protocol.models
Options for evaluating an automatic scaling formula on a Pool.
PoolEvaluateAutoScaleParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleParameter
 
PoolExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The pool you are attempting to add already exists.
PoolExistsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Exists operation.
PoolExistsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
 
PoolExistsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for exists operation.
PoolExistsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
 
PoolGetAllLifetimeStatisticsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for GetAllLifetimeStatistics operation.
PoolGetAllLifetimeStatisticsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
 
PoolGetAllLifetimeStatisticsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for getAllLifetimeStatistics operation.
PoolGetAllLifetimeStatisticsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
 
PoolGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
PoolGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
 
PoolGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
PoolGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolGetOptions
 
poolId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Get the poolId value.
poolId() - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Get this element contains the actual Pool where the Job is assigned.
poolId() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Get the poolId value.
poolId() - Method in class com.microsoft.azure.batch.protocol.models.PoolInformation
Get you must ensure that the Pool referenced by this property exists.
poolId() - Method in class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
Get the poolId value.
poolId() - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Get the poolId value.
PoolIdentityType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for PoolIdentityType.
poolInfo() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the poolInfo value.
poolInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the poolInfo value.
poolInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Get you may change the Pool for a Job only when the Job is disabled.
poolInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the poolInfo value.
poolInfo() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Get you may change the Pool for a Job only when the Job is disabled.
PoolInformation - Class in com.microsoft.azure.batch.protocol.models
Specifies how a Job should be assigned to a Pool.
PoolInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolInformation
 
poolLifetimeOption() - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Get possible values include: 'jobSchedule', 'job'.
PoolLifetimeOption - Enum in com.microsoft.azure.batch.protocol.models
Defines values for PoolLifetimeOption.
PoolListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
PoolListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolListHeaders
 
PoolListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
PoolListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
 
PoolListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
PoolListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolListOptions
 
PoolListUsageMetricsHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListUsageMetrics operation.
PoolListUsageMetricsHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
 
PoolListUsageMetricsNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listUsageMetricsNext operation.
PoolListUsageMetricsNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
 
PoolListUsageMetricsOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listUsageMetrics operation.
PoolListUsageMetricsOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
 
PoolNodeCounts - Class in com.microsoft.azure.batch.protocol.models
The number of Compute Nodes in each state for a Pool.
PoolNodeCounts() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
 
PoolNotEligibleForOSVersionUpgrade - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified pool is not eligible for an operating system version upgrade.
PoolNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The pool on which an operation was attempted is not present in the Batch account.
poolOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a PoolOperations object for performing pool-related operations on the associated account.
PoolOperations - Class in com.microsoft.azure.batch
Performs pool-related operations on an Azure Batch account.
PoolPatchHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Patch operation.
PoolPatchHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
 
PoolPatchOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for patch operation.
PoolPatchOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
 
PoolPatchParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Pool.
PoolPatchParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
 
PoolQuotaReached - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The account has reached its quota of pools.
PoolRemoveNodesHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for RemoveNodes operation.
PoolRemoveNodesHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
 
PoolRemoveNodesOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for removeNodes operation.
PoolRemoveNodesOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
 
PoolResizeErrorCodes - Class in com.microsoft.azure.batch
Contains error codes specific to pool resize errors.
PoolResizeErrorCodes() - Constructor for class com.microsoft.azure.batch.PoolResizeErrorCodes
 
PoolResizeHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Resize operation.
PoolResizeHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
 
PoolResizeOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for resize operation.
PoolResizeOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
 
PoolResizeParameter - Class in com.microsoft.azure.batch.protocol.models
Options for changing the size of a Pool.
PoolResizeParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
 
pools() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Pools object to access its operations.
pools() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Pools object to access its operations.
Pools - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Pools.
PoolsImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Pools.
PoolsImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Initializes an instance of PoolsImpl.
PoolSpecification - Class in com.microsoft.azure.batch.protocol.models
Specification for creating a new Pool.
PoolSpecification() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolSpecification
 
PoolState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for PoolState.
PoolStatistics - Class in com.microsoft.azure.batch.protocol.models
Contains utilization and resource usage statistics for the lifetime of a Pool.
PoolStatistics() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolStatistics
 
PoolStopResizeHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for StopResize operation.
PoolStopResizeHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
 
PoolStopResizeOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for stopResize operation.
PoolStopResizeOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
 
PoolUpdatePropertiesHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for UpdateProperties operation.
PoolUpdatePropertiesHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
 
PoolUpdatePropertiesOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for updateProperties operation.
PoolUpdatePropertiesOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
 
PoolUpdatePropertiesParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Pool.
PoolUpdatePropertiesParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
 
PoolUsageMetrics - Class in com.microsoft.azure.batch.protocol.models
Usage metrics for a Pool across an aggregation interval.
PoolUsageMetrics() - Constructor for class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
 
PoolVersionEqualsUpgradeVersion - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The pool is already on the operating system version to which it was asked to upgrade.
preempted() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the preempted value.
PREEMPTED - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The low-priority Compute Node has been preempted.
PREMIUM_LRS - com.microsoft.azure.batch.protocol.models.StorageAccountType
The data disk should use premium locally redundant storage.
PREPARING - com.microsoft.azure.batch.protocol.models.SubtaskState
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 - com.microsoft.azure.batch.protocol.models.TaskState
The Task has been assigned to a Compute Node, but is waiting for a required Job Preparation Task to complete on the Compute Node.
preProcessingError() - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Get the preProcessingError value.
previousState() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get this property is not set if the Certificate is in its initial active state.
previousState() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get this property is not set if the Job is in its initial Active state.
previousState() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get this property is not present if the Job Schedule is in its initial active state.
previousState() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get this property is not set if the Task is in its initial Active state.
previousState() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get this property is not set if the subtask is in its initial running state.
previousStateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get this property is not set if the Certificate is in its initial Active state.
previousStateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get this property is not set if the Job is in its initial Active state.
previousStateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get this property is not present if the Job Schedule is in its initial active state.
previousStateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get this property is not set if the Task is in its initial Active state.
previousStateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get this property is not set if the subtask is in its initial running state.
principalId() - Method in class com.microsoft.azure.batch.protocol.models.UserAssignedIdentity
Get the principal id of the user assigned identity.
priority() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
priority() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
priority() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Get priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
priority() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
priority() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Get priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
priority() - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Get priorities within a Pool must be unique and are evaluated in order of priority.
properties() - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Get the properties value.
protectedSettings() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
protocol() - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Get possible values include: 'tcp', 'udp'.
protocol() - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Get possible values include: 'tcp', 'udp'.
protocolLayer() - Method in class com.microsoft.azure.batch.BatchClient
Gets the protocol layer service client that issues requests to the Azure Batch service.
provision() - Method in class com.microsoft.azure.batch.protocol.models.PublicIPAddressConfiguration
Get the default value is BatchManaged.
provisionAfterExtensions() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get collection of extension names after which this extension needs to be provisioned.
provisioningState() - Method in class com.microsoft.azure.batch.protocol.models.NodeVMExtension
Get the provisioningState value.
publicData() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get the publicData value.
publicFQDN() - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Get the publicFQDN value.
publicIPAddress() - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Get the publicIPAddress value.
publicIPAddressConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Get public IP configuration property is only supported on Pools with the virtualMachineConfiguration property.
PublicIPAddressConfiguration - Class in com.microsoft.azure.batch.protocol.models
The public IP Address configuration of the networking configuration of a Pool.
PublicIPAddressConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.PublicIPAddressConfiguration
 
publisher() - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Get for example, Canonical or MicrosoftWindowsServer.
publisher() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get the publisher value.

R

reactivate(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivate(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivate(String, String, TaskReactivateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivate(String, String, TaskReactivateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String, TaskReactivateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String, TaskReactivateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String, TaskReactivateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String, TaskReactivateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateTask(String, String) - Method in class com.microsoft.azure.batch.TaskOperations
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
reactivateTask(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
reactivateWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateWithServiceResponseAsync(String, String, TaskReactivateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
reactivateWithServiceResponseAsync(String, String, TaskReactivateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Reactivates a Task, allowing it to run again even if its retry count has been exhausted.
READ_ONLY - com.microsoft.azure.batch.protocol.models.CachingType
The caching mode for the disk is read only.
READ_WRITE - com.microsoft.azure.batch.protocol.models.CachingType
The caching mode for the disk is read and write.
readIOGiB() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the readIOGiB value.
readIOGiB() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the readIOGiB value.
readIOGiB() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the readIOGiB value.
readIOps() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the readIOps value.
readIOps() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the readIOps value.
readIOps() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the readIOps value.
reboot(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
reboot(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
reboot(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
reboot(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
rebootAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
rebootAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
rebootAsync(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
rebootAsync(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
rebootAsync(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
rebootAsync(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
rebootAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
rebootAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
rebootComputeNode(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Reboots the specified compute node.
rebootComputeNode(String, String, ComputeNodeRebootOption) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Reboots the specified compute node.
rebootComputeNode(String, String, ComputeNodeRebootOption, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Reboots the specified compute node.
rebooting() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the rebooting value.
REBOOTING - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node is rebooting.
rebootWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
rebootWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
rebootWithServiceResponseAsync(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Restarts the specified Compute Node.
rebootWithServiceResponseAsync(String, String, ComputeNodeRebootOption, ComputeNodeRebootOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Restarts the specified Compute Node.
recentJob() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
Get this property is present only if the at least one Job has run under the schedule.
RecentJob - Class in com.microsoft.azure.batch.protocol.models
Information about the most recent Job to run under the Job Schedule.
RecentJob() - Constructor for class com.microsoft.azure.batch.protocol.models.RecentJob
 
recentTasks() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get this property is present only if at least one Task has run on this Compute Node since it was assigned to the Pool.
recurrenceInterval() - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Get because a Job Schedule can have at most one active Job under it at any given time, if it is time to create a new Job under a Job Schedule, but the previous Job is still running, the Batch service will not create the new Job until the previous Job finishes.
REGIONAL - com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType
All nodes in the pool will be allocated in the same region.
registry() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Get this setting can be omitted if was already provided at Pool creation.
registryServer() - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Get if omitted, the default is "docker.io".
reimage(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimage(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimage(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimage(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimageAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimageComputeNode(String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Reinstalls the operating system on the specified compute node.
reimageComputeNode(String, String, ComputeNodeReimageOption) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Reinstalls the operating system on the specified compute node.
reimageComputeNode(String, String, ComputeNodeReimageOption, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Reinstalls the operating system on the specified compute node.
reimageWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimageWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimageWithServiceResponseAsync(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Reinstalls the operating system on the specified Compute Node.
reimageWithServiceResponseAsync(String, String, ComputeNodeReimageOption, ComputeNodeReimageOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Reinstalls the operating system on the specified Compute Node.
reimaging() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the reimaging value.
REIMAGING - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node is reimaging.
relativeMountPath() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
relativeMountPath() - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
relativeMountPath() - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
relativeMountPath() - Method in class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
REMOTE_USER - com.microsoft.azure.batch.protocol.models.CertificateVisibility
The Certificate should be visible to the user accounts under which users remotely access the Compute Node.
remoteLoginIPAddress() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsResult
Get the remoteLoginIPAddress value.
remoteLoginPort() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsResult
Get the remoteLoginPort value.
removeNodeFromPool(String, String) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute node from the specified pool.
removeNodeFromPool(String, String, ComputeNodeDeallocationOption) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute node from the specified pool.
removeNodeFromPool(String, String, ComputeNodeDeallocationOption, Period, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute node from the specified pool.
removeNodes(String, NodeRemoveParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodes(String, NodeRemoveParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
removeNodes(String, NodeRemoveParameter, PoolRemoveNodesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodes(String, NodeRemoveParameter, PoolRemoveNodesOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter, PoolRemoveNodesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter, PoolRemoveNodesOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter, PoolRemoveNodesOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter, PoolRemoveNodesOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodesAsync(String, NodeRemoveParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
RemoveNodesFailed - Static variable in class com.microsoft.azure.batch.PoolResizeErrorCodes
An error occurred when removing compute nodes from the pool.
removeNodesFromPool(String, Collection<ComputeNode>) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute nodes from the specified pool.
removeNodesFromPool(String, Collection<ComputeNode>, ComputeNodeDeallocationOption) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute nodes from the specified pool.
removeNodesFromPool(String, Collection<ComputeNode>, ComputeNodeDeallocationOption, Period, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute nodes from the specified pool.
removeNodesFromPool(String, List<String>, ComputeNodeDeallocationOption, Period, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Removes the specified compute nodes from the specified pool.
removeNodesWithServiceResponseAsync(String, NodeRemoveParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodesWithServiceResponseAsync(String, NodeRemoveParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
removeNodesWithServiceResponseAsync(String, NodeRemoveParameter, PoolRemoveNodesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Removes Compute Nodes from the specified Pool.
removeNodesWithServiceResponseAsync(String, NodeRemoveParameter, PoolRemoveNodesOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Removes Compute Nodes from the specified Pool.
RequestBodyTooLarge - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The size of the HTTP request body exceeds the maximum permitted.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Get a unique identifier for the request that was made to the Batch service.
requestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Get a unique identifier for the request that was made to the Batch service.
RequestInterceptor - Class in com.microsoft.azure.batch.interceptor
A BatchClientBehavior that modifies requests to the Batch service.
RequestInterceptor() - Constructor for class com.microsoft.azure.batch.interceptor.RequestInterceptor
Initializes a new instance of RequestInterceptor.
RequestInterceptor(BatchRequestInterceptHandler) - Constructor for class com.microsoft.azure.batch.interceptor.RequestInterceptor
Initializes a new instance of RequestInterceptor.
RequestUrlFailedToParse - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The Batch service could not parse the request URL.
REQUEUE - com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
Terminate running Task processes and requeue the Tasks.
REQUEUE - com.microsoft.azure.batch.protocol.models.DisableJobOption
Terminate running Tasks and requeue them.
requeueCount() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get when the user removes Compute Nodes from a Pool (by resizing/shrinking the pool) or when the Job is being disabled, the user can specify that running Tasks on the Compute Nodes be requeued for execution.
requiredSlots() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the default is 1.
requiredSlots() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get the default is 1.
requiredSlots() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get the default is 1.
rerunOnNodeRebootAfterSuccess() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get the Job Preparation Task is always rerun if a Compute Node is reimaged, or if the Job Preparation Task did not complete (e.g.
resize(String, PoolResizeParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resize(String, PoolResizeParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
resize(String, PoolResizeParameter, PoolResizeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resize(String, PoolResizeParameter, PoolResizeOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter, PoolResizeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter, PoolResizeOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter, PoolResizeOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter, PoolResizeOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resizeAsync(String, PoolResizeParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
ResizeError - Class in com.microsoft.azure.batch.protocol.models
An error that occurred when resizing a Pool.
ResizeError() - Constructor for class com.microsoft.azure.batch.protocol.models.ResizeError
 
resizeErrors() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property is set only if one or more errors occurred during the last Pool resize, and only when the Pool allocationState is Steady.
resizePool(String, Integer, Integer) - Method in class com.microsoft.azure.batch.PoolOperations
Resizes the specified pool.
resizePool(String, Integer, Integer, Period) - Method in class com.microsoft.azure.batch.PoolOperations
Resizes the specified pool.
resizePool(String, Integer, Integer, Period, ComputeNodeDeallocationOption) - Method in class com.microsoft.azure.batch.PoolOperations
Resizes the specified pool.
resizePool(String, Integer, Integer, Period, ComputeNodeDeallocationOption, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Resizes the specified pool.
ResizeStopped - Static variable in class com.microsoft.azure.batch.PoolResizeErrorCodes
The user stopped the resize operation.
resizeTimeout() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this is the timeout for the most recent resize operation.
resizeTimeout() - Method in class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
Get the default value is 15 minutes.
resizeTimeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get this timeout applies only to manual scaling; it has no effect when enableAutoScale is set to true.
resizeTimeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Get the default value is 15 minutes.
resizeTimeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this timeout applies only to manual scaling; it has no effect when enableAutoScale is set to true.
resizeWithServiceResponseAsync(String, PoolResizeParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resizeWithServiceResponseAsync(String, PoolResizeParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
resizeWithServiceResponseAsync(String, PoolResizeParameter, PoolResizeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Changes the number of Compute Nodes that are assigned to a Pool.
resizeWithServiceResponseAsync(String, PoolResizeParameter, PoolResizeOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Changes the number of Compute Nodes that are assigned to a Pool.
RESIZING - com.microsoft.azure.batch.protocol.models.AllocationState
The Pool is resizing; that is, Compute Nodes are being added to or removed from the Pool.
ResourceAlreadyExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified resource already exists.
ResourceDirectoryCreateFailed - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The compute node could not create a directory for the task's resource files.
ResourceFile - Class in com.microsoft.azure.batch.protocol.models
A single file or multiple files to be downloaded to a Compute Node.
ResourceFile() - Constructor for class com.microsoft.azure.batch.protocol.models.ResourceFile
 
ResourceFileCreateFailed - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The compute node could not create a local file when trying to download a resource file required for the task.
resourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed.
resourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get files listed under this element are located in the Task's working directory.
resourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get files listed under this element are located in the Task's working directory.
resourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get files listed under this element are located in the Task's working directory.
resourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get files listed under this element are located in the Task's working directory.
resourceFiles() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed.
ResourceFileWriteFailed - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The compute node could not write to a local file when trying to download a resource file required for the task.
resourceId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference
Get the ARM resource id of the user assigned identity.
resourceId() - Method in class com.microsoft.azure.batch.protocol.models.UserAssignedIdentity
Get the ARM resource id of the user assigned identity.
ResourceNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified resource does not exist.
ResourceStatistics - Class in com.microsoft.azure.batch.protocol.models
Statistics related to resource consumption by Compute Nodes in a Pool.
ResourceStatistics() - Constructor for class com.microsoft.azure.batch.protocol.models.ResourceStatistics
 
resourceStats() - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Get the resourceStats value.
ResourceTypeMismatch - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The resource does not match the expected type.
restClient() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the REST client.
result() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get if the value is 'failed', then the details of the failure can be found in the failureInfo property.
result() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get if the value is 'failed', then the details of the failure can be found in the failureInfo property.
result() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get if the value is 'failed', then the details of the failure can be found in the failureInfo property.
result() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get if the value is 'failed', then the details of the failure can be found in the failureInfo property.
result() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get if the value is 'failed', then the details of the failure can be found in the failureInfo property.
results() - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRun
Get each variable value is returned in the form $variable=value, and variables are separated by semicolons.
RETAINED_DATA - com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
RETAINED_DATA - com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
RETAINED_DATA - com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.
retentionTime() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get the default is 7 days, i.e.
retentionTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskConstraints
Get the default is 7 days, i.e.
retryCount() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried.
retryCount() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried.
retryCount() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get whether the server should return the client-request-id in the response.
returnClientRequestId() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get whether the server should return the client-request-id in the response.
runExclusive() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get if true, no other Tasks will run on the same Node for as long as the Job Manager is running.
running() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the running value.
running() - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Get the running value.
running() - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Get the running value.
RUNNING - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node is running one or more Tasks (other than a StartTask).
RUNNING - com.microsoft.azure.batch.protocol.models.JobPreparationTaskState
The Task is currently running (including retrying).
RUNNING - com.microsoft.azure.batch.protocol.models.JobReleaseTaskState
The Task is currently running (including retrying).
RUNNING - com.microsoft.azure.batch.protocol.models.StartTaskState
The StartTask is currently running.
RUNNING - com.microsoft.azure.batch.protocol.models.SubtaskState
The Task is running on a Compute Node.
RUNNING - com.microsoft.azure.batch.protocol.models.TaskState
The Task is running on a Compute Node.
runningTasksCount() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the runningTasksCount value.
runningTaskSlotsCount() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the runningTaskSlotsCount value.

S

sasKey() - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Get this property is mutually exclusive with both accountKey and identity; exactly one must be specified.
SATISFY - com.microsoft.azure.batch.protocol.models.DependencyAction
Satisfy tasks waiting on this task; once all dependencies are satisfied, the task will be scheduled to run.
schedule() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the schedule value.
schedule() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Get the schedule value.
schedule() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
Get if you do not specify this element, the existing schedule is left unchanged.
schedule() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
Get if you do not specify this element, it is equivalent to passing the default schedule: that is, a single Job scheduled to run immediately.
Schedule - Class in com.microsoft.azure.batch.protocol.models
The schedule according to which Jobs will be created.
Schedule() - Constructor for class com.microsoft.azure.batch.protocol.models.Schedule
 
schedulingError() - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Get this property is not set if there was no error starting the Job.
schedulingState() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get possible values include: 'enabled', 'disabled'.
SchedulingState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for SchedulingState.
scope() - Method in class com.microsoft.azure.batch.protocol.models.AutoUserSpecification
Get the default value is pool.
select() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get an OData $select clause.
select() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Get an OData $select clause.
selectClause() - Method in class com.microsoft.azure.batch.DetailLevel
Gets the OData select clause.
SERVER_ERROR - com.microsoft.azure.batch.protocol.models.ErrorCategory
The error is due to an internal server issue.
SERVER_ERROR - com.microsoft.azure.batch.protocol.models.TaskAddStatus
Task failed to add due to a server error and can be retried without modification.
ServerBusy - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The Batch service is currently unable to receive requests.
serverTimeout() - Method in class com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor
Gets the service timeout interval applied by this ServerTimeoutInterceptor instance.
ServerTimeoutInterceptor - Class in com.microsoft.azure.batch.interceptor
Sets Batch service request timeouts.
ServerTimeoutInterceptor(int) - Constructor for class com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor
Initializes a new ServerTimeoutInterceptor for setting the service timeout interval for a request issued to the Batch service.
setItems(List<T>) - Method in class com.microsoft.azure.batch.protocol.models.PageImpl
Sets the list of items.
setNextPageLink(String) - Method in class com.microsoft.azure.batch.protocol.models.PageImpl
Sets the link to the next page.
settings() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get the settings value.
SHA1_CERTIFICATE_ALGORITHM - Static variable in class com.microsoft.azure.batch.CertificateOperations
The SHA certificate algorithm.
sku() - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Get for example, 18.04-LTS or 2019-Datacenter.
source() - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Get the source value.
source() - Method in class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
Get the source value.
sourceAddressPrefix() - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Get valid values are a single IP address (i.e.
sourcePortRanges() - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Get valid values are '*' (for all ports 0 - 65535), a specific port (i.e.
SPREAD - com.microsoft.azure.batch.protocol.models.ComputeNodeFillType
Tasks should be assigned evenly across all Compute Nodes in the Pool.
sshPrivateKey() - Method in class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
Get the private key must not be password protected.
sshPublicKey() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Get the public key should be compatible with OpenSSH encoding and should be base 64 encoded.
sshPublicKey() - Method in class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
Get the public key should be compatible with OpenSSH encoding and should be base 64 encoded.
STANDARD_LRS - com.microsoft.azure.batch.protocol.models.StorageAccountType
The data disk should use standard locally redundant storage.
start() - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
Get the start value.
start() - Method in class com.microsoft.azure.batch.protocol.models.TaskIdRange
Get the start value.
START_TASK - com.microsoft.azure.batch.protocol.models.CertificateVisibility
The Certificate should be visible to the user account under which the StartTask is run.
START_TASK_FAILED - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The StartTask has failed on the Compute Node (and exhausted all retries), and waitForSuccess is set.
starting() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the starting value.
STARTING - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Batch service is starting on the underlying virtual machine.
startTask() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the startTask value.
startTask() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the startTask value.
startTask() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the Task runs when the Compute Node is added to the Pool or when the Compute Node is restarted.
startTask() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Get if this element is present, it overwrites any existing StartTask.
startTask() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the startTask value.
startTask() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Get if this element is present, it overwrites any existing StartTask.
StartTask - Class in com.microsoft.azure.batch.protocol.models
A Task which is run when a Node joins a Pool in the Azure Batch service, or when the Compute Node is rebooted or reimaged.
StartTask() - Constructor for class com.microsoft.azure.batch.protocol.models.StartTask
 
startTaskFailed() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the startTaskFailed value.
startTaskInfo() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the startTaskInfo value.
StartTaskInformation - Class in com.microsoft.azure.batch.protocol.models
Information about a StartTask running on a Compute Node.
StartTaskInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.StartTaskInformation
 
StartTaskState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for StartTaskState.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Get this is the time at which the Job was created.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get if the Task has been restarted or retried, this is the most recent time at which the Task started running.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get if the Task has been restarted or retried, this is the most recent time at which the Task started running.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get the earliest time from which to include metrics.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get this value is reset every time the Task is restarted or retried (that is, this is the most recent time at which the StartTask started running).
startTime() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Get 'Running' corresponds to the running state, so if the Task specifies resource files or Packages, then the start time reflects the time at which the Task started downloading or deploying these.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the startTime value.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Get any log file containing a log message in the time range will be uploaded.
startTime() - Method in class com.microsoft.azure.batch.protocol.models.UsageStatistics
Get the startTime value.
startWindow() - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Get if a Job is not created within the startWindow interval, then the 'opportunity' is lost; no Job will be created until the next recurrence of the schedule.
state() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get possible values include: 'active', 'deleting', 'deleteFailed'.
state() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get possible values include: 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', 'deleting'.
state() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'.
state() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get possible values include: 'active', 'deleting'.
state() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get possible values include: 'active', 'preparing', 'running', 'completed'.
state() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the low-priority Compute Node has been preempted.
state() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get possible values include: 'running', 'completed'.
state() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get possible values include: 'running', 'completed'.
state() - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Get possible values include: 'running', 'completed'.
state() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get possible values include: 'preparing', 'running', 'completed'.
state() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
Get this is the state of the container according to the Docker service.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get the stateTransitionTime value.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the stateTransitionTime value.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the stateTransitionTime value.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the stateTransitionTime value.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the stateTransitionTime value.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the stateTransitionTime value.
stateTransitionTime() - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Get the stateTransitionTime value.
stats() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get this property is populated only if the CloudJob was retrieved with an expand clause including the 'stats' attribute; otherwise it is null.
stats() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the stats value.
stats() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property is populated only if the CloudPool was retrieved with an expand clause including the 'stats' attribute; otherwise it is null.
stats() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the stats value.
status() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Get possible values include: 'success', 'clientError', 'serverError'.
statuses() - Method in class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
Get the resource status information.
StatusLevelTypes - Enum in com.microsoft.azure.batch.protocol.models
Defines values for StatusLevelTypes.
STEADY - com.microsoft.azure.batch.protocol.models.AllocationState
The Pool is not resizing.
STOPPING - com.microsoft.azure.batch.protocol.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.
stopResize(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResize(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResize(String, PoolStopResizeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResize(String, PoolStopResizeOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String, PoolStopResizeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String, PoolStopResizeOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String, PoolStopResizeOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String, PoolStopResizeOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResizeAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResizePool(String) - Method in class com.microsoft.azure.batch.PoolOperations
Stops a pool resize operation.
stopResizePool(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Stops a pool resize operation.
stopResizeWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResizeWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
stopResizeWithServiceResponseAsync(String, PoolStopResizeOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Stops an ongoing resize operation on the Pool.
stopResizeWithServiceResponseAsync(String, PoolStopResizeOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Stops an ongoing resize operation on the Pool.
StorageAccountNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A requested storage account was not found.
storageAccountType() - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Get if omitted, the default is "standard_lrs".
StorageAccountType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for StorageAccountType.
storageContainerUrl() - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Get the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
storeLocation() - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Get the default value is currentuser.
storeName() - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Get this property is applicable only for Pools configured with Windows Compute Nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows Image reference).
subnetId() - Method in class com.microsoft.azure.batch.protocol.models.JobNetworkConfiguration
Get the virtual network must be in the same region and subscription as the Azure Batch Account.
subnetId() - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Get the virtual network must be in the same region and subscription as the Azure Batch Account.
subStatuses() - Method in class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
Get the resource status information.
subtaskId() - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Get the subtaskId value.
SubtaskInformation - Class in com.microsoft.azure.batch.protocol.models
Information about an Azure Batch subtask.
SubtaskInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.SubtaskInformation
 
SubtaskState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for SubtaskState.
succeeded() - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Get the succeeded value.
succeeded() - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Get the succeeded value.
SUCCESS - com.microsoft.azure.batch.protocol.models.TaskAddStatus
The Task was added successfully.
SUCCESS - com.microsoft.azure.batch.protocol.models.TaskExecutionResult
The Task ran successfully.

T

targetDedicatedNodes() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the targetDedicatedNodes value.
targetDedicatedNodes() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get this property must not be specified if enableAutoScale is set to true.
targetDedicatedNodes() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Get the targetDedicatedNodes value.
targetDedicatedNodes() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this property must not be specified if enableAutoScale is set to true.
targetLowPriorityNodes() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the targetLowPriorityNodes value.
targetLowPriorityNodes() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get this property must not be specified if enableAutoScale is set to true.
targetLowPriorityNodes() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Get the targetLowPriorityNodes value.
targetLowPriorityNodes() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this property must not be specified if enableAutoScale is set to true.
targets() - Method in class com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration
Get if omitted, no disks on the compute nodes in the pool will be encrypted.
TASK - com.microsoft.azure.batch.protocol.models.AutoUserScope
Specifies that the service should create a new user for the Task.
TASK - com.microsoft.azure.batch.protocol.models.CertificateVisibility
The Certificate should be visible to the user accounts under which Job Tasks are run.
TASK_COMPLETION - com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Allow currently running Tasks to complete.
TASK_COMPLETION - com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Allow currently running Tasks to complete.
TASK_COMPLETION - com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Allow currently running Tasks to complete.
TASK_COMPLETION - com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
Allow currently running Tasks to complete.
TASK_COMPLETION - com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
Upload the file(s) after the Task process exits, no matter what the exit code was.
TASK_FAILURE - com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
Upload the file(s) only after the Task process exits with a nonzero exit code.
TASK_SUCCESS - com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
Upload the file(s) only after the Task process exits with an exit code of 0.
TASK_WORKING_DIRECTORY - com.microsoft.azure.batch.protocol.models.ContainerWorkingDirectory
Use the standard Batch service Task working directory, which will contain the Task Resource Files populated by Batch.
TaskAddCollectionHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for AddCollection operation.
TaskAddCollectionHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
 
TaskAddCollectionOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for addCollection operation.
TaskAddCollectionOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
 
TaskAddCollectionParameter - Class in com.microsoft.azure.batch.protocol.models
A collection of Azure Batch Tasks to add.
TaskAddCollectionParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddCollectionParameter
 
TaskAddCollectionResult - Class in com.microsoft.azure.batch.protocol.models
The result of adding a collection of Tasks to a Job.
TaskAddCollectionResult() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddCollectionResult
 
TaskAddHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Add operation.
TaskAddHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
 
TaskAddOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for add operation.
TaskAddOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddOptions
 
TaskAddParameter - Class in com.microsoft.azure.batch.protocol.models
An Azure Batch Task to add.
TaskAddParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddParameter
 
TaskAddResult - Class in com.microsoft.azure.batch.protocol.models
Result for a single Task added as part of an add Task collection operation.
TaskAddResult() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskAddResult
 
TaskAddStatus - Enum in com.microsoft.azure.batch.protocol.models
Defines values for TaskAddStatus.
TaskCompleted - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A task operation was attempted which is not permitted when the task has been completed.
TaskConstraints - Class in com.microsoft.azure.batch.protocol.models
Execution constraints to apply to a Task.
TaskConstraints() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskConstraints
 
TaskContainerExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
Contains information about the container which a Task is executing.
TaskContainerExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
 
TaskContainerSettings - Class in com.microsoft.azure.batch.protocol.models
The container settings for a Task.
TaskContainerSettings() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
 
taskCounts() - Method in class com.microsoft.azure.batch.protocol.models.TaskCountsResult
Get the taskCounts value.
TaskCounts - Class in com.microsoft.azure.batch.protocol.models
The Task counts for a Job.
TaskCounts() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskCounts
 
TaskCountsResult - Class in com.microsoft.azure.batch.protocol.models
The Task and TaskSlot counts for a Job.
TaskCountsResult() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskCountsResult
 
TaskDeleteHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Delete operation.
TaskDeleteHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskDeleteHeaders
 
TaskDeleteOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for delete operation.
TaskDeleteOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
 
TaskDependencies - Class in com.microsoft.azure.batch.protocol.models
Specifies any dependencies of a Task.
TaskDependencies() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskDependencies
 
TaskDependenciesNotSpecifiedOnJob - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A task was specified as depending on other tasks, but the job did not specify that it would use task dependencies.
TaskDependencyListTooLong - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A task was specified as depending on other tasks, but the list of dependencies was too long to be stored.
TaskDependencyRangesTooLong - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A task was specified as depending on other tasks, but the list of task ID ranges was too long to be stored.
TaskEnded - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The task ended.
TaskExecutionInformation - Class in com.microsoft.azure.batch.protocol.models
Information about the execution of a Task.
TaskExecutionInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
 
TaskExecutionResult - Enum in com.microsoft.azure.batch.protocol.models
Defines values for TaskExecutionResult.
TaskExists - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The task you are attempting to add already exists.
TaskFailureInformation - Class in com.microsoft.azure.batch.protocol.models
Information about a Task failure.
TaskFailureInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
 
TaskFailureInformationCodes - Class in com.microsoft.azure.batch
Contains error codes specific to task failure information.
TaskFailureInformationCodes() - Constructor for class com.microsoft.azure.batch.TaskFailureInformationCodes
 
TaskFilesCleanedup - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The files of the specified task are cleaned up.
TaskFilesUnavailable - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The node files for a task are not available, for example because the retention period has expired.
TaskGetHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Get operation.
TaskGetHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
 
TaskGetOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for get operation.
TaskGetOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskGetOptions
 
taskId() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Get the taskId value.
taskId() - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Get the taskId value.
TaskIdRange - Class in com.microsoft.azure.batch.protocol.models
A range of Task IDs that a Task can depend on.
TaskIdRange() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskIdRange
 
taskIdRanges() - Method in class com.microsoft.azure.batch.protocol.models.TaskDependencies
Get the taskIdRanges value.
taskIds() - Method in class com.microsoft.azure.batch.protocol.models.TaskDependencies
Get the taskIds collection is limited to 64000 characters total (i.e.
TaskIdSameAsJobPreparationTask - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The task ID is the same as that of the Job Preparation task.
TaskIdSameAsJobReleaseTask - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The task ID is the same as that of the Job Release task.
TaskInformation - Class in com.microsoft.azure.batch.protocol.models
Information about a Task running on a Compute Node.
TaskInformation() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskInformation
 
TaskListHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for List operation.
TaskListHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskListHeaders
 
TaskListNextOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listNext operation.
TaskListNextOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
 
TaskListOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for list operation.
TaskListOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskListOptions
 
TaskListSubtasksHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for ListSubtasks operation.
TaskListSubtasksHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
 
TaskListSubtasksOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for listSubtasks operation.
TaskListSubtasksOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
 
TaskNotFound - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The task on which an operation was attempted is not present in the job.
taskOperations() - Method in class com.microsoft.azure.batch.BatchClient
Gets a TaskOperations object for performing task-related operations on the associated account.
TaskOperations - Class in com.microsoft.azure.batch
Performs task-related operations on an Azure Batch account.
TaskReactivateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Reactivate operation.
TaskReactivateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
 
TaskReactivateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for reactivate operation.
TaskReactivateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
 
taskRootDirectory() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Get the taskRootDirectory value.
taskRootDirectory() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get the taskRootDirectory value.
taskRootDirectory() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get the taskRootDirectory value.
taskRootDirectoryUrl() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Get the taskRootDirectoryUrl value.
taskRootDirectoryUrl() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Get the taskRootDirectoryUrl value.
taskRootDirectoryUrl() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Get the taskRootDirectoryUrl value.
tasks() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the Tasks object to access its operations.
tasks() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the Tasks object to access its operations.
Tasks - Interface in com.microsoft.azure.batch.protocol
An instance of this class provides access to all the operations defined in Tasks.
taskSchedulingPolicy() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get if not specified, the default is spread.
taskSchedulingPolicy() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get if not specified, the default is spread.
taskSchedulingPolicy() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get if not specified, the default is spread.
TaskSchedulingPolicy - Class in com.microsoft.azure.batch.protocol.models
Specifies how Tasks should be distributed across Compute Nodes.
TaskSchedulingPolicy() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskSchedulingPolicy
 
TasksImpl - Class in com.microsoft.azure.batch.protocol.implementation
An instance of this class provides access to all the operations defined in Tasks.
TasksImpl(Retrofit, BatchServiceClientImpl) - Constructor for class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Initializes an instance of TasksImpl.
taskSlotCounts() - Method in class com.microsoft.azure.batch.protocol.models.TaskCountsResult
Get the taskSlotCounts value.
TaskSlotCounts - Class in com.microsoft.azure.batch.protocol.models
The TaskSlot counts for a Job.
TaskSlotCounts() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
 
taskSlotsPerNode() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the default value is 1.
taskSlotsPerNode() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the default value is 1.
taskSlotsPerNode() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the default value is 1.
taskState() - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Get possible values include: 'active', 'preparing', 'running', 'completed'.
TaskState - Enum in com.microsoft.azure.batch.protocol.models
Defines values for TaskState.
TaskStatistics - Class in com.microsoft.azure.batch.protocol.models
Resource usage statistics for a Task.
TaskStatistics() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskStatistics
 
TaskTerminateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Terminate operation.
TaskTerminateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
 
TaskTerminateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for terminate operation.
TaskTerminateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
 
TaskUpdateHeaders - Class in com.microsoft.azure.batch.protocol.models
Defines headers for Update operation.
TaskUpdateHeaders() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
 
TaskUpdateOptions - Class in com.microsoft.azure.batch.protocol.models
Additional parameters for update operation.
TaskUpdateOptions() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
 
TaskUpdateParameter - Class in com.microsoft.azure.batch.protocol.models
The set of changes to be made to a Task.
TaskUpdateParameter() - Constructor for class com.microsoft.azure.batch.protocol.models.TaskUpdateParameter
 
taskUrl() - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Get the taskUrl value.
TCP - com.microsoft.azure.batch.protocol.models.InboundEndpointProtocol
Use TCP for the endpoint.
TEMPORARY_DISK - com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget
The temporary disk on the compute node is encrypted.
terminate(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminate(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminate(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminate(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminate(String, JobScheduleTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminate(String, JobScheduleTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminate(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminate(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
terminate(String, String, JobTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminate(String, String, JobTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminate(String, String, TaskTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminate(String, String, TaskTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
TERMINATE - com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Terminate running Tasks.
TERMINATE - com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Terminate running Tasks.
TERMINATE - com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Terminate running Tasks.
TERMINATE - com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
Terminate running Tasks.
TERMINATE - com.microsoft.azure.batch.protocol.models.DisableJobOption
Terminate running Tasks.
TERMINATE - com.microsoft.azure.batch.protocol.models.JobAction
Terminate the Job.
TERMINATE_JOB - com.microsoft.azure.batch.protocol.models.OnAllTasksComplete
Terminate the Job.
terminateAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminateAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminateAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminateAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminateAsync(String, JobScheduleTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminateAsync(String, JobScheduleTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminateAsync(String, JobScheduleTerminateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminateAsync(String, JobScheduleTerminateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminateAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminateAsync(String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminateAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminateAsync(String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminateAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminateAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
terminateAsync(String, String, JobTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminateAsync(String, String, JobTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminateAsync(String, String, JobTerminateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminateAsync(String, String, JobTerminateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminateAsync(String, String, TaskTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminateAsync(String, String, TaskTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
terminateAsync(String, String, TaskTerminateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminateAsync(String, String, TaskTerminateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
terminateAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminateAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
terminateJob(String) - Method in class com.microsoft.azure.batch.JobOperations
Terminates the specified job, marking it as completed.
terminateJob(String, String) - Method in class com.microsoft.azure.batch.JobOperations
Terminates the specified job, marking it as completed.
terminateJob(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Terminates the specified job, marking it as completed.
terminateJobSchedule(String) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Terminates the specified job schedule.
terminateJobSchedule(String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Terminates the specified job schedule.
terminateReason() - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Get this property is set only if the Job is in the completed state.
terminateReason() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateParameter
Get the terminateReason value.
terminateTask(String, String) - Method in class com.microsoft.azure.batch.TaskOperations
Terminates the specified task.
terminateTask(String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Terminates the specified task.
terminateWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminateWithServiceResponseAsync(String) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminateWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminateWithServiceResponseAsync(String) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminateWithServiceResponseAsync(String, JobScheduleTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Terminates a Job Schedule.
terminateWithServiceResponseAsync(String, JobScheduleTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Terminates a Job Schedule.
terminateWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminateWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
terminateWithServiceResponseAsync(String, String, JobTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Terminates the specified Job, marking it as completed.
terminateWithServiceResponseAsync(String, String, JobTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Terminates the specified Job, marking it as completed.
terminateWithServiceResponseAsync(String, String, TaskTerminateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Terminates the specified Task.
terminateWithServiceResponseAsync(String, String, TaskTerminateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Terminates the specified Task.
TERMINATING - com.microsoft.azure.batch.protocol.models.JobScheduleState
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 - com.microsoft.azure.batch.protocol.models.JobState
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).
thumbprint() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get the thumbprint value.
thumbprint() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Get the thumbprint value.
thumbprint() - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Get the thumbprint value.
thumbprintAlgorithm() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get the thumbprintAlgorithm value.
thumbprintAlgorithm() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Get the thumbprintAlgorithm value.
thumbprintAlgorithm() - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Get the thumbprintAlgorithm value.
time() - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Get the time of the status.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timeout() - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Get the maximum time that the server can spend processing the request, in seconds.
timestamp() - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRun
Get the timestamp value.
toString() - Method in enum com.microsoft.azure.batch.protocol.models.AccessScope
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.AllocationState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.AutoUserScope
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.CachingType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.CertificateFormat
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.CertificateState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.CertificateStoreLocation
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.CertificateVisibility
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeFillType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ContainerWorkingDirectory
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.DependencyAction
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.DiffDiskPlacement
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.DisableJobOption
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ElevationLevel
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.ErrorCategory
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.InboundEndpointProtocol
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.JobAction
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.JobPreparationTaskState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.JobReleaseTaskState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.JobScheduleState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.JobState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.LoginMode
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRuleAccess
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.OnAllTasksComplete
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.OnTaskFailure
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.OSType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.PoolIdentityType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.PoolLifetimeOption
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.PoolState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.SchedulingState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.StartTaskState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.StatusLevelTypes
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.StorageAccountType
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.SubtaskState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.TaskAddStatus
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.TaskExecutionResult
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.TaskState
 
toString() - Method in enum com.microsoft.azure.batch.protocol.models.VerificationType
 
total() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the total value.
totalCoreHours() - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Get the totalCoreHours value.
totalTasksRun() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the totalTasksRun value.
totalTasksSucceeded() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the totalTasksSucceeded value.
type() - Method in class com.microsoft.azure.batch.protocol.models.BatchPoolIdentity
Get the list of user identities associated with the Batch pool.
type() - Method in class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Get the type value.
type() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get the type value.
typeHandlerVersion() - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Get the typeHandlerVersion value.

U

UDP - com.microsoft.azure.batch.protocol.models.InboundEndpointProtocol
Use UDP for the endpoint.
uid() - Method in class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
Get the uid and gid properties must be specified together or not at all.
unknown() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the unknown value.
Unknown - Static variable in class com.microsoft.azure.batch.JobSchedulingErrorCodes
The reason for the scheduling error is unknown.
Unknown - Static variable in class com.microsoft.azure.batch.PoolResizeErrorCodes
The reason for the failure is not known.
Unknown - Static variable in class com.microsoft.azure.batch.TaskFailureInformationCodes
The reason for the scheduling error is unknown.
UNKNOWN - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Batch service has lost contact with the Compute Node, and does not know its true state.
UnsupportedConstraint - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
A requested job or task constraint is not supported.
UnsupportedHeader - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
One of the HTTP headers specified in the request is not supported.
UnsupportedHttpVerb - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The resource does not support the specified HTTP verb.
UnsupportedHttpVersion - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The Batch service does not support the specified version of the HTTP protocol.
UnsupportedProperty - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
One of the properties specified in the HTTP request body is not supported.
UnsupportedQueryParameter - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
One of the query parameters specified in the URL is not supported.
UnsupportedRequestVersion - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The specified version of the Batch REST API is not supported.
unusable() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the unusable value.
UNUSABLE - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The Compute Node cannot be used for Task execution due to errors.
UNVERIFIED - com.microsoft.azure.batch.protocol.models.VerificationType
The associated Compute Node agent SKU should have binary compatibility with the Image, but specific functionality has not been verified.
update(String, JobScheduleUpdateParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
update(String, JobScheduleUpdateParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
update(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
update(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
update(String, JobUpdateParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
update(String, JobUpdateParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
update(String, JobUpdateParameter, JobUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
update(String, JobUpdateParameter, JobUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
update(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
update(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
update(String, String, TaskConstraints, TaskUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
update(String, String, TaskConstraints, TaskUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
updateAsync(String, JobScheduleUpdateParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
updateAsync(String, JobScheduleUpdateParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
updateAsync(String, JobUpdateParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter, JobUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter, JobUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter, JobUpdateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter, JobUpdateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
updateAsync(String, JobUpdateParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
updateAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
updateAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
updateAsync(String, String, TaskConstraints, TaskUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
updateAsync(String, String, TaskConstraints, TaskUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
updateAsync(String, String, TaskConstraints, TaskUpdateOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
updateAsync(String, String, TaskConstraints, TaskUpdateOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
updateAsync(String, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
updateAsync(String, String, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
updateComputeNodeUser(String, String, String, String) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Updates the specified user account on the specified compute node.
updateComputeNodeUser(String, String, String, String, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Updates the specified user account on the specified compute node.
updateComputeNodeUser(String, String, String, String, DateTime) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Updates the specified user account on the specified compute node.
updateComputeNodeUser(String, String, String, String, DateTime, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Updates the specified user account on the specified compute node.
updateJob(String, PoolInformation, Integer, JobConstraints, OnAllTasksComplete, List<MetadataItem>) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
updateJob(String, PoolInformation, Integer, JobConstraints, OnAllTasksComplete, List<MetadataItem>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Updates the specified job.
updateJobSchedule(String, Schedule, JobSpecification) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Updates the specified job schedule.
updateJobSchedule(String, Schedule, JobSpecification, List<MetadataItem>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Updates the specified job schedule.
updateJobSchedule(String, Schedule, JobSpecification, List<MetadataItem>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Updates the specified job schedule.
updatePoolProperties(String, StartTask, Collection<CertificateReference>, Collection<ApplicationPackageReference>, Collection<MetadataItem>) - Method in class com.microsoft.azure.batch.PoolOperations
Updates the specified pool.
updatePoolProperties(String, StartTask, Collection<CertificateReference>, Collection<ApplicationPackageReference>, Collection<MetadataItem>, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Updates the specified pool.
updateProperties(String, PoolUpdatePropertiesParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updateProperties(String, PoolUpdatePropertiesParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updateProperties(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updateProperties(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updatePropertiesAsync(String, PoolUpdatePropertiesParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updatePropertiesWithServiceResponseAsync(String, PoolUpdatePropertiesParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updatePropertiesWithServiceResponseAsync(String, PoolUpdatePropertiesParameter) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updatePropertiesWithServiceResponseAsync(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.PoolsImpl
Updates the properties of the specified Pool.
updatePropertiesWithServiceResponseAsync(String, PoolUpdatePropertiesParameter, PoolUpdatePropertiesOptions) - Method in interface com.microsoft.azure.batch.protocol.Pools
Updates the properties of the specified Pool.
updateTask(String, String, TaskConstraints) - Method in class com.microsoft.azure.batch.TaskOperations
Updates the specified task.
updateTask(String, String, TaskConstraints, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Updates the specified task.
updateUser(String, String, String, NodeUpdateUserParameter) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUser(String, String, String, NodeUpdateUserParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUser(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUser(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter, ServiceCallback<Void>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserAsync(String, String, String, NodeUpdateUserParameter, ServiceCallback<Void>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserWithServiceResponseAsync(String, String, String, NodeUpdateUserParameter) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserWithServiceResponseAsync(String, String, String, NodeUpdateUserParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserWithServiceResponseAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Updates the password and expiration time of a user Account on the specified Compute Node.
updateUserWithServiceResponseAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Updates the password and expiration time of a user Account on the specified Compute Node.
updateWithServiceResponseAsync(String, JobScheduleUpdateParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
updateWithServiceResponseAsync(String, JobScheduleUpdateParameter) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
updateWithServiceResponseAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobSchedulesImpl
Updates the properties of the specified Job Schedule.
updateWithServiceResponseAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.JobSchedules
Updates the properties of the specified Job Schedule.
updateWithServiceResponseAsync(String, JobUpdateParameter) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
updateWithServiceResponseAsync(String, JobUpdateParameter) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
updateWithServiceResponseAsync(String, JobUpdateParameter, JobUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.JobsImpl
Updates the properties of the specified Job.
updateWithServiceResponseAsync(String, JobUpdateParameter, JobUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.Jobs
Updates the properties of the specified Job.
updateWithServiceResponseAsync(String, String) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
updateWithServiceResponseAsync(String, String) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
updateWithServiceResponseAsync(String, String, TaskConstraints, TaskUpdateOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.TasksImpl
Updates the properties of the specified Task.
updateWithServiceResponseAsync(String, String, TaskConstraints, TaskUpdateOptions) - Method in interface com.microsoft.azure.batch.protocol.Tasks
Updates the properties of the specified Task.
UpgradePoolVersionConflict - Static variable in class com.microsoft.azure.batch.BatchErrorCodeStrings
The pool is already upgrading to a different operating system version.
uploadBatchServiceLogs(String, String, UploadBatchServiceLogsConfiguration) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogs(String, String, UploadBatchServiceLogsConfiguration) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogs(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogs(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogs(String, String, String, DateTime) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
uploadBatchServiceLogs(String, String, String, DateTime, DateTime, Iterable<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions, ServiceCallback<UploadBatchServiceLogsResult>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions, ServiceCallback<UploadBatchServiceLogsResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration, ServiceCallback<UploadBatchServiceLogsResult>) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsAsync(String, String, UploadBatchServiceLogsConfiguration, ServiceCallback<UploadBatchServiceLogsResult>) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
UploadBatchServiceLogsConfiguration - Class in com.microsoft.azure.batch.protocol.models
The Azure Batch service log files upload configuration for a Compute Node.
UploadBatchServiceLogsConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
 
UploadBatchServiceLogsResult - Class in com.microsoft.azure.batch.protocol.models
The result of uploading Batch service log files from a specific Compute Node.
UploadBatchServiceLogsResult() - Constructor for class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsResult
 
uploadBatchServiceLogsWithServiceResponseAsync(String, String, UploadBatchServiceLogsConfiguration) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsWithServiceResponseAsync(String, String, UploadBatchServiceLogsConfiguration) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsWithServiceResponseAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions) - Method in interface com.microsoft.azure.batch.protocol.ComputeNodes
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadBatchServiceLogsWithServiceResponseAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions) - Method in class com.microsoft.azure.batch.protocol.implementation.ComputeNodesImpl
Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.
uploadCondition() - Method in class com.microsoft.azure.batch.protocol.models.OutputFileUploadOptions
Get the default is taskcompletion.
uploadOptions() - Method in class com.microsoft.azure.batch.protocol.models.OutputFile
Get the uploadOptions value.
url() - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.RecentJob
Get the url value.
url() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the url value.
UsageStatistics - Class in com.microsoft.azure.batch.protocol.models
Statistics related to Pool usage information.
UsageStatistics() - Constructor for class com.microsoft.azure.batch.protocol.models.UsageStatistics
 
usageStats() - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Get the usageStats value.
USER_ASSIGNED - com.microsoft.azure.batch.protocol.models.PoolIdentityType
Batch pool has user assigned identities with it.
USER_ERROR - com.microsoft.azure.batch.protocol.models.ErrorCategory
The error is due to a user issue, such as misconfiguration.
USER_MANAGED - com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
Public IPs are provided by the user and will be used to provision the Compute Nodes.
UserAccount - Class in com.microsoft.azure.batch.protocol.models
Properties used to create a user used to execute Tasks on an Azure Batch Compute Node.
UserAccount() - Constructor for class com.microsoft.azure.batch.protocol.models.UserAccount
 
userAccounts() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get the userAccounts value.
userAccounts() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get the userAccounts value.
userAccounts() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get the userAccounts value.
userAgent() - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Gets the User-Agent header for the client.
userAgent() - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Gets the User-Agent header for the client.
userAssignedIdentities() - Method in class com.microsoft.azure.batch.protocol.models.BatchPoolIdentity
Get the user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
UserAssignedIdentity - Class in com.microsoft.azure.batch.protocol.models
The user assigned Identity.
UserAssignedIdentity() - Constructor for class com.microsoft.azure.batch.protocol.models.UserAssignedIdentity
 
userCPUTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the userCPUTime value.
userCPUTime() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the userCPUTime value.
userCPUTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the userCPUTime value.
userIdentity() - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Get if omitted, the Task runs as a non-administrative user unique to the Task.
userIdentity() - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Get if omitted, the Task runs as a non-administrative user unique to the Task.
userIdentity() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get if omitted, the Task runs as a non-administrative user unique to the Task on Windows Compute Nodes, or a non-administrative user unique to the Pool on Linux Compute Nodes.
userIdentity() - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Get if omitted, the Task runs as a non-administrative user unique to the Task.
userIdentity() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get if omitted, the Task runs as a non-administrative user unique to the Task.
userIdentity() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Get if omitted, the Task runs as a non-administrative user unique to the Task.
UserIdentity - Class in com.microsoft.azure.batch.protocol.models
The definition of the user identity under which the Task is run.
UserIdentity() - Constructor for class com.microsoft.azure.batch.protocol.models.UserIdentity
 
username() - Method in class com.microsoft.azure.batch.auth.BatchUserTokenCredentials
Gets the user name for the Organization Id account.
username() - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Get the username value.
userName() - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Get the userName value.
userName() - Method in class com.microsoft.azure.batch.protocol.models.UserIdentity
Get the userName and autoUser properties are mutually exclusive; you must specify one but not both.
usesTaskDependencies() - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Get the usesTaskDependencies value.
usesTaskDependencies() - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Get the usesTaskDependencies value.
usesTaskDependencies() - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Get the usesTaskDependencies value.

V

value() - Method in class com.microsoft.azure.batch.protocol.models.BatchErrorDetail
Get the value value.
value() - Method in class com.microsoft.azure.batch.protocol.models.CloudTaskListSubtasksResult
Get the value value.
value() - Method in class com.microsoft.azure.batch.protocol.models.EnvironmentSetting
Get the value value.
value() - Method in class com.microsoft.azure.batch.protocol.models.ErrorMessage
Get the value value.
value() - Method in class com.microsoft.azure.batch.protocol.models.MetadataItem
Get the value value.
value() - Method in class com.microsoft.azure.batch.protocol.models.NameValuePair
Get the value value.
value() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionParameter
Get the total serialized size of this collection must be less than 1MB.
value() - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionResult
Get the value value.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.AccessScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.AllocationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.AutoUserScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CachingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateStoreLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeFillType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ContainerWorkingDirectory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DependencyAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DiffDiskPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DisableJobOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ElevationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.ErrorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.InboundEndpointProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobPreparationTaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobReleaseTaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobScheduleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.JobState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.LoginMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRuleAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OnAllTasksComplete
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OnTaskFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.PoolIdentityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.PoolLifetimeOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.PoolState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.SchedulingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.StartTaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.StatusLevelTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.StorageAccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.SubtaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.TaskAddStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.TaskExecutionResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.batch.protocol.models.VerificationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.AccessScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.AllocationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
Get the values value.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.AutoUserScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.microsoft.azure.batch.protocol.models.BatchError
Get the values value.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.CachingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateStoreLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.CertificateVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeFillType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ComputeNodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ContainerWorkingDirectory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
Get this list includes details such as the active Pools and Compute Nodes referencing this Certificate.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.DependencyAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.DiffDiskPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.DisableJobOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ElevationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.ErrorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.InboundEndpointProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.IPAddressProvisioningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.JobAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.JobPreparationTaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.JobReleaseTaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.JobScheduleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.JobState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.LoginMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRuleAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.OnAllTasksComplete
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.OnTaskFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.OSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.OutputFileUploadCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.PoolIdentityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.PoolLifetimeOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.PoolState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.microsoft.azure.batch.protocol.models.ResizeError
Get the values value.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.SchedulingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.StartTaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.StatusLevelTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.StorageAccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.SubtaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.TaskAddStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.TaskExecutionResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.batch.protocol.models.VerificationType
Returns an array containing the constants of this enum type, in the order they are declared.
verificationType() - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Get possible values include: 'verified', 'unverified'.
VerificationType - Enum in com.microsoft.azure.batch.protocol.models
Defines values for VerificationType.
VERIFIED - com.microsoft.azure.batch.protocol.models.VerificationType
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.
version() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationPackageReference
Get if this is omitted on a Pool, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences and HTTP status code 409.
version() - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Get a value of 'latest' can be specified to select the latest version of an Image.
version() - Method in class com.microsoft.azure.batch.protocol.models.NodeAgentInformation
Get this version number can be checked against the Compute Node agent release notes located at https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md.
versions() - Method in class com.microsoft.azure.batch.protocol.models.ApplicationSummary
Get the versions value.
virtualDirectoryName() - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsResult
Get the virtual directory name is part of the blob name for each log file uploaded, and it is built based poolId, nodeId and a unique identifier.
virtualMachineConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
virtualMachineConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
virtualMachineConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get this property must be specified if the Pool needs to be created with Azure IaaS VMs.
VirtualMachineConfiguration - Class in com.microsoft.azure.batch.protocol.models
The configuration for Compute Nodes in a Pool based on the Azure Virtual Machines infrastructure.
VirtualMachineConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
 
virtualMachineImageId() - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Get this property is mutually exclusive with other ImageReference properties.
virtualMachineInfo() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get the virtualMachineInfo value.
VirtualMachineInfo - Class in com.microsoft.azure.batch.protocol.models
Info about the current state of the virtual machine.
VirtualMachineInfo() - Constructor for class com.microsoft.azure.batch.protocol.models.VirtualMachineInfo
 
visibility() - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Get you can specify more than one visibility in this collection.
vmExtension() - Method in class com.microsoft.azure.batch.protocol.models.NodeVMExtension
Get the vmExtension value.
VMExtension - Class in com.microsoft.azure.batch.protocol.models
The configuration for virtual machine extensions.
VMExtension() - Constructor for class com.microsoft.azure.batch.protocol.models.VMExtension
 
VMExtensionInstanceView - Class in com.microsoft.azure.batch.protocol.models
The vm extension instance view.
VMExtensionInstanceView() - Constructor for class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
 
vmSize() - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Get for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
vmSize() - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Get for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
vmSize() - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Get for information about available sizes of virtual machines for Cloud Services Pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/).
vmSize() - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Get for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
vmSize() - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Get for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).

W

WAIT - com.microsoft.azure.batch.protocol.models.DisableJobOption
Allow currently running Tasks to complete.
waitForSuccess() - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Get if true and the Job Preparation Task fails on a Node, the Batch service retries the Job Preparation Task up to its maximum retry count (as specified in the constraints element).
waitForSuccess() - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Get if true and the StartTask fails on a Node, the Batch service retries the StartTask up to its maximum retry count (maxTaskRetryCount).
WAITING_FOR_START_TASK - com.microsoft.azure.batch.protocol.models.ComputeNodeState
The StartTask has started running on the Compute Node, but waitForSuccess is set and the StartTask has not yet completed.
waitingForStartTask() - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Get the waitingForStartTask value.
waitTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get this value is only reported in the Account lifetime statistics; it is not included in the Job statistics.
waitTime() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the wait time for a Task is defined as the elapsed time between the creation of the Task and the start of Task execution.
waitTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the waitTime value.
wallClockTime() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then).
wallClockTime() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then).
wallClockTime() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then).
WARNING - com.microsoft.azure.batch.protocol.models.StatusLevelTypes
Enum value Warning.
WINDOWS - com.microsoft.azure.batch.protocol.models.OSType
The Windows operating system.
windowsConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Get this property must not be specified if the imageReference property specifies a Linux OS Image.
WindowsConfiguration - Class in com.microsoft.azure.batch.protocol.models
Windows operating system settings to apply to the virtual machine.
WindowsConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.WindowsConfiguration
 
windowsUserConfiguration() - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Get this property can only be specified if the user is on a Windows Pool.
WindowsUserConfiguration - Class in com.microsoft.azure.batch.protocol.models
Properties used to create a user Account on a Windows Compute Node.
WindowsUserConfiguration() - Constructor for class com.microsoft.azure.batch.protocol.models.WindowsUserConfiguration
 
withAcceptLanguage(String) - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Sets The preferred language for the response..
withAcceptLanguage(String) - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Sets The preferred language for the response.
withAccess(NetworkSecurityGroupRuleAccess) - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Set possible values include: 'allow', 'deny'.
withAccess(List<AccessScope>) - Method in class com.microsoft.azure.batch.protocol.models.AuthenticationTokenSettings
Set the authentication token grants access to a limited set of Batch service operations.
withAccountKey(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set this property is mutually exclusive with both sasKey and identity; exactly one must be specified.
withAccountKey(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Set the accountKey value.
withAccountName(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set the accountName value.
withAccountName(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Set the accountName value.
withActive(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Set the active value.
withActive(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Set the active value.
withAffinityId(String) - Method in class com.microsoft.azure.batch.protocol.models.AffinityInformation
Set you can pass the affinityId of a Node to indicate that this Task needs to run on that Compute Node.
withAffinityId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set note that this is just a soft affinity.
withAffinityId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Set the affinityId value.
withAffinityInfo(AffinityInformation) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the affinityInfo value.
withAffinityInfo(AffinityInformation) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set the affinityInfo value.
withAllocationState(AllocationState) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set possible values include: 'steady', 'resizing', 'stopping'.
withAllocationStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the allocationStateTransitionTime value.
withAllocationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set this is the time when the Compute Node was initially allocated and doesn't change once set.
withAllowLowPriorityNode(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set the default value is true.
withApplicationId(String) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationPackageReference
Set the applicationId value.
withApplicationLicenses(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the list of application licenses must be a subset of available Batch service application licenses.
withApplicationLicenses(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the list of application licenses must be a subset of available Batch service application licenses.
withApplicationLicenses(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the list of application licenses must be a subset of available Batch service application licenses.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set application packages are downloaded and deployed to a shared directory, not the Task working directory.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set application Packages are downloaded and deployed to a shared directory, not the Task working directory.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Set changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Set the list replaces any existing Application Package references on the Pool.
withApplicationPackageReferences(List<ApplicationPackageReference>) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set application packages are downloaded and deployed to a shared directory, not the Task working directory.
withAuthenticationTokenSettings(AuthenticationTokenSettings) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.
withAuthenticationTokenSettings(AuthenticationTokenSettings) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.
withAuthenticationTokenSettings(AuthenticationTokenSettings) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.
withAutoPoolIdPrefix(String) - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Set the Batch service assigns each auto Pool a unique identifier on creation.
withAutoPoolSpecification(AutoPoolSpecification) - Method in class com.microsoft.azure.batch.protocol.models.PoolInformation
Set if auto Pool creation fails, the Batch service moves the Job to a completed state, and the Pool creation error is set in the Job's scheduling error property.
withAutoScaleEvaluationInterval(Period) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property is set only if the Pool automatically scales, i.e.
withAutoScaleEvaluationInterval(Period) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the default value is 15 minutes.
withAutoScaleEvaluationInterval(Period) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleParameter
Set the default value is 15 minutes.
withAutoScaleEvaluationInterval(Period) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the default value is 15 minutes.
withAutoScaleFormula(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property is set only if the Pool automatically scales, i.e.
withAutoScaleFormula(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set this property must not be specified if enableAutoScale is set to false.
withAutoScaleFormula(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleParameter
Set the formula is checked for validity before it is applied to the Pool.
withAutoScaleFormula(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleParameter
Set the formula is validated and its results calculated, but it is not applied to the Pool.
withAutoScaleFormula(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this property must not be specified if enableAutoScale is set to false.
withAutoScaleRun(AutoScaleRun) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property is set only if the Pool automatically scales, i.e.
withAutoStorageContainerName(String) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
withAutoUpgradeMinorVersion(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set indicates whether the extension should use a newer minor version if one is available at deployment time.
withAutoUser(AutoUserSpecification) - Method in class com.microsoft.azure.batch.protocol.models.UserIdentity
Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.
withAvgCPUPercentage(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the avgCPUPercentage value.
withAvgDiskGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the avgDiskGiB value.
withAvgMemoryGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the avgMemoryGiB value.
withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Set this property is mutually exclusive with all other properties.
withAzureFileShareConfiguration(AzureFileShareConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Set this property is mutually exclusive with all other properties.
withAzureFileUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Set this is of the form 'https://{account}.file.core.windows.net/'.
withBackendPort(int) - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Set the backendPort value.
withBackendPort(int) - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Set this must be unique within a Batch Pool.
withBatchSupportEndOfLife(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Set the batchSupportEndOfLife value.
withBatchUrl(String) - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Sets The base URL for all Azure Batch service requests..
withBatchUrl(String) - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Sets The base URL for all Azure Batch service requests.
withBlobfuseOptions(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set these are 'net use' options in Windows and 'mount' options in Linux.
withBlobPrefix(String) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set the property is valid only when autoStorageContainerName or storageContainerUrl is used.
withCaching(CachingType) - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Set the default value for caching is readwrite.
withCapabilities(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Set not every capability of the Image is listed.
withCategory(ErrorCategory) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Set possible values include: 'userError', 'serverError'.
withCategory(ErrorCategory) - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Set possible values include: 'userError', 'serverError'.
withCertificateFormat(CertificateFormat) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Set possible values include: 'pfx', 'cer'.
withCertificateReferences(List<CertificateReference>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
withCertificateReferences(List<CertificateReference>) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
withCertificateReferences(List<CertificateReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
withCertificateReferences(List<CertificateReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Set if this element is present, it replaces any existing Certificate references configured on the Pool.
withCertificateReferences(List<CertificateReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set for Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.
withCertificateReferences(List<CertificateReference>) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Set this list replaces any existing Certificate references configured on the Pool.
withCifsMountConfiguration(CIFSMountConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Set this property is mutually exclusive with all other properties.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Set the client-request-id provided by the client during the request.
withClientRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.
withCloudServiceConfiguration(CloudServiceConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
withCloudServiceConfiguration(CloudServiceConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
withCloudServiceConfiguration(CloudServiceConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this property must be specified if the Pool needs to be created with Azure PaaS VMs.
withCode(int) - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeMapping
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.BatchError
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeError
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.ResizeError
Set the code value.
withCode(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Set the code value.
withCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line.
withCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
withCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
withCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
withCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set the command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion.
withCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line.
withCommonEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set individual Tasks can override an environment setting specified here by specifying the same setting name with a different value.
withCommonEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set individual Tasks can override an environment setting specified here by specifying the same setting name with a different value.
withCommonEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set individual Tasks can override an environment setting specified here by specifying the same setting name with a different value.
withCommonResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
Set the difference between common resource files and Task resource files is that common resource files are downloaded for all subtasks including the primary, whereas Task resource files are downloaded only for the primary.
withCompleted(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Set the completed value.
withCompleted(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Set the completed value.
withConstraints(JobConstraints) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the constraints value.
withConstraints(JobConstraints) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the execution constraints for the Job.
withConstraints(JobConstraints) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Set if omitted, the existing execution constraints are left unchanged.
withConstraints(JobConstraints) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the constraints value.
withConstraints(JobConstraints) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Set if omitted, the constraints are cleared.
withConstraints(TaskConstraints) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the constraints value.
withConstraints(TaskConstraints) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set the constraints value.
withConstraints(TaskConstraints) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set the constraints value.
withConstraints(TaskConstraints) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set if you do not specify constraints, the maxTaskRetryCount is the maxTaskRetryCount specified for the Job, the maxWallClockTime is infinite, and the retentionTime is 7 days.
withConstraints(TaskConstraints) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateParameter
Set if omitted, the Task is given the default constraints.
withContainer(OutputFileBlobContainerDestination) - Method in class com.microsoft.azure.batch.protocol.models.OutputFileDestination
Set the container value.
withContainerConfiguration(ContainerConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set if specified, setup is performed on each Compute Node in the Pool to allow Tasks to run in containers.
withContainerId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
Set the containerId value.
withContainerImageNames(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Set this is the full Image reference, as would be specified to "docker pull".
withContainerInfo(TaskContainerExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set this property is set only if the Task runs in a container context.
withContainerInfo(TaskContainerExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set this property is set only if the Task runs in a container context.
withContainerInfo(TaskContainerExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set this property is set only if the Task runs in a container context.
withContainerInfo(TaskContainerExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set this property is set only if the Task runs in a container context.
withContainerInfo(TaskContainerExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set this property is set only if the Task runs in a container context.
withContainerName(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set the containerName value.
withContainerRegistries(List<ContainerRegistry>) - Method in class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Set if any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
withContainerRunOptions(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Set these additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
withContainerSettings(TaskContainerSettings) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set if the Pool that will run this Task has containerConfiguration set, this must be set as well.
withContainerSettings(TaskContainerSettings) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set if the Pool that will run this Task has containerConfiguration set, this must be set as well.
withContainerSettings(TaskContainerSettings) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set when this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container.
withContainerSettings(TaskContainerSettings) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set when this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container.
withContainerSettings(TaskContainerSettings) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set when this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container.
withContainerSettings(TaskContainerSettings) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set if the Pool that will run this Task has containerConfiguration set, this must be set as well.
withContainerUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
Set if not using a managed identity, the URL must include a Shared Access Signature (SAS) granting write permissions to the container.
withContainerUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Set if a user assigned managed identity is not being used, the URL must include a Shared Access Signature (SAS) granting write permissions to the container.
withContentLength(long) - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Set the contentLength value.
withContentLength(Long) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the length of the file.
withContentLength(Long) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the length of the file.
withContentLength(Long) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the length of the file.
withContentLength(Long) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the length of the file.
withContentType(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the content type of the file.
withContentType(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the content type of the file.
withContentType(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the content type of the file.
withContentType(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the content type of the file.
withContentType(String) - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Set the contentType value.
withCoordinationCommandLine(String) - Method in class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
Set a typical coordination command line launches a background service and verifies that the service is ready to process inter-node messages.
withCreating(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the creating value.
withCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the creationTime value.
withCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the creationTime value.
withCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the creationTime value.
withCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the creationTime value.
withCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Set the creation time is not returned for files on Linux Compute Nodes.
withCurrentDedicatedNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the currentDedicatedNodes value.
withCurrentLowPriorityNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set low-priority Compute Nodes which have been preempted are included in this count.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.AccountOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ApplicationOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.BatchClient
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.CertificateOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.ComputeNodeOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.FileOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in interface com.microsoft.azure.batch.IInheritedBehaviors
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.JobScheduleOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.PoolOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withCustomBehaviors(Collection<BatchClientBehavior>) - Method in class com.microsoft.azure.batch.TaskOperations
Sets a collection of behaviors that modify or customize requests to the Batch service.
withData(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Set the data value.
withDataDisks(List<DataDisk>) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set this property must be specified if the Compute Nodes in the Pool need to have empty data disks attached to them.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Set the OData ID of the resource to which the request applied.
withDataServiceId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Set the OData ID of the resource to which the request applied.
withDedicated(NodeCounts) - Method in class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
Set the dedicated value.
withDedicatedCoreTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.UsageStatistics
Set the dedicatedCoreTime value.
withDefaultProperty(ExitOptions) - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Set this value is used if the Task exits with any nonzero exit code not listed in the exitCodes or exitCodeRanges collection, with a pre-processing error if the preProcessingError property is not present, or with a file upload error if the fileUploadError property is not present.
withDeleteCertificateError(DeleteCertificateError) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set this property is set only if the Certificate is in the DeleteFailed state.
withDependencyAction(DependencyAction) - Method in class com.microsoft.azure.batch.protocol.models.ExitOptions
Set possible values are 'satisfy' (allowing dependent tasks to progress) and 'block' (dependent tasks continue to wait).
withDependsOn(TaskDependencies) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set this Task will not be scheduled until all Tasks that it depends on have completed successfully.
withDependsOn(TaskDependencies) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set this Task will not be scheduled until all Tasks that it depends on have completed successfully.
withDestination(OutputFileDestination) - Method in class com.microsoft.azure.batch.protocol.models.OutputFile
Set the destination value.
withDetails(List<NameValuePair>) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Set the details value.
withDetails(List<NameValuePair>) - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Set the details value.
withDisableTasks(DisableJobOption) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableParameter
Set possible values include: 'requeue', 'terminate', 'wait'.
withDiskEncryptionConfiguration(DiskEncryptionConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set if specified, encryption is performed on each node in the pool during node provisioning.
withDiskReadGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the diskReadGiB value.
withDiskReadIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the diskReadIOps value.
withDiskSizeGB(int) - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Set the diskSizeGB value.
withDiskWriteGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the diskWriteGiB value.
withDiskWriteIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the diskWriteIOps value.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationSummary
Set the displayName value.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the displayName value.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the displayName value.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set it need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayName(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
withDisplayStatus(String) - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Set the displayStatus value.
withDoNotRunAfter(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Set if you do not specify a doNotRunAfter time, and you are creating a recurring Job Schedule, the Job Schedule will remain active until you explicitly terminate it.
withDoNotRunUntil(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Set if you do not specify a doNotRunUntil time, the schedule becomes ready to create Jobs immediately.
withDynamicVNetAssignmentScope(DynamicVNetAssignmentScope) - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Set possible values include: 'none', 'job'.
withElevationLevel(ElevationLevel) - Method in class com.microsoft.azure.batch.protocol.models.AutoUserSpecification
Set the default value is nonAdmin.
withElevationLevel(ElevationLevel) - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Set the default value is nonAdmin.
withEnableAutomaticUpdates(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.WindowsConfiguration
Set if omitted, the default value is true.
withEnableAutoScale(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set if false, at least one of targetDedicatedNodes and targetLowPriorityNodes must be specified.
withEnableAutoScale(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set if false, at least one of targetDedicatedNodes and targetLowPriorityNodes must be specified.
withEnableAutoScale(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set if false, at least one of targetDedicatedNodes and targetLowPriorityNodes must be specified.
withEnableInterNodeCommunication(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this imposes restrictions on which Compute Nodes can be assigned to the Pool.
withEnableInterNodeCommunication(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set enabling inter-node communication limits the maximum size of the Pool due to deployment restrictions on the Compute Nodes of the Pool.
withEnableInterNodeCommunication(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set enabling inter-node communication limits the maximum size of the Pool due to deployment restrictions on the Compute Nodes of the Pool.
withEnd(int) - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
Set the end value.
withEnd(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskIdRange
Set the end value.
withEndpointConfiguration(ComputeNodeEndpointConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the endpointConfiguration value.
withEndpointConfiguration(PoolEndpointConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Set pool endpoint configuration is only supported on Pools with the virtualMachineConfiguration property.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Set this property is set only if the Job is in the completed state.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set this property is set only if the Task is in the Completed state.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set this property is set only if the Task is in the Completed state.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
Set this property is set only if the Job Schedule is in the completed state.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set the latest time from which to include metrics.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Set the endTime value.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set this is the end time of the most recent run of the StartTask, if that run has completed (even if that run failed and a retry is pending).
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set this property is set only if the subtask is in the Completed state.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set this property is set only if the Task is in the Completed state.
withEndTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Set any log file containing a log message in the time range will be uploaded.
withEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the environmentSettings value.
withEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set the environmentSettings value.
withEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set the environmentSettings value.
withEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set the environmentSettings value.
withEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set the environmentSettings value.
withEnvironmentSettings(List<EnvironmentSetting>) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set the environmentSettings value.
withEphemeralOSDiskSettings(DiffDiskSettings) - Method in class com.microsoft.azure.batch.protocol.models.OSDisk
Set the ephemeralOSDiskSettings value.
withError(AutoScaleRunError) - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRun
Set the error value.
withError(BatchError) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Set the error value.
withError(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
Set this is the detailed error string from the Docker service, if available.
withErrorDetails(List<NameValuePair>) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeError
Set the errorDetails value.
withErrors(List<ComputeNodeError>) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the errors value.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set this is an opaque string.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set this is an opaque string.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this is an opaque string.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set this is an opaque string.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Set you can use this to detect whether the Task has changed between requests.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Set the ETag HTTP response header.
withETag(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Set the ETag HTTP response header.
withExecutionInfo(JobExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the executionInfo value.
withExecutionInfo(JobScheduleExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the executionInfo value.
withExecutionInfo(TaskExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the executionInfo value.
withExecutionInfo(TaskExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Set the executionInfo value.
withExitCode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set this parameter is returned only if the Task is in the completed state.
withExitCode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set this parameter is returned only if the Task is in the completed state.
withExitCode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set this property is set only if the StartTask is in the completed state.
withExitCode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set this property is set only if the subtask is in the completed state.
withExitCode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set this property is set only if the Task is in the completed state.
withExitCodeRanges(List<ExitCodeRangeMapping>) - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Set the exitCodeRanges value.
withExitCodes(List<ExitCodeMapping>) - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Set the exitCodes value.
withExitConditions(ExitConditions) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set how the Batch service should respond when the Task completes.
withExitConditions(ExitConditions) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set how the Batch service should respond when the Task completes.
withExitOptions(ExitOptions) - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeMapping
Set the exitOptions value.
withExitOptions(ExitOptions) - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
Set the exitOptions value.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set an OData $expand clause.
withExpand(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set an OData $expand clause.
withExpandClause(String) - Method in class com.microsoft.azure.batch.DetailLevel.Builder
Sets the OData expand clause.
withExpiryTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Set if omitted, the default is 1 day from the current time.
withExpiryTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
Set if omitted, the default is 1 day from the current time.
withExtensions(List<VMExtension>) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set if specified, the extensions mentioned in this configuration will be installed on each node.
withFailed(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Set the failed value.
withFailed(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Set the failed value.
withFailureInfo(TaskFailureInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set this property is set only if the Task is in the completed state and encountered a failure.
withFailureInfo(TaskFailureInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set this property is set only if the Task is in the completed state and encountered a failure.
withFailureInfo(TaskFailureInformation) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set this property is set only if the Task is in the completed state and encountered a failure.
withFailureInfo(TaskFailureInformation) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set this property is set only if the Task is in the completed state and encountered a failure.
withFailureInfo(TaskFailureInformation) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set this property is set only if the Task is in the completed state and encountered a failure.
withFileMode(String) - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Set the file mode is returned only for files on Linux Compute Nodes.
withFileMode(String) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set this property applies only to files being downloaded to Linux Compute Nodes.
withFilePath(String) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set if the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename.
withFilePattern(String) - Method in class com.microsoft.azure.batch.protocol.models.OutputFile
Set both relative and absolute paths are supported.
withFileUploadError(ExitOptions) - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Set if the Task exited with an exit code that was specified via exitCodes or exitCodeRanges, and then encountered a file upload error, then the action specified by the exit code takes precedence.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set an OData $filter clause.
withFilter(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set an OData $filter clause.
withFilterClause(String) - Method in class com.microsoft.azure.batch.DetailLevel.Builder
Sets the OData filter clause.
withFrontendPort(int) - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Set the frontendPort value.
withFrontendPortRangeEnd(int) - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service.
withFrontendPortRangeStart(int) - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved.
withGenerateClientRequestId(boolean) - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Sets Whether a unique x-ms-client-request-id should be generated.
withGenerateClientRequestId(boolean) - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Sets Whether a unique x-ms-client-request-id should be generated.
withGid(Integer) - Method in class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
Set the uid and gid properties must be specified together or not at all.
withHandler(BatchRequestInterceptHandler) - Method in class com.microsoft.azure.batch.interceptor.RequestInterceptor
Sets the handler which will intercept requests to the Batch service.
withHttpUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
withId(Integer) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set the id value.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationSummary
Set the id value.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the ID is case-preserving and case-insensitive (that is, you may not have two IDs within an Account that differ only by case).
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the id value.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set every Compute Node that is added to a Pool is assigned a unique ID.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.RecentJob
Set the id value.
withId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
withIdentity(BatchPoolIdentity) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the list of user identities associated with the Batch pool.
withIdentityReference(ComputeNodeIdentityReference) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
withIdentityReference(ComputeNodeIdentityReference) - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Set the identityReference value.
withIdentityReference(ComputeNodeIdentityReference) - Method in class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
Set the identity must have write access to the Azure Blob Storage container.
withIdentityReference(ComputeNodeIdentityReference) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set the identityReference value.
withIdentityReference(ComputeNodeIdentityReference) - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Set the identity must have write access to the Azure Blob Storage container.
withIdle(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the idle value.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfModifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfNoneMatch(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set an ETag value associated with the version of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withIfUnmodifiedSince(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set a timestamp indicating the last modified time of the resource known to the client.
withImageName(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Set this is the full Image reference, as would be specified to "docker pull".
withImageReference(ImageReference) - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Set the imageReference value.
withImageReference(ImageReference) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set the imageReference value.
withImageReference(ImageReference) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineInfo
Set the imageReference value.
withInboundEndpoints(List<InboundEndpoint>) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEndpointConfiguration
Set the inboundEndpoints value.
withInboundNATPools(List<InboundNATPool>) - Method in class com.microsoft.azure.batch.protocol.models.PoolEndpointConfiguration
Set the maximum number of inbound NAT Pools per Batch Pool is 5.
withInstanceView(VMExtensionInstanceView) - Method in class com.microsoft.azure.batch.protocol.models.NodeVMExtension
Set the instanceView value.
withIpAddress(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set every Compute Node that is added to a Pool is assigned a unique IP address.
withIpAddressIds(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.PublicIPAddressConfiguration
Set the number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 low-priority nodes can be allocated for each public IP.
withIsAdmin(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Set the default value is false.
withIsDedicated(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the isDedicated value.
withIsDirectory(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Set the isDirectory value.
withJobAction(JobAction) - Method in class com.microsoft.azure.batch.protocol.models.ExitOptions
Set the default is none for exit code 0 and terminate for all other exit conditions.
withJobId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Set the jobId value.
withJobManagerTask(JobManagerTask) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the jobManagerTask value.
withJobManagerTask(JobManagerTask) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set if the Job does not specify a Job Manager Task, the user must explicitly add Tasks to the Job.
withJobManagerTask(JobManagerTask) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set if the Job does not specify a Job Manager Task, the user must explicitly add Tasks to the Job using the Task API.
withJobPreparationTask(JobPreparationTask) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the Job Preparation Task is a special Task run on each Compute Node before any other Task of the Job.
withJobPreparationTask(JobPreparationTask) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set if a Job has a Job Preparation Task, the Batch service will run the Job Preparation Task on a Node before starting any Tasks of that Job on that Compute Node.
withJobPreparationTask(JobPreparationTask) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set if a Job has a Job Preparation Task, the Batch service will run the Job Preparation Task on a Node before starting any Tasks of that Job on that Compute Node.
withJobPreparationTaskExecutionInfo(JobPreparationTaskExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Set the jobPreparationTaskExecutionInfo value.
withJobReleaseTask(JobReleaseTask) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the Job Release Task is a special Task run at the end of the Job on each Compute Node that has run any other Task of the Job.
withJobReleaseTask(JobReleaseTask) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set a Job Release Task cannot be specified without also specifying a Job Preparation Task for the Job.
withJobReleaseTask(JobReleaseTask) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the primary purpose of the Job Release Task is to undo changes to Nodes made by the Job Preparation Task.
withJobReleaseTaskExecutionInfo(JobReleaseTaskExecutionInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Set this property is set only if the Job Release Task has run on the Compute Node.
withJobSpecification(JobSpecification) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the jobSpecification value.
withJobSpecification(JobSpecification) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Set the jobSpecification value.
withJobSpecification(JobSpecification) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
Set updates affect only Jobs that are started after the update has taken place.
withJobSpecification(JobSpecification) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
Set updates affect only Jobs that are started after the update has taken place.
withKeepAlive(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Set if false, the Batch service deletes the Pool once its lifetime (as determined by the poolLifetimeOption setting) expires; that is, when the Job or Job Schedule completes.
withKernelCPUTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the kernelCPUTime value.
withKernelCPUTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the kernelCPUTime value.
withKernelCPUTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the kernelCPUTime value.
withKey(String) - Method in class com.microsoft.azure.batch.protocol.models.BatchErrorDetail
Set the key value.
withKillJobOnCompletion(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set if true, when the Job Manager Task completes, the Batch service marks the Job as complete.
withLang(String) - Method in class com.microsoft.azure.batch.protocol.models.ErrorMessage
Set the lang value.
withLastBootTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set this property may not be present if the Compute Node state is unusable.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set this is the last time at which the Job level data, such as the Job state or priority, changed.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set this is the last time at which the schedule level data, such as the Job specification or recurrence information, changed.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this is the last time at which the Pool level data, such as the targetDedicatedNodes or enableAutoscale settings, changed.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the lastModified value.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileProperties
Set the lastModified value.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Set the lastModified value.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Set the time at which the resource was last modified.
withLastModified(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Set the time at which the resource was last modified.
withLastRequeueTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set this property is set only if the requeueCount is nonzero.
withLastRetryTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set this property is set only if the Task was retried (i.e.
withLastRetryTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set this element is present only if the Task was retried (i.e.
withLastRetryTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set this element is present only if the Task was retried (i.e.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the lastUpdateTime value.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the lastUpdateTime value.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.NodeAgentInformation
Set this is the most recent time that the Compute Node agent was updated to a new version.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Set the lastUpdateTime value.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the lastUpdateTime value.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the lastUpdateTime value.
withLastUpdateTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.UsageStatistics
Set the lastUpdateTime value.
withLeavingPool(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the leavingPool value.
withLevel(StatusLevelTypes) - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Set possible values include: 'Error', 'Info', 'Warning'.
withLicenseType(String) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set 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.
withLinuxUserConfiguration(LinuxUserConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Set this property is ignored if specified on a Windows Pool.
withLocation(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Set the location value.
withLoginMode(LoginMode) - Method in class com.microsoft.azure.batch.protocol.models.WindowsUserConfiguration
Set the default value for VirtualMachineConfiguration Pools is 'batch' and for CloudServiceConfiguration Pools is 'interactive'.
withLongRunningOperationRetryTimeout(int) - Method in interface com.microsoft.azure.batch.protocol.BatchServiceClient
Sets The retry timeout in seconds for Long Running Operations.
withLongRunningOperationRetryTimeout(int) - Method in class com.microsoft.azure.batch.protocol.implementation.BatchServiceClientImpl
Sets The retry timeout in seconds for Long Running Operations.
withLowPriority(NodeCounts) - Method in class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
Set the lowPriority value.
withLun(int) - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Set the lun is used to uniquely identify each data disk.
withMaxDegreeOfParallelism(int) - Method in class com.microsoft.azure.batch.interceptor.BatchClientParallelOptions
Sets the maximum number of concurrent tasks enabled by this BatchClientParallelOptions instance.
withMaxParallelTasks(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the value of maxParallelTasks must be -1 or greater than 0 if specified.
withMaxParallelTasks(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the value of maxParallelTasks must be -1 or greater than 0 if specified.
withMaxParallelTasks(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Set the value of maxParallelTasks must be -1 or greater than 0 if specified.
withMaxParallelTasks(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the value of maxParallelTasks must be -1 or greater than 0 if specified.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set the maximum number of items to return in the response.
withMaxResults(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set the maximum number of items to return in the response.
withMaxTaskRetryCount(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobConstraints
Set note that this value specifically controls the number of retries.
withMaxTaskRetryCount(Integer) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set the Batch service retries a Task if its exit code is nonzero.
withMaxTaskRetryCount(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskConstraints
Set note that this value specifically controls the number of retries for the Task executable due to a nonzero exit code.
withMaxWallClockTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobConstraints
Set if the Job does not complete within the time limit, the Batch service terminates it and any Tasks that are still running.
withMaxWallClockTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set the maxWallClockTime value.
withMaxWallClockTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.TaskConstraints
Set if this is not specified, there is no time limit on how long the Task may run.
withMessage(ErrorMessage) - Method in class com.microsoft.azure.batch.protocol.models.BatchError
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeError
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulingError
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.ResizeError
Set the message value.
withMessage(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskFailureInformation
Set the message value.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the metadata value.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Set if omitted, the existing Job metadata is left unchanged.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
Set if you do not specify this element, existing metadata is left unchanged.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
Set if you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Set if omitted, it takes the default value of an empty list; in effect, any existing metadata is deleted.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Set if this element is present, it replaces any existing metadata configured on the Pool.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code.
withMetadata(List<MetadataItem>) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Set this list replaces any existing metadata configured on the Pool.
withMountConfiguration(List<MountConfiguration>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
withMountConfiguration(List<MountConfiguration>) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set mount the storage using Azure fileshare, NFS, CIFS or Blobfuse based file system.
withMountConfiguration(List<MountConfiguration>) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
withMountOptions(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Set these are 'net use' options in Windows and 'mount' options in Linux.
withMountOptions(String) - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Set these are 'net use' options in Windows and 'mount' options in Linux.
withMountOptions(String) - Method in class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
Set these are 'net use' options in Windows and 'mount' options in Linux.
withMultiInstanceSettings(MultiInstanceSettings) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the multiInstanceSettings value.
withMultiInstanceSettings(MultiInstanceSettings) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set the multiInstanceSettings value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.EnvironmentSetting
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Set the name must be unique within a Batch Pool, can contain letters, numbers, underscores, periods, and hyphens.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.MetadataItem
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.NameValuePair
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set the name value.
withName(String) - Method in class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
Set the name value.
withNetworkConfiguration(JobNetworkConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the networkConfiguration value.
withNetworkConfiguration(JobNetworkConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the networkConfiguration value.
withNetworkConfiguration(JobNetworkConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the networkConfiguration value.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the networkConfiguration value.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the networkConfiguration value.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the networkConfiguration value.
withNetworkReadGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the networkReadGiB value.
withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule>) - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Set the maximum number of rules that can be specified across all the endpoints on a Batch Pool is 25.
withNetworkWriteGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the networkWriteGiB value.
withNextRunTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
Set this property is meaningful only if the schedule is in the active state when the time comes around.
withNfsMountConfiguration(NFSMountConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.MountConfiguration
Set this property is mutually exclusive with all other properties.
withNodeAgentInfo(NodeAgentInformation) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the nodeAgentInfo value.
withNodeAgentSKUId(String) - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Set the nodeAgentSKUId value.
withNodeAgentSKUId(String) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set the Batch Compute Node agent is a program that runs on each Compute Node in the Pool, and provides the command-and-control interface between the Compute Node and the Batch service.
withNodeDeallocationOption(ComputeNodeDeallocationOption) - Method in class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
Set the default value is requeue.
withNodeDeallocationOption(ComputeNodeDeallocationOption) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Set the default value is requeue.
withNodeDisableSchedulingOption(DisableComputeNodeSchedulingOption) - Method in class com.microsoft.azure.batch.protocol.models.NodeDisableSchedulingParameter
Set the default value is requeue.
withNodeFillType(ComputeNodeFillType) - Method in class com.microsoft.azure.batch.protocol.models.TaskSchedulingPolicy
Set if not specified, the default is spread.
withNodeId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Set the nodeId value.
withNodeId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Set the nodeId value.
withNodeInfo(ComputeNodeInformation) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the nodeInfo value.
withNodeInfo(ComputeNodeInformation) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set the nodeInfo value.
withNodeList(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
Set a maximum of 100 nodes may be removed per request.
withNodePlacementConfiguration(NodePlacementConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set this configuration will specify rules on how nodes in the pool will be physically allocated.
withNodeRebootOption(ComputeNodeRebootOption) - Method in class com.microsoft.azure.batch.protocol.models.NodeRebootParameter
Set the default value is requeue.
withNodeReimageOption(ComputeNodeReimageOption) - Method in class com.microsoft.azure.batch.protocol.models.NodeReimageParameter
Set the default value is requeue.
withNodeUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Set the nodeUrl value.
withNodeUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Set the nodeUrl value.
withNumberOfFilesUploaded(int) - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsResult
Set the numberOfFilesUploaded value.
withNumberOfInstances(Integer) - Method in class com.microsoft.azure.batch.protocol.models.MultiInstanceSettings
Set if omitted, the default is 1.
withNumFailedTasks(long) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the numFailedTasks value.
withNumFailedTasks(long) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set a Task fails if it exhausts its maximum retry count without returning exit code 0.
withNumSucceededTasks(long) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the numSucceededTasks value.
withNumSucceededTasks(long) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set a Task completes successfully if it returns exit code 0.
withNumTaskRetries(long) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the numTaskRetries value.
withNumTaskRetries(long) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the numTaskRetries value.
withOcpBatchFileIsdirectory(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set whether the object represents a directory.
withOcpBatchFileIsdirectory(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set whether the object represents a directory.
withOcpBatchFileIsdirectory(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set whether the object represents a directory.
withOcpBatchFileIsdirectory(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set whether the object represents a directory.
withOcpBatchFileMode(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the file mode attribute in octal format.
withOcpBatchFileMode(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the file mode attribute in octal format.
withOcpBatchFileMode(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the file mode attribute in octal format.
withOcpBatchFileMode(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the file mode attribute in octal format.
withOcpBatchFileUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the URL of the file.
withOcpBatchFileUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the URL of the file.
withOcpBatchFileUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the URL of the file.
withOcpBatchFileUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the URL of the file.
withOcpCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set the file creation time.
withOcpCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set the file creation time.
withOcpCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set the file creation time.
withOcpCreationTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set the file creation time.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set the time the request was issued.
withOcpDate(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set the time the request was issued.
withOcpRange(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set the byte range to be retrieved.
withOcpRange(String) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set the byte range to be retrieved.
withOffer(String) - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Set for example, UbuntuServer or WindowsServer.
withOffline(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the offline value.
withOnAllTasksComplete(OnAllTasksComplete) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the default is noaction.
withOnAllTasksComplete(OnAllTasksComplete) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set note that if a Job contains no Tasks, then all Tasks are considered complete.
withOnAllTasksComplete(OnAllTasksComplete) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Set if omitted, the completion behavior is left unchanged.
withOnAllTasksComplete(OnAllTasksComplete) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set note that if a Job contains no Tasks, then all Tasks are considered complete.
withOnAllTasksComplete(OnAllTasksComplete) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Set if omitted, the completion behavior is set to noaction.
withOnTaskFailure(OnTaskFailure) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set a Task is considered to have failed if has a failureInfo.
withOnTaskFailure(OnTaskFailure) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set a Task is considered to have failed if has a failureInfo.
withOnTaskFailure(OnTaskFailure) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the default is noaction.
withOsDisk(OSDisk) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set the osDisk value.
withOsFamily(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration
Set possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1.
withOsType(OSType) - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Set possible values include: 'linux', 'windows'.
withOsVersion(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration
Set the default value is * which specifies the latest operating system version for the specified OS family.
withOutputFiles(List<OutputFile>) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
withOutputFiles(List<OutputFile>) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
withOutputFiles(List<OutputFile>) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
withPassword(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Set this must be omitted if the Certificate format is cer.
withPassword(String) - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Set the password value.
withPassword(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Set the password is required for Windows Compute Nodes (those created with 'cloudServiceConfiguration', or created with 'virtualMachineConfiguration' using a Windows Image reference).
withPassword(String) - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Set the password value.
withPassword(String) - Method in class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
Set the password is required for Windows Compute Nodes (those created with 'cloudServiceConfiguration', or created with 'virtualMachineConfiguration' using a Windows Image reference).
withPassword(String) - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Set the password value.
withPath(String) - Method in class com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination
Set if filePattern refers to a specific file (i.e.
withPeakDiskGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the peakDiskGiB value.
withPeakMemoryGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the peakMemoryGiB value.
withPlacement(DiffDiskPlacement) - Method in class com.microsoft.azure.batch.protocol.models.DiffDiskSettings
Set this property can be used by user in the request to choose the location e.g., cache disk space for Ephemeral OS disk provisioning.
withPolicy(NodePlacementPolicyType) - Method in class com.microsoft.azure.batch.protocol.models.NodePlacementConfiguration
Set allocation policy used by Batch Service to provision the nodes.
withPool(PoolSpecification) - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Set the pool value.
withPoolId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Set the poolId value.
withPoolId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Set this element contains the actual Pool where the Job is assigned.
withPoolId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationAndReleaseTaskExecutionInformation
Set the poolId value.
withPoolId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolInformation
Set you must ensure that the Pool referenced by this property exists.
withPoolId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolNodeCounts
Set the poolId value.
withPoolId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Set the poolId value.
withPoolInfo(PoolInformation) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the poolInfo value.
withPoolInfo(PoolInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the poolInfo value.
withPoolInfo(PoolInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Set you may change the Pool for a Job only when the Job is disabled.
withPoolInfo(PoolInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the poolInfo value.
withPoolInfo(PoolInformation) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Set you may change the Pool for a Job only when the Job is disabled.
withPoolLifetimeOption(PoolLifetimeOption) - Method in class com.microsoft.azure.batch.protocol.models.AutoPoolSpecification
Set possible values include: 'jobSchedule', 'job'.
withPreempted(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the preempted value.
withPreProcessingError(ExitOptions) - Method in class com.microsoft.azure.batch.protocol.models.ExitConditions
Set the preProcessingError value.
withPreviousState(CertificateState) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set this property is not set if the Certificate is in its initial active state.
withPreviousState(JobScheduleState) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set this property is not present if the Job Schedule is in its initial active state.
withPreviousState(JobState) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set this property is not set if the Job is in its initial Active state.
withPreviousState(SubtaskState) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set this property is not set if the subtask is in its initial running state.
withPreviousState(TaskState) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set this property is not set if the Task is in its initial Active state.
withPreviousStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set this property is not set if the Certificate is in its initial Active state.
withPreviousStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set this property is not set if the Job is in its initial Active state.
withPreviousStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set this property is not present if the Job Schedule is in its initial active state.
withPreviousStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set this property is not set if the Task is in its initial Active state.
withPreviousStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set this property is not set if the subtask is in its initial running state.
withPriority(int) - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Set priorities within a Pool must be unique and are evaluated in order of priority.
withPriority(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
withPriority(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
withPriority(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchParameter
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
withPriority(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
withPriority(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateParameter
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority.
withProperties(FileProperties) - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Set the properties value.
withProtectedSettings(Object) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
withProtocol(InboundEndpointProtocol) - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Set possible values include: 'tcp', 'udp'.
withProtocol(InboundEndpointProtocol) - Method in class com.microsoft.azure.batch.protocol.models.InboundNATPool
Set possible values include: 'tcp', 'udp'.
withProvision(IPAddressProvisioningType) - Method in class com.microsoft.azure.batch.protocol.models.PublicIPAddressConfiguration
Set the default value is BatchManaged.
withProvisionAfterExtensions(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set collection of extension names after which this extension needs to be provisioned.
withProvisioningState(String) - Method in class com.microsoft.azure.batch.protocol.models.NodeVMExtension
Set the provisioningState value.
withPublicData(String) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set the publicData value.
withPublicFQDN(String) - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Set the publicFQDN value.
withPublicIPAddress(String) - Method in class com.microsoft.azure.batch.protocol.models.InboundEndpoint
Set the publicIPAddress value.
withPublicIPAddressConfiguration(PublicIPAddressConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Set public IP configuration property is only supported on Pools with the virtualMachineConfiguration property.
withPublisher(String) - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Set for example, Canonical or MicrosoftWindowsServer.
withPublisher(String) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set the publisher value.
withReadIOGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the readIOGiB value.
withReadIOGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the readIOGiB value.
withReadIOGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the readIOGiB value.
withReadIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the readIOps value.
withReadIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the readIOps value.
withReadIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the readIOps value.
withRebooting(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the rebooting value.
withRecentJob(RecentJob) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation
Set this property is present only if the at least one Job has run under the schedule.
withRecentTasks(List<TaskInformation>) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set this property is present only if at least one Task has run on this Compute Node since it was assigned to the Pool.
withRecurrenceInterval(Period) - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Set because a Job Schedule can have at most one active Job under it at any given time, if it is time to create a new Job under a Job Schedule, but the previous Job is still running, the Batch service will not create the new Job until the previous Job finishes.
withRegistry(ContainerRegistry) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Set this setting can be omitted if was already provided at Pool creation.
withRegistryServer(String) - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Set if omitted, the default is "docker.io".
withReimaging(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the reimaging value.
withRelativeMountPath(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
withRelativeMountPath(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureFileShareConfiguration
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
withRelativeMountPath(String) - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
withRelativeMountPath(String) - Method in class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
withRemoteLoginIPAddress(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsResult
Set the remoteLoginIPAddress value.
withRemoteLoginPort(int) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsResult
Set the remoteLoginPort value.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobAddHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequestId(UUID) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateHeaders
Set a unique identifier for the request that was made to the Batch service.
withRequeueCount(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set when the user removes Compute Nodes from a Pool (by resizing/shrinking the pool) or when the Job is being disabled, the user can specify that running Tasks on the Compute Nodes be requeued for execution.
withRequiredSlots(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the default is 1.
withRequiredSlots(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set the default is 1.
withRequiredSlots(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set the default is 1.
withRerunOnNodeRebootAfterSuccess(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set the Job Preparation Task is always rerun if a Compute Node is reimaged, or if the Job Preparation Task did not complete (e.g.
withResizeErrors(List<ResizeError>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property is set only if one or more errors occurred during the last Pool resize, and only when the Pool allocationState is Steady.
withResizeTimeout(Period) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this is the timeout for the most recent resize operation.
withResizeTimeout(Period) - Method in class com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
Set the default value is 15 minutes.
withResizeTimeout(Period) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set this timeout applies only to manual scaling; it has no effect when enableAutoScale is set to true.
withResizeTimeout(Period) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Set the default value is 15 minutes.
withResizeTimeout(Period) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this timeout applies only to manual scaling; it has no effect when enableAutoScale is set to true.
withResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed.
withResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set files listed under this element are located in the Task's working directory.
withResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set files listed under this element are located in the Task's working directory.
withResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set files listed under this element are located in the Task's working directory.
withResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set files listed under this element are located in the Task's working directory.
withResourceFiles(List<ResourceFile>) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed.
withResourceId(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference
Set the ARM resource id of the user assigned identity.
withResourceId(String) - Method in class com.microsoft.azure.batch.protocol.models.UserAssignedIdentity
Set the ARM resource id of the user assigned identity.
withResourceStats(ResourceStatistics) - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Set the resourceStats value.
withResult(TaskExecutionResult) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set if the value is 'failed', then the details of the failure can be found in the failureInfo property.
withResult(TaskExecutionResult) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set if the value is 'failed', then the details of the failure can be found in the failureInfo property.
withResult(TaskExecutionResult) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set if the value is 'failed', then the details of the failure can be found in the failureInfo property.
withResult(TaskExecutionResult) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set if the value is 'failed', then the details of the failure can be found in the failureInfo property.
withResult(TaskExecutionResult) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set if the value is 'failed', then the details of the failure can be found in the failureInfo property.
withResults(String) - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRun
Set each variable value is returned in the form $variable=value, and variables are separated by semicolons.
withRetentionTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set the default is 7 days, i.e.
withRetentionTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.TaskConstraints
Set the default is 7 days, i.e.
withRetryCount(int) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried.
withRetryCount(int) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried.
withRetryCount(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskListNextOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set whether the server should return the client-request-id in the response.
withReturnClientRequestId(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set whether the server should return the client-request-id in the response.
withRunExclusive(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set if true, no other Tasks will run on the same Node for as long as the Job Manager is running.
withRunning(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the running value.
withRunning(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Set the running value.
withRunning(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Set the running value.
withRunningTasksCount(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the runningTasksCount value.
withRunningTaskSlotsCount(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the runningTaskSlotsCount value.
withSasKey(String) - Method in class com.microsoft.azure.batch.protocol.models.AzureBlobFileSystemConfiguration
Set this property is mutually exclusive with both accountKey and identity; exactly one must be specified.
withSchedule(Schedule) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the schedule value.
withSchedule(Schedule) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter
Set the schedule value.
withSchedule(Schedule) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter
Set if you do not specify this element, the existing schedule is left unchanged.
withSchedule(Schedule) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter
Set if you do not specify this element, it is equivalent to passing the default schedule: that is, a single Job scheduled to run immediately.
withSchedulingError(JobSchedulingError) - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Set this property is not set if there was no error starting the Job.
withSchedulingState(SchedulingState) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set possible values include: 'enabled', 'disabled'.
withScope(AutoUserScope) - Method in class com.microsoft.azure.batch.protocol.models.AutoUserSpecification
Set the default value is pool.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set an OData $select clause.
withSelect(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Set an OData $select clause.
withSelectClause(String) - Method in class com.microsoft.azure.batch.DetailLevel.Builder
Sets the OData select clause.
withSettings(Object) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set the settings value.
withSku(String) - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Set for example, 18.04-LTS or 2019-Datacenter.
withSource(String) - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Set the source value.
withSource(String) - Method in class com.microsoft.azure.batch.protocol.models.NFSMountConfiguration
Set the source value.
withSourceAddressPrefix(String) - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Set valid values are a single IP address (i.e.
withSourcePortRanges(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.NetworkSecurityGroupRule
Set valid values are '*' (for all ports 0 - 65535), a specific port (i.e.
withSshPrivateKey(String) - Method in class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
Set the private key must not be password protected.
withSshPublicKey(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUser
Set the public key should be compatible with OpenSSH encoding and should be base 64 encoded.
withSshPublicKey(String) - Method in class com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter
Set the public key should be compatible with OpenSSH encoding and should be base 64 encoded.
withStart(int) - Method in class com.microsoft.azure.batch.protocol.models.ExitCodeRangeMapping
Set the start value.
withStart(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskIdRange
Set the start value.
withStarting(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the starting value.
withStartTask(StartTask) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the startTask value.
withStartTask(StartTask) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the startTask value.
withStartTask(StartTask) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the Task runs when the Compute Node is added to the Pool or when the Compute Node is restarted.
withStartTask(StartTask) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchParameter
Set if this element is present, it overwrites any existing StartTask.
withStartTask(StartTask) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the startTask value.
withStartTask(StartTask) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesParameter
Set if this element is present, it overwrites any existing StartTask.
withStartTaskFailed(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the startTaskFailed value.
withStartTaskInfo(StartTaskInformation) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the startTaskInfo value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Set this is the time at which the Job was created.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set if the Task has been restarted or retried, this is the most recent time at which the Task started running.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set if the Task has been restarted or retried, this is the most recent time at which the Task started running.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set the earliest time from which to include metrics.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ResourceStatistics
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set this value is reset every time the Task is restarted or retried (that is, this is the most recent time at which the StartTask started running).
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskExecutionInformation
Set 'Running' corresponds to the running state, so if the Task specifies resource files or Packages, then the start time reflects the time at which the Task started downloading or deploying these.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the startTime value.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration
Set any log file containing a log message in the time range will be uploaded.
withStartTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.UsageStatistics
Set the startTime value.
withStartWindow(Period) - Method in class com.microsoft.azure.batch.protocol.models.Schedule
Set if a Job is not created within the startWindow interval, then the 'opportunity' is lost; no Job will be created until the next recurrence of the schedule.
withState(CertificateState) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set possible values include: 'active', 'deleting', 'deleteFailed'.
withState(ComputeNodeState) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the low-priority Compute Node has been preempted.
withState(JobPreparationTaskState) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set possible values include: 'running', 'completed'.
withState(JobReleaseTaskState) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set possible values include: 'running', 'completed'.
withState(JobScheduleState) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'.
withState(JobState) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set possible values include: 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', 'deleting'.
withState(PoolState) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set possible values include: 'active', 'deleting'.
withState(StartTaskState) - Method in class com.microsoft.azure.batch.protocol.models.StartTaskInformation
Set possible values include: 'running', 'completed'.
withState(SubtaskState) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set possible values include: 'preparing', 'running', 'completed'.
withState(TaskState) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set possible values include: 'active', 'preparing', 'running', 'completed'.
withState(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerExecutionInformation
Set this is the state of the container according to the Docker service.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set the stateTransitionTime value.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the stateTransitionTime value.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the stateTransitionTime value.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the stateTransitionTime value.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the stateTransitionTime value.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the stateTransitionTime value.
withStateTransitionTime(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.SubtaskInformation
Set the stateTransitionTime value.
withStats(JobScheduleStatistics) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the stats value.
withStats(JobStatistics) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set this property is populated only if the CloudJob was retrieved with an expand clause including the 'stats' attribute; otherwise it is null.
withStats(PoolStatistics) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property is populated only if the CloudPool was retrieved with an expand clause including the 'stats' attribute; otherwise it is null.
withStats(TaskStatistics) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the stats value.
withStatus(TaskAddStatus) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Set possible values include: 'success', 'clientError', 'serverError'.
withStatuses(List<InstanceViewStatus>) - Method in class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
Set the resource status information.
withStorageAccountType(StorageAccountType) - Method in class com.microsoft.azure.batch.protocol.models.DataDisk
Set if omitted, the default is "standard_lrs".
withStorageContainerUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.ResourceFile
Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
withStoreLocation(CertificateStoreLocation) - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Set the default value is currentuser.
withStoreName(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Set this property is applicable only for Pools configured with Windows Compute Nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows Image reference).
withSubnetId(String) - Method in class com.microsoft.azure.batch.protocol.models.JobNetworkConfiguration
Set the virtual network must be in the same region and subscription as the Azure Batch Account.
withSubnetId(String) - Method in class com.microsoft.azure.batch.protocol.models.NetworkConfiguration
Set the virtual network must be in the same region and subscription as the Azure Batch Account.
withSubStatuses(List<InstanceViewStatus>) - Method in class com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView
Set the resource status information.
withSubtaskId(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Set the subtaskId value.
withSucceeded(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskCounts
Set the succeeded value.
withSucceeded(int) - Method in class com.microsoft.azure.batch.protocol.models.TaskSlotCounts
Set the succeeded value.
withTargetDedicatedNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the targetDedicatedNodes value.
withTargetDedicatedNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set this property must not be specified if enableAutoScale is set to true.
withTargetDedicatedNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Set the targetDedicatedNodes value.
withTargetDedicatedNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this property must not be specified if enableAutoScale is set to true.
withTargetLowPriorityNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the targetLowPriorityNodes value.
withTargetLowPriorityNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set this property must not be specified if enableAutoScale is set to true.
withTargetLowPriorityNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeParameter
Set the targetLowPriorityNodes value.
withTargetLowPriorityNodes(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this property must not be specified if enableAutoScale is set to true.
withTargets(List<DiskEncryptionTarget>) - Method in class com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration
Set if omitted, no disks on the compute nodes in the pool will be encrypted.
withTaskCounts(TaskCounts) - Method in class com.microsoft.azure.batch.protocol.models.TaskCountsResult
Set the taskCounts value.
withTaskId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddResult
Set the taskId value.
withTaskId(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Set the taskId value.
withTaskIdRanges(List<TaskIdRange>) - Method in class com.microsoft.azure.batch.protocol.models.TaskDependencies
Set the taskIdRanges value.
withTaskIds(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.TaskDependencies
Set the taskIds collection is limited to 64000 characters total (i.e.
withTaskRootDirectory(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Set the taskRootDirectory value.
withTaskRootDirectory(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set the taskRootDirectory value.
withTaskRootDirectory(String) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set the taskRootDirectory value.
withTaskRootDirectoryUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeInformation
Set the taskRootDirectoryUrl value.
withTaskRootDirectoryUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTaskExecutionInformation
Set the taskRootDirectoryUrl value.
withTaskRootDirectoryUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTaskExecutionInformation
Set the taskRootDirectoryUrl value.
withTaskSchedulingPolicy(TaskSchedulingPolicy) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set if not specified, the default is spread.
withTaskSchedulingPolicy(TaskSchedulingPolicy) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set if not specified, the default is spread.
withTaskSchedulingPolicy(TaskSchedulingPolicy) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set if not specified, the default is spread.
withTaskSlotCounts(TaskSlotCounts) - Method in class com.microsoft.azure.batch.protocol.models.TaskCountsResult
Set the taskSlotCounts value.
withTaskSlotsPerNode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the default value is 1.
withTaskSlotsPerNode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the default value is 1.
withTaskSlotsPerNode(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the default value is 1.
withTaskState(TaskState) - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Set possible values include: 'active', 'preparing', 'running', 'completed'.
withTaskUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskInformation
Set the taskUrl value.
withTerminateReason(String) - Method in class com.microsoft.azure.batch.protocol.models.JobExecutionInformation
Set this property is set only if the Job is in the completed state.
withTerminateReason(String) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateParameter
Set the terminateReason value.
withThumbprint(String) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set the thumbprint value.
withThumbprint(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Set the thumbprint value.
withThumbprint(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Set the thumbprint value.
withThumbprintAlgorithm(String) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set the thumbprintAlgorithm value.
withThumbprintAlgorithm(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddParameter
Set the thumbprintAlgorithm value.
withThumbprintAlgorithm(String) - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Set the thumbprintAlgorithm value.
withTime(String) - Method in class com.microsoft.azure.batch.protocol.models.InstanceViewStatus
Set the time of the status.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CertificateAddOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CertificateGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.CertificateListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeExtensionListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteDesktopOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromComputeNodeOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromComputeNodeOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileGetFromTaskOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromTaskOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromComputeNodeOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.FileListFromTaskOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobAddOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobDeleteOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobDisableOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobEnableOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobGetAllLifetimeStatisticsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobGetTaskCountsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobListFromJobScheduleOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobPatchOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobTerminateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.JobUpdateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolDeleteOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolDisableAutoScaleOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolEnableAutoScaleOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolEvaluateAutoScaleOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolExistsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetAllLifetimeStatisticsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolListUsageMetricsOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolPatchOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolRemoveNodesOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolResizeOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolStopResizeOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.PoolUpdatePropertiesOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskDeleteOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskGetOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskListOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskReactivateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimeout(Integer) - Method in class com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
Set the maximum time that the server can spend processing the request, in seconds.
withTimestamp(DateTime) - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRun
Set the timestamp value.
withTotal(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the total value.
withTotalCoreHours(double) - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Set the totalCoreHours value.
withTotalTasksRun(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the totalTasksRun value.
withTotalTasksSucceeded(Integer) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the totalTasksSucceeded value.
withType(PoolIdentityType) - Method in class com.microsoft.azure.batch.protocol.models.BatchPoolIdentity
Set the list of user identities associated with the Batch pool.
withType(String) - Method in class com.microsoft.azure.batch.protocol.models.ContainerConfiguration
Set the type value.
withType(String) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set the type value.
withTypeHandlerVersion(String) - Method in class com.microsoft.azure.batch.protocol.models.VMExtension
Set the typeHandlerVersion value.
withUid(Integer) - Method in class com.microsoft.azure.batch.protocol.models.LinuxUserConfiguration
Set the uid and gid properties must be specified together or not at all.
withUnknown(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the unknown value.
withUnusable(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the unusable value.
withUploadCondition(OutputFileUploadCondition) - Method in class com.microsoft.azure.batch.protocol.models.OutputFileUploadOptions
Set the default is taskcompletion.
withUploadOptions(OutputFileUploadOptions) - Method in class com.microsoft.azure.batch.protocol.models.OutputFile
Set the uploadOptions value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.Certificate
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudJobSchedule
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.NodeFile
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.RecentJob
Set the url value.
withUrl(String) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the url value.
withUsageStats(UsageStatistics) - Method in class com.microsoft.azure.batch.protocol.models.PoolStatistics
Set the usageStats value.
withUserAccounts(List<UserAccount>) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set the userAccounts value.
withUserAccounts(List<UserAccount>) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set the userAccounts value.
withUserAccounts(List<UserAccount>) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set the userAccounts value.
withUserAssignedIdentities(List<UserAssignedIdentity>) - Method in class com.microsoft.azure.batch.protocol.models.BatchPoolIdentity
Set the user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
withUserCPUTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the userCPUTime value.
withUserCPUTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the userCPUTime value.
withUserCPUTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the userCPUTime value.
withUserIdentity(UserIdentity) - Method in class com.microsoft.azure.batch.protocol.models.CloudTask
Set if omitted, the Task runs as a non-administrative user unique to the Task.
withUserIdentity(UserIdentity) - Method in class com.microsoft.azure.batch.protocol.models.JobManagerTask
Set if omitted, the Task runs as a non-administrative user unique to the Task.
withUserIdentity(UserIdentity) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set if omitted, the Task runs as a non-administrative user unique to the Task on Windows Compute Nodes, or a non-administrative user unique to the Pool on Linux Compute Nodes.
withUserIdentity(UserIdentity) - Method in class com.microsoft.azure.batch.protocol.models.JobReleaseTask
Set if omitted, the Task runs as a non-administrative user unique to the Task.
withUserIdentity(UserIdentity) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set if omitted, the Task runs as a non-administrative user unique to the Task.
withUserIdentity(UserIdentity) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddParameter
Set if omitted, the Task runs as a non-administrative user unique to the Task.
withUsername(String) - Method in class com.microsoft.azure.batch.protocol.models.CIFSMountConfiguration
Set the username value.
withUserName(String) - Method in class com.microsoft.azure.batch.protocol.models.ContainerRegistry
Set the userName value.
withUserName(String) - Method in class com.microsoft.azure.batch.protocol.models.UserIdentity
Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.
withUsesTaskDependencies(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.CloudJob
Set the usesTaskDependencies value.
withUsesTaskDependencies(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobAddParameter
Set the usesTaskDependencies value.
withUsesTaskDependencies(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobSpecification
Set the usesTaskDependencies value.
withValue(String) - Method in class com.microsoft.azure.batch.protocol.models.BatchErrorDetail
Set the value value.
withValue(String) - Method in class com.microsoft.azure.batch.protocol.models.EnvironmentSetting
Set the value value.
withValue(String) - Method in class com.microsoft.azure.batch.protocol.models.ErrorMessage
Set the value value.
withValue(String) - Method in class com.microsoft.azure.batch.protocol.models.MetadataItem
Set the value value.
withValue(String) - Method in class com.microsoft.azure.batch.protocol.models.NameValuePair
Set the value value.
withValue(List<SubtaskInformation>) - Method in class com.microsoft.azure.batch.protocol.models.CloudTaskListSubtasksResult
Set the value value.
withValue(List<TaskAddParameter>) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionParameter
Set the total serialized size of this collection must be less than 1MB.
withValue(List<TaskAddResult>) - Method in class com.microsoft.azure.batch.protocol.models.TaskAddCollectionResult
Set the value value.
withValues(List<BatchErrorDetail>) - Method in class com.microsoft.azure.batch.protocol.models.BatchError
Set the values value.
withValues(List<NameValuePair>) - Method in class com.microsoft.azure.batch.protocol.models.AutoScaleRunError
Set the values value.
withValues(List<NameValuePair>) - Method in class com.microsoft.azure.batch.protocol.models.DeleteCertificateError
Set this list includes details such as the active Pools and Compute Nodes referencing this Certificate.
withValues(List<NameValuePair>) - Method in class com.microsoft.azure.batch.protocol.models.ResizeError
Set the values value.
withVerificationType(VerificationType) - Method in class com.microsoft.azure.batch.protocol.models.ImageInformation
Set possible values include: 'verified', 'unverified'.
withVersion(String) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationPackageReference
Set if this is omitted on a Pool, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences and HTTP status code 409.
withVersion(String) - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Set a value of 'latest' can be specified to select the latest version of an Image.
withVersion(String) - Method in class com.microsoft.azure.batch.protocol.models.NodeAgentInformation
Set this version number can be checked against the Compute Node agent release notes located at https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md.
withVersions(List<String>) - Method in class com.microsoft.azure.batch.protocol.models.ApplicationSummary
Set the versions value.
withVirtualDirectoryName(String) - Method in class com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsResult
Set the virtual directory name is part of the blob name for each log file uploaded, and it is built based poolId, nodeId and a unique identifier.
withVirtualMachineConfiguration(VirtualMachineConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
withVirtualMachineConfiguration(VirtualMachineConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
withVirtualMachineConfiguration(VirtualMachineConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set this property must be specified if the Pool needs to be created with Azure IaaS VMs.
withVirtualMachineImageId(String) - Method in class com.microsoft.azure.batch.protocol.models.ImageReference
Set this property is mutually exclusive with other ImageReference properties.
withVirtualMachineInfo(VirtualMachineInfo) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set the virtualMachineInfo value.
withVisibility(List<CertificateVisibility>) - Method in class com.microsoft.azure.batch.protocol.models.CertificateReference
Set you can specify more than one visibility in this collection.
withVmExtension(VMExtension) - Method in class com.microsoft.azure.batch.protocol.models.NodeVMExtension
Set the vmExtension value.
withVmSize(String) - Method in class com.microsoft.azure.batch.protocol.models.CloudPool
Set for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
withVmSize(String) - Method in class com.microsoft.azure.batch.protocol.models.ComputeNode
Set for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
withVmSize(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolAddParameter
Set for information about available sizes of virtual machines for Cloud Services Pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/).
withVmSize(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolSpecification
Set for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
withVmSize(String) - Method in class com.microsoft.azure.batch.protocol.models.PoolUsageMetrics
Set for information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
withWaitForSuccess(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.JobPreparationTask
Set if true and the Job Preparation Task fails on a Node, the Batch service retries the Job Preparation Task up to its maximum retry count (as specified in the constraints element).
withWaitForSuccess(Boolean) - Method in class com.microsoft.azure.batch.protocol.models.StartTask
Set if true and the StartTask fails on a Node, the Batch service retries the StartTask up to its maximum retry count (maxTaskRetryCount).
withWaitingForStartTask(int) - Method in class com.microsoft.azure.batch.protocol.models.NodeCounts
Set the waitingForStartTask value.
withWaitTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set this value is only reported in the Account lifetime statistics; it is not included in the Job statistics.
withWaitTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the wait time for a Task is defined as the elapsed time between the creation of the Task and the start of Task execution.
withWaitTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the waitTime value.
withWallClockTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then).
withWallClockTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then).
withWallClockTime(Period) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then).
withWindowsConfiguration(WindowsConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.VirtualMachineConfiguration
Set this property must not be specified if the imageReference property specifies a Linux OS Image.
withWindowsUserConfiguration(WindowsUserConfiguration) - Method in class com.microsoft.azure.batch.protocol.models.UserAccount
Set this property can only be specified if the user is on a Windows Pool.
withWorkingDirectory(ContainerWorkingDirectory) - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Set the default is 'taskWorkingDirectory'.
withWriteIOGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the writeIOGiB value.
withWriteIOGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the writeIOGiB value.
withWriteIOGiB(double) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the writeIOGiB value.
withWriteIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Set the writeIOps value.
withWriteIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Set the writeIOps value.
withWriteIOps(long) - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Set the writeIOps value.
workingDirectory() - Method in class com.microsoft.azure.batch.protocol.models.TaskContainerSettings
Get the default is 'taskWorkingDirectory'.
writeIOGiB() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the writeIOGiB value.
writeIOGiB() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the writeIOGiB value.
writeIOGiB() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the writeIOGiB value.
writeIOps() - Method in class com.microsoft.azure.batch.protocol.models.JobScheduleStatistics
Get the writeIOps value.
writeIOps() - Method in class com.microsoft.azure.batch.protocol.models.JobStatistics
Get the writeIOps value.
writeIOps() - Method in class com.microsoft.azure.batch.protocol.models.TaskStatistics
Get the writeIOps value.

Z

ZONAL - com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType
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 All Packages