次の方法で共有


AuthorizationRuleInner.Rights プロパティ

定義

ルールに関連付けられている権限を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象