public static interface BatchAccount.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
BatchAccount.DefinitionStages.Blank
The first stage of a Batch account definition.
|
static interface |
BatchAccount.DefinitionStages.WithApplication
The stage of a Batch account definition allowing the creation of a Batch application.
|
static interface |
BatchAccount.DefinitionStages.WithApplicationAndStorage
The stage of a Batch account definition allowing adding an application and a storage account.
|
static interface |
BatchAccount.DefinitionStages.WithCreate
A Batch account definition with sufficient inputs to create a new
Batch account in the cloud, but exposing additional optional inputs to specify.
|
static interface |
BatchAccount.DefinitionStages.WithCreateAndApplication
The stage of a Batch account definition allowing the adding of a Batch application or creating the Batch account.
|
static interface |
BatchAccount.DefinitionStages.WithGroup
The stage of a Batch account definition allowing the resource group to be specified.
|
static interface |
BatchAccount.DefinitionStages.WithStorage
The stage of a Batch account definition allowing to associate storage accounts with the Batch account.
|
Copyright © 2019. All rights reserved.