Interface BatchAccount.DefinitionStages.WithCreateAndApplication
-
- All Superinterfaces:
BatchAccount.DefinitionStages.WithApplication,BatchAccount.DefinitionStages.WithApplicationAndStorage,BatchAccount.DefinitionStages.WithCreate,BatchAccount.DefinitionStages.WithStorage,com.microsoft.azure.management.resources.fluentcore.model.Creatable<BatchAccount>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<BatchAccount.DefinitionStages.WithCreate>
- All Known Subinterfaces:
BatchAccount.Definition
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithCreateAndApplication extends BatchAccount.DefinitionStages.WithCreate, BatchAccount.DefinitionStages.WithApplicationAndStorage
The stage of a Batch account definition allowing the adding of a Batch application or creating the Batch account.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.batch.BatchAccount.DefinitionStages.WithApplication
defineNewApplication
-
Methods inherited from interface com.microsoft.azure.management.batch.BatchAccount.DefinitionStages.WithStorage
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccount
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
-