BatchAccount.Definition Interfaz
public interface Definition extends BatchAccount.DefinitionStages.Blank,BatchAccount.DefinitionStages.WithGroup,BatchAccount.DefinitionStages.WithCreate,BatchAccount.DefinitionStages.WithApplicationAndStorage,BatchAccount.DefinitionStages.WithCreateAndApplication,BatchAccount.DefinitionStages.WithApplication,BatchAccount.DefinitionStages.WithStorage,BatchAccount.DefinitionStages.WithPool
La totalidad de una definición de cuenta de Batch.
Miembros heredados
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.DefinitionWithRegion<T>.withRegion(String regionName)
Resource.DefinitionWithRegion<T>.withRegion(Region region)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java