次の方法で共有


BlobServicePropertiesImpl.IWithCors.WithCORSRule(CorsRule) メソッド

定義

単一の CORS 規則を指定します。

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

パラメーター

corsRule
CorsRule

1 つの CORS ルール。

戻り値

実装

適用対象