DatabaseAccountGetResults.Cors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the CORS policy for the Cosmos DB database account.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.cors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CorsPolicy> Cors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cors")>]
member this.Cors : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CorsPolicy> with get, set
Public Property Cors As IList(Of CorsPolicy)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute