CorsRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CorsRule() |
CorsRule クラスの新しいインスタンスを初期化します。 |
CorsRule(IList<String>, IList<AllowedMethods>, Int32, IList<String>, IList<String>) |
CorsRule クラスの新しいインスタンスを初期化します。 |
CorsRule()
CorsRule クラスの新しいインスタンスを初期化します。
public CorsRule ();
Public Sub New ()
適用対象
CorsRule(IList<String>, IList<AllowedMethods>, Int32, IList<String>, IList<String>)
CorsRule クラスの新しいインスタンスを初期化します。
public CorsRule (System.Collections.Generic.IList<string> allowedOrigins, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods> allowedMethods, int maxAgeInSeconds, System.Collections.Generic.IList<string> exposedHeaders, System.Collections.Generic.IList<string> allowedHeaders);
new Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods> * int * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule
Public Sub New (allowedOrigins As IList(Of String), allowedMethods As IList(Of AllowedMethods), maxAgeInSeconds As Integer, exposedHeaders As IList(Of String), allowedHeaders As IList(Of String))
パラメーター
- allowedMethods
- IList<AllowedMethods>
CorsRule 要素が存在する場合は必須です。 配信元によって実行できる HTTP メソッドの一覧。
- maxAgeInSeconds
- Int32
CorsRule 要素が存在する場合は必須です。 クライアント/ブラウザーがプレフライト応答をキャッシュする秒数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET