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

BlobServicePropertiesImpl.IWithCors.WithCORSRule(CorsRule) 方法

定义

指定单个 CORS 规则。

Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate IWithCors.WithCORSRule (Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule corsRule);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithCors.WithCORSRule : Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithCors.WithCORSRule : Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
Function WithCORSRule (corsRule As CorsRule) As IUpdate Implements IWithCors.WithCORSRule

参数

corsRule
CorsRule

单个 CORS 规则。

返回

实现

适用于