public class SqlServerManager extends Manager<SqlManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqlServerManager.Configurable
The interface allowing configurations to be set.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SqlServerManager(com.azure.core.http.HttpPipeline httpPipeline,
com.azure.core.management.profile.AzureProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static SqlServerManager.Configurable |
configure()
Get a Configurable instance that can be used to create SqlServer with optional configuration.
|
SqlServers |
sqlServers() |
StorageManager |
storageManager() |
String |
tenantId()
Get the tenant ID value.
|
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerprotected SqlServerManager(com.azure.core.http.HttpPipeline httpPipeline,
com.azure.core.management.profile.AzureProfile profile)
public StorageManager storageManager()
public static SqlServerManager.Configurable configure()
public static SqlServerManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic SqlServers sqlServers()
public String tenantId()
Copyright © 2020 Microsoft Corporation. All rights reserved.