ServerAzureADAdministrator 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
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.