Azure.Batch 5.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Azure.Batch --version 5.0.0
NuGet\Install-Package Azure.Batch -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Batch" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Azure.Batch --version 5.0.0
#r "nuget: Azure.Batch, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Azure.Batch as a Cake Addin
#addin nuget:?package=Azure.Batch&version=5.0.0

// Install Azure.Batch as a Cake Tool
#tool nuget:?package=Azure.Batch&version=5.0.0

This client library provides access to the Microsoft Azure Batch service.

Visit our home page for more detail - https://azure.microsoft.com/services/batch/.

For technical overview, see https://azure.microsoft.com/documentation/articles/batch-technical-overview/.

API reference can be found at https://go.microsoft.com/fwlink/?LinkId=717949.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Azure.Batch:

Package Downloads
Prb.HomeImageProcessing

Package Description

Triodor.Utils.AzureBatch

Package Description

RHE.ArStudio

AccuRender Studio Binaries for Development

KuboEstudio.AzureBatch

Wrapper to interact with the Azure Batch Account.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Features:
- Added CommitChanges method on CloudJob, CloudJobSchedule and CloudPool, which use the HTTP PATCH verb to perform partial updates, which can
 be safer if multiple clients are making concurrent changes).
- Added support for joining a CloudPool to a virtual network on using the NetworkConfiguration property.
- Added support for automatically terminating jobs when all tasks complete or when a task fails, via the CloudJob.OnAllTasksComplete and
 CloudJob.OnAllTasksFailure properties, and the CloudTask.ExitConditions property.
- Added support for application package references on CloudTask and JobManagerTask.


Documentation:
- Improved documentation across various classes in the Microsoft.Azure.Batch namespace as well as the Microsoft.Azure.Batch.Protocol namespaces.
- Improved documentation for AddTask overload which takes a collection of CloudTask objects to include details about possible exceptions.
- Improved documentation for the WhenAll/WaitAll methods of TaskStateMonitor.

Other:
- Updated constructors for the following types to more clearly convey their required properties:
 - JobManagerTask
 - JobPreparationTask
 - JobReleaseTask
 - JobSpecification
 - StartTask
- TaskStateMonitor changes:
 - Removed previously Obsolete method WaitAllAsync.
 - Removed WaitAll which returns Task<bool>.
 - Renamed WhenAllAsync to WhenAll.
 - WhenAll overloads now have a consistent return type.
 - Refactored existing methods to provide an overload which takes a CancellationToken,
   and an overload which takes a timeout.  Removed the overload which takes both.
 
This version of the Batch .NET client library targets version 2016-07-01.3.1 of the Azure Batch REST API.