Azure / Azure/azure-libraries-for-java

[Design]: SQL Database flow has ImportFrom sub-flow which does not have clear flow end stage

Abierto
#217 0 comentarios 0 reacciones 1 asignado Asignado a @milismsft Ver en GitHub
feature-request SQL
Lenguaje dominante
Java
Estrellas
97
Forks
102
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

here is the sample from CR:
```
var dbFromImport = sqlServer.Databases
.Define("db-from-import1")
.DefineElasticPool("epi")
.WithStandardPool()
.Attach()
.ImportFrom(storageAccount, "from-sample", "dbfromsample.bacpac")
.WithSqlAdministratorLoginAndPassword(administratorLogin, administratorPassword)
.Create();
```

I think it would be better to have define.....Apply/Attach flow instead of ImportFrom which I read as a single statement and then the next line `WithSqlAdministratorLoginAndPassword` for me is related to database definition and not to Import configuration.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.