BatchAccount.DefinitionStages.WithCreateAndApplication Interface
public interface WithCreateAndApplication extends BatchAccount.DefinitionStages.WithCreate,BatchAccount.DefinitionStages.WithApplicationAndStorage,BatchAccount.DefinitionStages.WithPool
O estágio de uma definição de conta do Lote que permite a adição de um aplicativo do Lote ou a criação da conta do Lote.
Membros herdados
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)
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java