Uses of Interface
com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithCreate
-
Packages that use SqlServer.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.sql.models 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.models Modifier and Type Interface Description static interfaceSqlServer.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlServer.DefinitionStages.WithCreate Modifier and Type Method Description SqlServer.DefinitionStages.WithCreateSqlServer.DefinitionStages.WithActiveDirectoryAdministrator. withActiveDirectoryAdministrator(String userLogin, String id)Sets the SQL Active Directory administrator.SqlServer.DefinitionStages.WithCreateSqlServer.DefinitionStages.WithAdministratorPassword. withAdministratorPassword(String administratorLoginPassword)Sets the administrator login password.SqlServer.DefinitionStages.WithCreateSqlServer.DefinitionStages.WithFirewallRule. withoutAccessFromAzureServices()Sets the Azure services default access to this server to false.SqlServer.DefinitionStages.WithCreateSqlServer.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.WithCreate Modifier and Type Method Description SqlDatabase.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate>SqlServer.DefinitionStages.WithDatabase. defineDatabase(String databaseName)Begins the definition of a new SQL Database to be added to this server.SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate>SqlServer.DefinitionStages.WithElasticPool. defineElasticPool(String elasticPoolName)Begins the definition of a new SQL Elastic Pool to be added to this server.SqlFirewallRule.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate>SqlServer.DefinitionStages.WithFirewallRule. defineFirewallRule(String firewallRuleName)Begins the definition of a new SQL Firewall rule to be added to this server.SqlVirtualNetworkRule.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate>SqlServer.DefinitionStages.WithVirtualNetworkRule. defineVirtualNetworkRule(String virtualNetworkRuleName)Begins the definition of a new SQL Virtual Network Rule to be added to this server.
-