BatchAccount.DefinitionStages.WithCreateAndApplication Interface
public interface WithCreateAndApplication extends BatchAccount.DefinitionStages.WithCreate,BatchAccount.DefinitionStages.WithApplicationAndStorage,BatchAccount.DefinitionStages.WithPool
The stage of a Batch account definition allowing the adding of a Batch application or creating the Batch account.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
BatchAccount.DefinitionStages.WithApplication.defineNewApplication(String applicationId)
BatchAccount.DefinitionStages.WithPool.defineNewPool(String poolId)
Indexable.key()
HasName.name()
BatchAccount.DefinitionStages.WithStorage.withExistingStorageAccount(StorageAccount storageAccount)
BatchAccount.DefinitionStages.WithStorage.withNewStorageAccount(Creatable<StorageAccount> storageAccountCreatable)
BatchAccount.DefinitionStages.WithStorage.withNewStorageAccount(String storageAccountName)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java