BatchAccount.DefinitionStages.WithCreateAndApplication Interface
public interface WithCreateAndApplication extends BatchAccount.DefinitionStages.WithCreate,BatchAccount.DefinitionStages.WithApplicationAndStorage,BatchAccount.DefinitionStages.WithPool
Étape d’une définition de compte Batch permettant l’ajout d’une application Batch ou la création du compte Batch.
Membres hérités
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)
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java