ServerAdministratorProperties Class

Definition

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.

Applies to