Uses of Interface
com.microsoft.azure.management.batch.BatchAccount.DefinitionStages.WithCreate
-
-
Uses of BatchAccount.DefinitionStages.WithCreate in com.microsoft.azure.management.batch
Subinterfaces of BatchAccount.DefinitionStages.WithCreate in com.microsoft.azure.management.batch Modifier and Type Interface Description static interfaceBatchAccount.DefinitionThe entirety of a Batch account definition.static interfaceBatchAccount.DefinitionStages.WithCreateAndApplicationThe stage of a Batch account definition allowing the adding of a Batch application or creating the Batch account.Methods in com.microsoft.azure.management.batch that return BatchAccount.DefinitionStages.WithCreate Modifier and Type Method Description BatchAccount.DefinitionStages.WithCreateBatchAccount.DefinitionStages.WithStorage. withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)Specifies an existing storage account to associate with the Batch account.BatchAccount.DefinitionStages.WithCreateBatchAccount.DefinitionStages.WithStorage. withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable)Specifies a new storage account to associate with the Batch account.BatchAccount.DefinitionStages.WithCreateBatchAccount.DefinitionStages.WithStorage. withNewStorageAccount(String storageAccountName)Specifies the name of a new storage account to be created and associated with this Batch account.
-