Uses of Interface
com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithCreate
Packages that use SqlServer.DefinitionStages.WithCreate
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlServer.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlServer.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Subinterfaces with type arguments of type SqlServer.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceA SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify.Methods in com.azure.resourcemanager.sql.models that return SqlServer.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSqlServer.DefinitionStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the SQL Server.SqlServer.DefinitionStages.WithActiveDirectoryAdministrator.withActiveDirectoryAdministrator(String userLogin, String id) Sets the SQL Active Directory administrator.SqlServer.DefinitionStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword) Sets the administrator login password.SqlServer.DefinitionStages.WithFirewallRule.withoutAccessFromAzureServices()Sets the Azure services default access to this server to false.SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlServer.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSqlServer.DefinitionStages.WithDatabase.defineDatabase(String databaseName) Begins the definition of a new SQL Database to be added to this server.SqlServer.DefinitionStages.WithElasticPool.defineElasticPool(String elasticPoolName) Begins the definition of a new SQL Elastic Pool to be added to this server.SqlServer.DefinitionStages.WithFirewallRule.defineFirewallRule(String firewallRuleName) Begins the definition of a new SQL Firewall rule to be added to this server.SqlServer.DefinitionStages.WithVirtualNetworkRule.defineVirtualNetworkRule(String virtualNetworkRuleName) Begins the definition of a new SQL Virtual Network Rule to be added to this server.