Server.Administrators Property

Definition

Gets or sets the Azure Active Directory identity of the server.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.administrators")]
public Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator Administrators { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.administrators")>]
member this.Administrators : Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator with get, set
Public Property Administrators As ServerExternalAdministrator

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to