ServerAdministratorProperties 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.
Represents the properties of an Azure SQL Server Administrator.
public class ServerAdministratorProperties
type ServerAdministratorProperties = class
Public Class ServerAdministratorProperties
- Inheritance
-
ServerAdministratorProperties
Constructors
ServerAdministratorProperties() |
Initializes a new instance of the ServerAdministratorProperties class. |
ServerAdministratorProperties(Guid) |
Initializes a new instance of the ServerAdministratorProperties class with required arguments. |
Properties
AdministratorType |
Optional. Gets the type of Azure SQL Server Administrator. |
Login |
Optional. Gets the Azure SQL Server Administrator Login Value. |
Sid |
Optional. Gets the Azure SQL Server Administrator Sid. |
TenantId |
Required. Gets the Azure SQL Server Active Directory Administrator tenant id. |