ServerInner.Identity Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to