AzureSqlServerActiveDirectoryAdministratorAdapter Class

Definition

Adapter for Azure SQL Server Active Directory administrator operations

public class AzureSqlServerActiveDirectoryAdministratorAdapter
type AzureSqlServerActiveDirectoryAdministratorAdapter = class
Public Class AzureSqlServerActiveDirectoryAdministratorAdapter
Inheritance
AzureSqlServerActiveDirectoryAdministratorAdapter

Constructors

AzureSqlServerActiveDirectoryAdministratorAdapter(IAzureContext)

Constructs a Azure SQL Server Active Directory administrator adapter

Properties

ActiveDirectoryClient
Context

Gets or sets the Azure profile

MicrosoftGraphClient

Gets or sets the Azure MicrosoftGraphClient instance

Methods

CreateServerActiveDirectoryAdministratorModelFromResponse(String, String, ServerAdministrator)
CreateServerActiveDirectoryAdministratorModelFromResponse(String, String, ServerAzureADAdministrator)

Converts the response from the service to a powershell database object

GetActiveDirectoryInformation(String, Guid)

Verifies that the Azure Active Directory user or group exists, and will get the object id if it is not set.

GetTenantId()

Get the default tenantId for the current subscription

RemoveServerActiveDirectoryAdministrator(String, String)

Deletes a Azure SQL Server Active Directory administrator

Applies to