CorsRule.AllowedMethods プロパティ

定義

このオリジンによる実行が許可される HTTP メソッドを取得または設定します。

public Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods AllowedMethods { get; set; }
member this.AllowedMethods : Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods with get, set
Public Property AllowedMethods As CorsHttpMethods

プロパティ値

許可される HTTP メソッドです。

適用対象