Index.CorsOptions Property

Definition

Gets or sets options to control Cross-Origin Resource Sharing (CORS) for the index.

[Newtonsoft.Json.JsonProperty(PropertyName="corsOptions")]
public Microsoft.Azure.Search.Models.CorsOptions CorsOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="corsOptions")>]
member this.CorsOptions : Microsoft.Azure.Search.Models.CorsOptions with get, set
Public Property CorsOptions As CorsOptions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to