DatabaseUpdate.Identity Property

Definition

Gets or sets database identity

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to