public static interface SqlDatabase.DefinitionStages
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.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>
The final stage of the SQL Database definition after the SQL Elastic Pool definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>
The final stage of the SQL Database definition with all the other options.
|
static interface |
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>
The final stage of the SQL Database definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAuthentication<ParentT>
Sets the authentication type and SQL or Active Directory administrator login and password.
|
static interface |
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT>
Sets the authentication type and SQL or Active Directory administrator login and password.
|
static interface |
SqlDatabase.DefinitionStages.WithCollation<ParentT>
The SQL Database definition to set the collation for database.
|
static interface |
SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions<ParentT>
The SQL Database definition to set the collation for database.
|
static interface |
SqlDatabase.DefinitionStages.WithCreateMode<ParentT>
The SQL Database definition to set the create mode for database.
|
static interface |
SqlDatabase.DefinitionStages.WithEdition<ParentT>
The SQL Database definition to set the edition for database.
|
static interface |
SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>
The SQL Database definition to set the edition default for database.
|
static interface |
SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>
The SQL Database definition to set the elastic pool for database.
|
static interface |
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
The stage to decide whether using existing database or not.
|
static interface |
SqlDatabase.DefinitionStages.WithImportFrom<ParentT>
The SQL Database definition to import a BACPAC file as the source database.
|
static interface |
SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool<ParentT>
The SQL Database definition to import a BACPAC file as the source database within an elastic pool.
|
static interface |
SqlDatabase.DefinitionStages.WithMaxSizeBytes<ParentT>
The SQL Database definition to set the Max Size in Bytes for database.
|
static interface |
SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions<ParentT>
The SQL Database definition to set the Max Size in Bytes for database.
|
static interface |
SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<ParentT>
The SQL Database definition to set a restorable dropped database as the source database.
|
static interface |
SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT>
The SQL Database definition to set a restore point as the source database.
|
static interface |
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>
The SQL Database definition to set a restore point as the source database within an elastic pool.
|
static interface |
SqlDatabase.DefinitionStages.WithSampleDatabase<ParentT>
The SQL Database definition to set a sample database as the source database.
|
static interface |
SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool<ParentT>
The SQL Database definition to set a sample database as the source database within an elastic pool.
|
static interface |
SqlDatabase.DefinitionStages.WithServiceObjective<ParentT>
The SQL Database definition to set the service level objective.
|
static interface |
SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>
The SQL Database definition to set the source database id for database.
|
static interface |
SqlDatabase.DefinitionStages.WithStorageKey<ParentT>
Sets the storage key type and value to use.
|
static interface |
SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool<ParentT>
Sets the storage key type and value to use.
|
Copyright © 2019. All rights reserved.