| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServer.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithActiveDirectoryAdministrator.withActiveDirectoryAdministrator(String userLogin,
String id)
Sets the SQL Active Directory administrator.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword)
Sets the administrator login password.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithFirewallRule.withoutAccessFromAzureServices()
Sets the Azure services default access to this server to false.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.