Interface SqlServer.DefinitionStages
-
- Enclosing interface:
- SqlServer
public static interface SqlServer.DefinitionStagesGrouping of all the storage account definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlServer.DefinitionStages.BlankThe first stage of the SQL Server definition.static interfaceSqlServer.DefinitionStages.WithActiveDirectoryAdministratorA SQL Server definition setting the Active Directory administrator.static interfaceSqlServer.DefinitionStages.WithAdministratorLoginA SQL Server definition setting administrator user name.static interfaceSqlServer.DefinitionStages.WithAdministratorPasswordA SQL Server definition setting admin user password.static interfaceSqlServer.DefinitionStages.WithCreateA SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify.static interfaceSqlServer.DefinitionStages.WithDatabaseA SQL Server definition for specifying the databases.static interfaceSqlServer.DefinitionStages.WithElasticPoolA SQL Server definition for specifying elastic pool.static interfaceSqlServer.DefinitionStages.WithFirewallRuleThe stage of the SQL Server definition allowing to specify the SQL Firewall rules.static interfaceSqlServer.DefinitionStages.WithGroupA SQL Server definition allowing resource group to be set.static interfaceSqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentityA SQL Server definition setting the managed service identity.static interfaceSqlServer.DefinitionStages.WithVirtualNetworkRuleThe stage of the SQL Server definition allowing to specify the SQL Virtual Network Rules.
-