AzureSqlServerActiveDirectoryAdministratorCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is responsible for all the REST communication with the audit REST endpoints
public class AzureSqlServerActiveDirectoryAdministratorCommunicator
type AzureSqlServerActiveDirectoryAdministratorCommunicator = class
Public Class AzureSqlServerActiveDirectoryAdministratorCommunicator
- Inheritance
-
AzureSqlServerActiveDirectoryAdministratorCommunicator
Constructors
AzureSqlServerActiveDirectoryAdministratorCommunicator(IAzureContext) |
Creates a communicator for Azure SQL Server Active Directory administrator |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateOrUpdate(String, String, ServerAdministratorCreateOrUpdateParameters) | |
CreateOrUpdate(String, String, ServerAzureADAdministrator) |
Creates or updates a Azure SQL Server Active Directory Administrator |
Get(String, String) |
Gets the Azure SQL Server Active Directory administrator |
List(String, String) |
Lists Azure SQL Server Active Directory administrators |
Remove(String, String) |
Deletes a Azure SQL Server Active Directory Administrator |