次の方法で共有


IWithCors インターフェイス

定義

Cors を指定できる blobserviceproperties 定義のステージ。

public interface IWithCors
type IWithCors = interface
Public Interface IWithCors
派生

メソッド

WithCORSRule(CorsRule)

1 つの CORS 規則を指定します。

WithCORSRules(IList<CorsRule>)

すべての CORS 規則を指定します。

適用対象