| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.DefinitionStages.Blank<ParentT>
The first stage of the SQL Server Firewall rule definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
The SQL database interface with all starting options for definition.
|
static interface |
SqlDatabase.SqlDatabaseDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2020 Microsoft Corporation. All rights reserved.