你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobServicePropertiesImpl.WithCORSRules(IList<CorsRule>) 方法

定义

public Microsoft.Azure.Management.Storage.Fluent.BlobServicePropertiesImpl WithCORSRules (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> corsRules);
member this.WithCORSRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> -> Microsoft.Azure.Management.Storage.Fluent.BlobServicePropertiesImpl
Public Function WithCORSRules (corsRules As IList(Of CorsRule)) As BlobServicePropertiesImpl

参数

corsRules
IList<CorsRule>

返回

适用于