SiteConfigResourceInner.Cors Property

Definition

Gets or sets cross-Origin Resource Sharing (CORS) settings.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cors")]
public Microsoft.Azure.Management.AppService.Fluent.Models.CorsSettings Cors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cors")>]
member this.Cors : Microsoft.Azure.Management.AppService.Fluent.Models.CorsSettings with get, set
Public Property Cors As CorsSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to