次の方法で共有


CorsRule.AllowedMethods プロパティ

定義

CorsRule 要素が存在する場合に必要な値を取得または設定します。 配信元によって実行できる HTTP メソッドの一覧。

[Newtonsoft.Json.JsonProperty(PropertyName="allowedMethods")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods> AllowedMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedMethods")>]
member this.AllowedMethods : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods> with get, set
Public Property AllowedMethods As IList(Of AllowedMethods)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象