Package com.azure.resourcemanager.sql
Class SqlServerManager
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluentcore.arm.Manager<SqlManagementClient>
-
- com.azure.resourcemanager.sql.SqlServerManager
-
- All Implemented Interfaces:
HasServiceClient<SqlManagementClient>
public class SqlServerManager extends Manager<SqlManagementClient>
Entry point to Azure SQLServer resource management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSqlServerManager.ConfigurableThe interface allowing configurations to be set.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSqlServerManager(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)Creates a new instance ofSqlServerManager.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlServerManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)Creates an instance of SqlServer that exposes Compute resource management API entry points.static SqlServerManager.Configurableconfigure()Get a Configurable instance that can be used to create SqlServer with optional configuration.SqlServerssqlServers()StorageManagerstorageManager()StringtenantId()Get the tenant ID value.-
Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
-
-
-
Constructor Detail
-
SqlServerManager
protected SqlServerManager(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)Creates a new instance ofSqlServerManager.- Parameters:
httpPipeline- The HttpPipeline to use.profile- The AzureProfile to use.
-
-
Method Detail
-
storageManager
public StorageManager storageManager()
- Returns:
- the storage manager in sql manager
-
configure
public static SqlServerManager.Configurable configure()
Get a Configurable instance that can be used to create SqlServer with optional configuration.- Returns:
- Configurable
-
authenticate
public static SqlServerManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of SqlServer that exposes Compute resource management API entry points.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the SqlServer
-
sqlServers
public SqlServers sqlServers()
- Returns:
- the SQL Server management API entry point
-
tenantId
public String tenantId()
Get the tenant ID value.- Returns:
- the tenant ID value
-
-