ServerAzureADAdministrator Constructors

Definition

Overloads

ServerAzureADAdministrator()

Initializes a new instance of the ServerAzureADAdministrator class.

ServerAzureADAdministrator(String, Guid, String, String, String, Nullable<Guid>, Nullable<Boolean>)

Initializes a new instance of the ServerAzureADAdministrator class.

ServerAzureADAdministrator()

Initializes a new instance of the ServerAzureADAdministrator class.

public ServerAzureADAdministrator ();
Public Sub New ()

Applies to

ServerAzureADAdministrator(String, Guid, String, String, String, Nullable<Guid>, Nullable<Boolean>)

Initializes a new instance of the ServerAzureADAdministrator class.

public ServerAzureADAdministrator (string login, Guid sid, string id = default, string name = default, string type = default, Guid? tenantId = default, bool? azureADOnlyAuthentication = default);
new Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator : string * Guid * string * string * string * Nullable<Guid> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator
Public Sub New (login As String, sid As Guid, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional azureADOnlyAuthentication As Nullable(Of Boolean) = Nothing)

Parameters

login
String

Login name of the server administrator.

sid
Guid

SID (object ID) of the server administrator.

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

tenantId
Nullable<Guid>

Tenant ID of the administrator.

azureADOnlyAuthentication
Nullable<Boolean>

Azure Active Directory only Authentication enabled.

Applies to