Compartir a través de


AuthorizationRule.Rights Propiedad

Definición

Obtiene o establece los derechos asociados a la regla.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a