# Functions
New creates an instance of the ManagementClient client.
NewAccountClient creates an instance of the AccountClient client.
NewAccountClientWithBaseURI creates an instance of the AccountClient client.
NewApplicationClient creates an instance of the ApplicationClient client.
NewApplicationClientWithBaseURI creates an instance of the ApplicationClient client.
NewApplicationPackageClient creates an instance of the ApplicationPackageClient client.
NewApplicationPackageClientWithBaseURI creates an instance of the ApplicationPackageClient client.
NewLocationClient creates an instance of the LocationClient client.
NewLocationClientWithBaseURI creates an instance of the LocationClient client.
NewWithBaseURI creates an instance of the ManagementClient client.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
Active specifies the active state for package state.
BatchService specifies the batch service state for pool allocation mode.
Cancelled specifies the cancelled state for provisioning state.
Creating specifies the creating state for provisioning state.
DefaultBaseURI is the default URI used for the service Batch.
Deleting specifies the deleting state for provisioning state.
Failed specifies the failed state for provisioning state.
Invalid specifies the invalid state for provisioning state.
Pending specifies the pending state for package state.
Primary specifies the primary state for account key type.
Secondary specifies the secondary state for account key type.
Succeeded specifies the succeeded state for provisioning state.
Unmapped specifies the unmapped state for package state.
UserSubscription specifies the user subscription state for pool allocation mode.
# Structs
Account is contains information about an Azure Batch account.
AccountBaseProperties is the properties of a Batch account.
AccountClient is the client for the Account methods of the Batch service.
AccountCreateParameters is parameters supplied to the Create operation.
AccountKeys is a set of Azure Batch account keys.
AccountListResult is values returned by the List operation.
AccountProperties is account specific properties.
AccountRegenerateKeyParameters is parameters supplied to the RegenerateKey operation.
AccountUpdateBaseProperties is the properties for a Batch account update.
AccountUpdateParameters is parameters supplied to the Update operation.
ActivateApplicationPackageParameters is parameters for an ApplicationOperations.ActivateApplicationPackage request.
AddApplicationParameters is parameters for an ApplicationOperations.AddApplication request.
Application is contains information about an application in a Batch account.
ApplicationClient is the client for the Application methods of the Batch service.
ApplicationPackage is an application package which represents a particular version of an application.
ApplicationPackageClient is the client for the ApplicationPackage methods of the Batch service.
AutoStorageBaseProperties is the properties related to auto storage account.
AutoStorageProperties is contains information about the auto storage account associated with a Batch account.
CloudError is an error response from the Batch service.
KeyVaultReference is identifies the Azure key vault associated with a Batch account.
ListApplicationsResult is response to an ApplicationOperations.ListApplications request.
LocationClient is the client for the Location methods of the Batch service.
LocationQuota is quotas associated with a Batch region for a particular subscription.
ManagementClient is the base client for Batch.
Resource is a definition of an Azure resource.
UpdateApplicationParameters is parameters for an ApplicationOperations.UpdateApplication request.
# Type aliases
AccountKeyType enumerates the values for account key type.
PackageState enumerates the values for package state.
PoolAllocationMode enumerates the values for pool allocation mode.
ProvisioningState enumerates the values for provisioning state.