次の方法で共有


BlobServiceProperties.Cors プロパティ

定義

BLOB サービスの CORS 規則を取得または設定します。 要求には、最大 5 つの CorsRule 要素を含めることができます。 要求本文に CorsRule 要素が含まれていない場合、すべての CORS ルールが削除され、BLOB サービスに対して CORS が無効になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象