SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint) |
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint,
OffsetDateTime restorePointDateTime) |
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSampleDatabase.fromSample(SampleName sampleName) |
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithAuthentication.withActiveDirectoryLoginAndPassword(String administratorLogin,
String administratorPassword) |
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithCollation.withCollation(String collation) |
Sets the collation for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes) |
Sets the max size in bytes for SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSku.withSku(DatabaseSku sku) |
Sets the sku for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSku.withSku(Sku sku) |
Sets the sku for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithAuthentication.withSqlAdministratorLoginAndPassword(String administratorLogin,
String administratorPassword) |
|