次の方法で共有


DatabaseAccountGetResults.Cors プロパティ

定義

Cosmos DB データベース アカウントの CORS ポリシーを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象