次の方法で共有


ManagementLockObject.Owners プロパティ

定義

ロックの所有者を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象