- accountEndpoint() - Method in interface com.microsoft.azure.management.batch.BatchAccount
-
- AccountKeyType - Enum in com.microsoft.azure.management.batch
-
Defines values for AccountKeyType.
- activate(String) - Method in interface com.microsoft.azure.management.batch.ApplicationPackage
-
Activates the application package.
- ActivateApplicationPackageParameters - Class in com.microsoft.azure.management.batch
-
Parameters for an ApplicationOperations.ActivateApplicationPackage request.
- ActivateApplicationPackageParameters() - Constructor for class com.microsoft.azure.management.batch.ActivateApplicationPackageParameters
-
- activeJobAndJobScheduleQuota() - Method in interface com.microsoft.azure.management.batch.BatchAccount
-
- Application - Interface in com.microsoft.azure.management.batch
-
An immutable client-side representation of an Azure batch account application.
- Application.Definition<ParentT> - Interface in com.microsoft.azure.management.batch
-
The entirety of a application definition as a part of parent definition.
- Application.DefinitionStages - Interface in com.microsoft.azure.management.batch
-
Grouping of all the storage account definition stages.
- Application.DefinitionStages.Blank<ParentT> - Interface in com.microsoft.azure.management.batch
-
The first stage of a batch account application definition.
- Application.DefinitionStages.WithApplicationPackage<ParentT> - Interface in com.microsoft.azure.management.batch
-
A application definition to allow creation of application package.
- Application.DefinitionStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.batch
-
The final stage of the application definition.
- Application.Update - Interface in com.microsoft.azure.management.batch
-
The entirety of application update as a part of parent batch account update.
- Application.UpdateDefinition<ParentT> - Interface in com.microsoft.azure.management.batch
-
The entirety of a application definition as a part of parent update.
- Application.UpdateDefinitionStages - Interface in com.microsoft.azure.management.batch
-
Grouping of application definition stages as part of parent batch account update.
- Application.UpdateDefinitionStages.Blank<ParentT> - Interface in com.microsoft.azure.management.batch
-
The first stage of a application definition.
- Application.UpdateDefinitionStages.WithApplicationPackage<ParentT> - Interface in com.microsoft.azure.management.batch
-
A application definition to allow creation of application package.
- Application.UpdateDefinitionStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.batch
-
The final stage of the application definition.
- Application.UpdateStages - Interface in com.microsoft.azure.management.batch
-
Grouping of application update stages.
- Application.UpdateStages.WithApplicationPackage - Interface in com.microsoft.azure.management.batch
-
A application definition to allow creation of application package.
- Application.UpdateStages.WithOptionalProperties - Interface in com.microsoft.azure.management.batch
-
The stage of the application update allowing to enable or disable auto upgrade of the
application.
- ApplicationPackage - Interface in com.microsoft.azure.management.batch
-
An immutable client-side representation of an Azure batch account application.
- applicationPackages() - Method in interface com.microsoft.azure.management.batch.Application
-
- applications() - Method in interface com.microsoft.azure.management.batch.BatchAccount
-
- autoStorage() - Method in interface com.microsoft.azure.management.batch.BatchAccount
-
- AutoStorageBaseProperties - Class in com.microsoft.azure.management.batch
-
The properties related to auto storage account.
- AutoStorageBaseProperties() - Constructor for class com.microsoft.azure.management.batch.AutoStorageBaseProperties
-
- AutoStorageProperties - Class in com.microsoft.azure.management.batch
-
Contains information about the auto storage account associated with a Batch
account.
- AutoStorageProperties() - Constructor for class com.microsoft.azure.management.batch.AutoStorageProperties
-
- BatchAccount - Interface in com.microsoft.azure.management.batch
-
An immutable client-side representation of an Azure batch account.
- BatchAccount.Definition - Interface in com.microsoft.azure.management.batch
-
Container interface for all the definitions that need to be implemented.
- BatchAccount.DefinitionStages - Interface in com.microsoft.azure.management.batch
-
Grouping of all the storage account definition stages.
- BatchAccount.DefinitionStages.Blank - Interface in com.microsoft.azure.management.batch
-
The first stage of the batch account definition.
- BatchAccount.DefinitionStages.WithApplication - Interface in com.microsoft.azure.management.batch
-
A batch account definition to allow creation of application.
- BatchAccount.DefinitionStages.WithApplicationAndStorage - Interface in com.microsoft.azure.management.batch
-
A batch account definition allowing defining application and storage account.
- BatchAccount.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.batch
-
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 - Interface in com.microsoft.azure.management.batch
-
A batch account definition allowing creation of application and batch account.
- BatchAccount.DefinitionStages.WithGroup - Interface in com.microsoft.azure.management.batch
-
A batch account definition allowing resource group to be set.
- BatchAccount.DefinitionStages.WithStorage - Interface in com.microsoft.azure.management.batch
-
A batch account definition to allow attaching storage accounts.
- BatchAccount.Update - Interface in com.microsoft.azure.management.batch
-
The template for a storage account update operation, containing all the settings that can be modified.
- BatchAccount.UpdateStages - Interface in com.microsoft.azure.management.batch
-
Grouping of all the storage account update stages.
- BatchAccount.UpdateStages.WithApplication - Interface in com.microsoft.azure.management.batch
-
A batch account definition to allow creation of application.
- BatchAccount.UpdateStages.WithStorageAccount - Interface in com.microsoft.azure.management.batch
-
The stage of the batch account update definition allowing to specify storage account.
- BatchAccountKeys - Class in com.microsoft.azure.management.batch
-
This class represents the access keys for the batch account.
- BatchAccountKeys(String, String) - Constructor for class com.microsoft.azure.management.batch.BatchAccountKeys
-
Constructor for the class.
- BatchAccountRegenerateKeyParameters - Class in com.microsoft.azure.management.batch
-
Parameters supplied to the RegenerateKey operation.
- BatchAccountRegenerateKeyParameters() - Constructor for class com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters
-
- BatchAccounts - Interface in com.microsoft.azure.management.batch
-
Entry point to batch account management API.
- withAllowUpdates(boolean) - Method in interface com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach
-
Allow automatic application updates.
- withAllowUpdates(boolean) - Method in interface com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithAttach
-
Allow automatic application updates.
- withAllowUpdates(boolean) - Method in interface com.microsoft.azure.management.batch.Application.UpdateStages.WithOptionalProperties
-
Allow automatic application updates.
- withDisplayName(String) - Method in interface com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach
-
Specifies the display name for the application.
- withDisplayName(String) - Method in interface com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithAttach
-
Specifies the display name for the application.
- withDisplayName(String) - Method in interface com.microsoft.azure.management.batch.Application.UpdateStages.WithOptionalProperties
-
Specifies the display name for the application.
- withExistingStorageAccount(StorageAccount) - Method in interface com.microsoft.azure.management.batch.BatchAccount.DefinitionStages.WithStorage
-
Specifies that an existing storage account to be attached with the batch account.
- withExistingStorageAccount(StorageAccount) - Method in interface com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithStorageAccount
-
Specifies that an existing storage account to be attached with the batch account.
- withFormat(String) - Method in class com.microsoft.azure.management.batch.ActivateApplicationPackageParameters
-
Set the format value.
- withKeyName(AccountKeyType) - Method in class com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters
-
Set the keyName value.
- withLastKeySync(DateTime) - Method in class com.microsoft.azure.management.batch.AutoStorageProperties
-
Set the lastKeySync value.
- withNewStorageAccount(Creatable<StorageAccount>) - Method in interface com.microsoft.azure.management.batch.BatchAccount.DefinitionStages.WithStorage
-
Specifies that a storage account to be attached with the batch account.
- withNewStorageAccount(String) - Method in interface com.microsoft.azure.management.batch.BatchAccount.DefinitionStages.WithStorage
-
Specifies that an existing storage account to be attached with the batch account.
- withNewStorageAccount(Creatable<StorageAccount>) - Method in interface com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithStorageAccount
-
Specifies that a storage account to be attached with the batch account.
- withNewStorageAccount(String) - Method in interface com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithStorageAccount
-
Specifies that an existing storage account to be attached with the batch account.
- withoutApplication(String) - Method in interface com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithApplication
-
Deletes specified application from the batch account.
- withoutApplicationPackage(String) - Method in interface com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
-
Deletes specified application package from the application.
- withoutStorageAccount() - Method in interface com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithStorageAccount
-
Specifies that storage account should be removed from the batch account.
- withStorageAccountId(String) - Method in class com.microsoft.azure.management.batch.AutoStorageBaseProperties
-
Set the storageAccountId value.
- withStorageAccountId(String) - Method in class com.microsoft.azure.management.batch.AutoStorageProperties
-
Set the storageAccountId value.