CorsProperties.CorsRules Property

Definition

Gets or sets CORS rules. The order of the list corresponds to precedence of rules.

public System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Table.CorsRule> CorsRules { get; }
member this.CorsRules : System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Table.CorsRule>
Public ReadOnly Property CorsRules As IList(Of CorsRule)

Property Value

A collection containing CORS rules, limited to 5.

Applies to