Show / Hide Table of Contents

    Class ServerAzureADAdministrator

    An server Active Directory Administrator.

    Inheritance
    Object
    Resource
    ProxyResource
    ServerAzureADAdministrator
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class ServerAzureADAdministrator : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    ServerAzureADAdministrator()

    Initializes a new instance of the ServerAzureADAdministrator class.

    Declaration
    public ServerAzureADAdministrator ();

    ServerAzureADAdministrator(String, Guid, Guid, String, String, String)

    Initializes a new instance of the ServerAzureADAdministrator class.

    Declaration
    public ServerAzureADAdministrator (string login, Guid sid, Guid tenantId, string id = null, string name = null, string type = null);
    Parameters
    String login

    The server administrator login value.

    Guid sid

    The server administrator Sid (Secure ID).

    Guid tenantId

    The server Active Directory Administrator tenant id.

    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    Properties

    AdministratorType

    The type of administrator.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.administratorType")]
    public static string AdministratorType { get; }
    Property Value
    String

    Login

    Gets or sets the server administrator login value.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.login")]
    public string Login { get; set; }
    Property Value
    String

    Sid

    Gets or sets the server administrator Sid (Secure ID).

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.sid")]
    public Guid Sid { get; set; }
    Property Value
    Guid

    TenantId

    Gets or sets the server Active Directory Administrator tenant id.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.tenantId")]
    public Guid TenantId { get; set; }
    Property Value
    Guid

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net