Bagikan melalui


DatabaseAccountCreateUpdateParameters.Cors Property

Definition

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

Applies to