SqlServerManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. sql. SqlServerManager
- com.
- com.
public class SqlServerManager
extends Manager<SqlManagementClient>
Entry point to Azure SQLServer resource management.
Constructor Summary
Modifier | Constructor | Description |
---|---|---|
protected | SqlServerManager(HttpPipeline httpPipeline, AzureProfile profile) |
Creates a new instance of SqlServerManager. |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sql |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Sql |
static
Sql |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Sql |
static Configurable |
configure()
Get a Configurable instance that can be used to create Sql |
Sql |
sqlServers() |
Storage |
storageManager() |
String |
tenantId()
Get the tenant ID value. |
Methods inherited from Manager
Methods inherited from java.lang.Object
Constructor Details
SqlServerManager
protected SqlServerManager(HttpPipeline httpPipeline, AzureProfile profile)
Creates a new instance of SqlServerManager.
Parameters:
Method Details
authenticate
public static SqlServerManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of SqlServer that exposes Compute resource management API entry points.
Parameters:
Returns:
authenticate
public static SqlServerManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of SqlServer that exposes Compute resource management API entry points.
Parameters:
Returns:
configure
public static SqlServerManager.Configurable configure()
Get a Configurable instance that can be used to create SqlServer with optional configuration.
Returns:
sqlServers
public SqlServers sqlServers()
Returns:
storageManager
public StorageManager storageManager()
Returns:
tenantId
public String tenantId()
Get the tenant ID value.
Returns:
Applies to
Azure SDK for Java