ServerExternalAdministrator Constructors
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.
Overloads
ServerExternalAdministrator() |
Initializes a new instance of the ServerExternalAdministrator class. |
ServerExternalAdministrator(String, String, String, Nullable<Guid>, Nullable<Guid>, Nullable<Boolean>) |
Initializes a new instance of the ServerExternalAdministrator class. |
ServerExternalAdministrator()
Initializes a new instance of the ServerExternalAdministrator class.
public ServerExternalAdministrator ();
Public Sub New ()
Applies to
ServerExternalAdministrator(String, String, String, Nullable<Guid>, Nullable<Guid>, Nullable<Boolean>)
Initializes a new instance of the ServerExternalAdministrator class.
public ServerExternalAdministrator (string administratorType = default, string principalType = default, string login = default, Guid? sid = default, Guid? tenantId = default, bool? azureADOnlyAuthentication = default);
new Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator : string * string * string * Nullable<Guid> * Nullable<Guid> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator
Public Sub New (Optional administratorType As String = Nothing, Optional principalType As String = Nothing, Optional login As String = Nothing, Optional sid As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional azureADOnlyAuthentication As Nullable(Of Boolean) = Nothing)
Parameters
- administratorType
- String
Type of the sever administrator. Possible values include: 'ActiveDirectory'
- principalType
- String
Principal Type of the sever administrator. Possible values include: 'User', 'Group', 'Application'
- login
- String
Login name of the server administrator.
Applies to
Azure SDK for .NET