| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerAzureADAdministratorInner>,ServerAzureADAdministratorInner> |
ServerAzureADAdministratorsClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters)
Creates or updates an existing Azure Active Directory administrator.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerAzureADAdministratorInner>,ServerAzureADAdministratorInner> |
ServerAzureADAdministratorsClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters,
com.azure.core.util.Context context)
Creates or updates an existing Azure Active Directory administrator.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerAzureADAdministratorInner>,ServerAzureADAdministratorInner> |
ServerAzureADAdministratorsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters)
Creates or updates an existing Azure Active Directory administrator.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ServerAzureADAdministratorsClient.beginDelete(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Deletes the Azure Active Directory administrator with the given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ServerAzureADAdministratorsClient.beginDelete(String resourceGroupName,
String serverName,
AdministratorName administratorName,
com.azure.core.util.Context context)
Deletes the Azure Active Directory administrator with the given name.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
ServerAzureADAdministratorsClient.beginDeleteAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Deletes the Azure Active Directory administrator with the given name.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorsClient.createOrUpdate(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters)
Creates or updates an existing Azure Active Directory administrator.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorsClient.createOrUpdate(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters,
com.azure.core.util.Context context)
Creates or updates an existing Azure Active Directory administrator.
|
Mono<ServerAzureADAdministratorInner> |
ServerAzureADAdministratorsClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters)
Creates or updates an existing Azure Active Directory administrator.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServerAzureADAdministratorsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName,
ServerAzureADAdministratorInner parameters)
Creates or updates an existing Azure Active Directory administrator.
|
void |
ServerAzureADAdministratorsClient.delete(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Deletes the Azure Active Directory administrator with the given name.
|
void |
ServerAzureADAdministratorsClient.delete(String resourceGroupName,
String serverName,
AdministratorName administratorName,
com.azure.core.util.Context context)
Deletes the Azure Active Directory administrator with the given name.
|
Mono<Void> |
ServerAzureADAdministratorsClient.deleteAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Deletes the Azure Active Directory administrator with the given name.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServerAzureADAdministratorsClient.deleteWithResponseAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Deletes the Azure Active Directory administrator with the given name.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorsClient.get(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Gets a Azure Active Directory administrator.
|
Mono<ServerAzureADAdministratorInner> |
ServerAzureADAdministratorsClient.getAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Gets a Azure Active Directory administrator.
|
com.azure.core.http.rest.Response<ServerAzureADAdministratorInner> |
ServerAzureADAdministratorsClient.getWithResponse(String resourceGroupName,
String serverName,
AdministratorName administratorName,
com.azure.core.util.Context context)
Gets a Azure Active Directory administrator.
|
Mono<com.azure.core.http.rest.Response<ServerAzureADAdministratorInner>> |
ServerAzureADAdministratorsClient.getWithResponseAsync(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Gets a Azure Active Directory administrator.
|
| Modifier and Type | Field and Description |
|---|---|
static AdministratorName |
AdministratorName.ACTIVE_DIRECTORY
Static value ActiveDirectory for AdministratorName.
|
| Modifier and Type | Method and Description |
|---|---|
static AdministratorName |
AdministratorName.fromString(String name)
Creates or finds a AdministratorName from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.