| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorsClient.disableAzureADOnlyAuthentication(String resourceGroupName,
String serverName)
Disables Azure Active Directory only authentication on logical Server.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorsClient.disableAzureADOnlyAuthentication(String resourceGroupName,
String serverName,
com.azure.core.util.Context context)
Disables Azure Active Directory only authentication on logical Server.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorsClient.get(String resourceGroupName,
String serverName,
AdministratorName administratorName)
Gets a Azure Active Directory administrator.
|
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorInner.withAdministratorType(AdministratorType administratorType)
Set the administratorType property: Type of the sever administrator.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorInner.withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication)
Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorInner.withLogin(String login)
Set the login property: Login name of the server administrator.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorInner.withSid(UUID sid)
Set the sid property: SID (object ID) of the server administrator.
|
ServerAzureADAdministratorInner |
ServerAzureADAdministratorInner.withTenantId(UUID tenantId)
Set the tenantId property: Tenant ID of the administrator.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.