SqlDatabase.DefinitionStages.WithExistingDatabase 接口
定义
The stage to decide whether using existing database or not.
public interface WithExistingDatabase extends SqlDatabase.DefinitionStages.WithSourceDatabaseId,SqlDatabase.DefinitionStages.WithCreateWithElasticPoolOptions
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
SqlDatabase.DefinitionStages.WithCollation.withCollation(String collation)
SqlDatabase.DefinitionStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes)
SqlDatabase.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(String sourceDatabaseId)
SqlDatabase.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)