ManagementLockObject.Owners Property

Definition

Gets or sets the owners of the lock.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.owners")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner> Owners { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.owners")>]
member this.Owners : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner> with get, set
Public Property Owners As IList(Of ManagementLockOwner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to