你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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