Interface BatchAccount.DefinitionStages
-
- Enclosing interface:
- BatchAccount
public static interface BatchAccount.DefinitionStagesGrouping of all the Batch account definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBatchAccount.DefinitionStages.BlankThe first stage of a Batch account definition.static interfaceBatchAccount.DefinitionStages.WithApplicationThe stage of a Batch account definition allowing the creation of a Batch application.static interfaceBatchAccount.DefinitionStages.WithApplicationAndStorageThe stage of a Batch account definition allowing adding an application and a storage account.static interfaceBatchAccount.DefinitionStages.WithCreateA Batch account definition with sufficient inputs to create a new Batch account in the cloud, but exposing additional optional inputs to specify.static interfaceBatchAccount.DefinitionStages.WithCreateAndApplicationThe stage of a Batch account definition allowing the adding of a Batch application or creating the Batch account.static interfaceBatchAccount.DefinitionStages.WithGroupThe stage of a Batch account definition allowing the resource group to be specified.static interfaceBatchAccount.DefinitionStages.WithStorageThe stage of a Batch account definition allowing to associate storage accounts with the Batch account.
-