public static interface BatchAccount.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchAccount.DefinitionStages.Blank
The first stage of the batch account definition.
|
static interface |
BatchAccount.DefinitionStages.WithApplication
A batch account definition to allow creation of application.
|
static interface |
BatchAccount.DefinitionStages.WithApplicationAndStorage
A batch account definition allowing defining application and 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
A batch account definition allowing creation of application and batch account.
|
static interface |
BatchAccount.DefinitionStages.WithGroup
A batch account definition allowing resource group to be set.
|
static interface |
BatchAccount.DefinitionStages.WithStorage
A batch account definition to allow attaching storage accounts.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/