See: Description
| Interface | Description |
|---|---|
| Application |
An immutable client-side representation of an Azure batch account application.
|
| Application.Definition<ParentT> |
The entirety of a application definition as a part of parent definition.
|
| Application.DefinitionStages |
Grouping of all the storage account definition stages.
|
| Application.DefinitionStages.Blank<ParentT> |
The first stage of a batch account application definition.
|
| Application.DefinitionStages.WithApplicationPackage<ParentT> |
A application definition to allow creation of application package.
|
| Application.DefinitionStages.WithAttach<ParentT> |
The final stage of the application definition.
|
| Application.Update |
The entirety of application update as a part of parent batch account update.
|
| Application.UpdateDefinition<ParentT> |
The entirety of a application definition as a part of parent update.
|
| Application.UpdateDefinitionStages |
Grouping of application definition stages as part of parent batch account update.
|
| Application.UpdateDefinitionStages.Blank<ParentT> |
The first stage of a application definition.
|
| Application.UpdateDefinitionStages.WithApplicationPackage<ParentT> |
A application definition to allow creation of application package.
|
| Application.UpdateDefinitionStages.WithAttach<ParentT> |
The final stage of the application definition.
|
| Application.UpdateStages |
Grouping of application update stages.
|
| Application.UpdateStages.WithApplicationPackage |
A application definition to allow creation of application package.
|
| Application.UpdateStages.WithOptionalProperties |
The stage of the application update allowing to enable or disable auto upgrade of the
application.
|
| ApplicationPackage |
An immutable client-side representation of an Azure batch account application.
|
| BatchAccount |
An immutable client-side representation of an Azure batch account.
|
| BatchAccount.Definition |
Container interface for all the definitions that need to be implemented.
|
| BatchAccount.DefinitionStages |
Grouping of all the storage account definition stages.
|
| BatchAccount.DefinitionStages.Blank |
The first stage of the batch account definition.
|
| BatchAccount.DefinitionStages.WithApplication |
A batch account definition to allow creation of application.
|
| BatchAccount.DefinitionStages.WithApplicationAndStorage |
A batch account definition allowing defining application and storage account.
|
| BatchAccount.DefinitionStages.WithCreate |
A batch account definition with sufficient inputs to create a new
batch account in the cloud, but exposing additional optional inputs to
specify.
|
| BatchAccount.DefinitionStages.WithCreateAndApplication |
A batch account definition allowing creation of application and batch account.
|
| BatchAccount.DefinitionStages.WithGroup |
A batch account definition allowing resource group to be set.
|
| BatchAccount.DefinitionStages.WithStorage |
A batch account definition to allow attaching storage accounts.
|
| BatchAccount.Update |
The template for a storage account update operation, containing all the settings that can be modified.
|
| BatchAccount.UpdateStages |
Grouping of all the storage account update stages.
|
| BatchAccount.UpdateStages.WithApplication |
A batch account definition to allow creation of application.
|
| BatchAccount.UpdateStages.WithStorageAccount |
The stage of the batch account update definition allowing to specify storage account.
|
| BatchAccounts |
Entry point to batch account management API.
|
| Class | Description |
|---|---|
| ActivateApplicationPackageParameters |
Parameters for an ApplicationOperations.ActivateApplicationPackage request.
|
| AutoStorageBaseProperties |
The properties related to auto storage account.
|
| AutoStorageProperties |
Contains information about the auto storage account associated with a Batch
account.
|
| BatchAccountKeys |
This class represents the access keys for the batch account.
|
| BatchAccountRegenerateKeyParameters |
Parameters supplied to the RegenerateKey operation.
|
| Enum | Description |
|---|---|
| AccountKeyType |
Defines values for AccountKeyType.
|
| PackageState |
Defines values for PackageState.
|
| ProvisioningState |
Defines values for ProvisioningState.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/