共用方式為


ServerAdministratorProperties Constructors

Definition

Overloads

ServerAdministratorProperties()

Initializes a new instance of the ServerAdministratorProperties class.

ServerAdministratorProperties(Guid)

Initializes a new instance of the ServerAdministratorProperties class with required arguments.

ServerAdministratorProperties()

Initializes a new instance of the ServerAdministratorProperties class.

public ServerAdministratorProperties ();
Public Sub New ()

Applies to

ServerAdministratorProperties(Guid)

Initializes a new instance of the ServerAdministratorProperties class with required arguments.

public ServerAdministratorProperties (Guid tenantId);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorProperties : Guid -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorProperties
Public Sub New (tenantId As Guid)

Parameters

tenantId
Guid

Applies to