你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CorsRule 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CorsRule() |
初始化 CorsRule 类的新实例。 |
CorsRule(IList<String>, IList<String>, Int32, IList<String>, IList<String>) |
初始化 CorsRule 类的新实例。 |
CorsRule()
初始化 CorsRule 类的新实例。
public CorsRule ();
Public Sub New ()
适用于
CorsRule(IList<String>, IList<String>, Int32, IList<String>, IList<String>)
初始化 CorsRule 类的新实例。
public CorsRule (System.Collections.Generic.IList<string> allowedOrigins, System.Collections.Generic.IList<string> allowedMethods, int maxAgeInSeconds, System.Collections.Generic.IList<string> exposedHeaders, System.Collections.Generic.IList<string> allowedHeaders);
new Microsoft.Azure.Management.Storage.Models.CorsRule : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * int * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Storage.Models.CorsRule
Public Sub New (allowedOrigins As IList(Of String), allowedMethods As IList(Of String), maxAgeInSeconds As Integer, exposedHeaders As IList(Of String), allowedHeaders As IList(Of String))
参数
- maxAgeInSeconds
- Int32
如果存在 CorsRule 元素,则为必需项。 客户端/浏览器应缓存预检响应的秒数。