Compartir a través de


CorsRules.CorsRulesProperty Propiedad

Definición

Obtiene o establece la lista de reglas de CORS. Puede incluir hasta cinco elementos CorsRule en la solicitud.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a