Package | Description |
---|---|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount)
Specifies an existing storage account to associate with the Batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> storageAccountCreatable)
Specifies a new storage account to create and associate with the Batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount(String storageAccountName)
Specifies a new storage account to create and associate with the Batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithApplication.withoutApplication(String applicationId)
Removes the specified application from the Batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.withoutStorageAccount()
Removes the associated storage account.
|
Modifier and Type | Method and Description |
---|---|
Application.UpdateDefinitionStages.Blank<BatchAccount.Update> |
BatchAccount.UpdateStages.WithApplication.defineNewApplication(String applicationId)
Starts a definition of an application to be created in the Batch account.
|
Copyright © 2019. All rights reserved.