ServerAzureADAdministrator Class
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.
Azure Active Directory administrator.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerAzureADAdministrator : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerAzureADAdministrator = class
inherit ProxyResource
Public Class ServerAzureADAdministrator
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
AdministratorType |
Type of the sever administrator. |
AzureADOnlyAuthentication |
Gets azure Active Directory only Authentication enabled. |
Id |
Gets resource ID. (Inherited from Resource) |
Login |
Gets or sets login name of the server administrator. |
Name |
Gets resource name. (Inherited from Resource) |
Sid |
Gets or sets SID (object ID) of the server administrator. |
TenantId |
Gets or sets tenant ID of the administrator. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET