次の方法で共有


IWithCors.WithCORSRule(CorsRule) メソッド

定義

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

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate WithCORSRule (Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule corsRule);
abstract member WithCORSRule : Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
Public Function WithCORSRule (corsRule As CorsRule) As IUpdate

パラメーター

corsRule
CorsRule

1 つの CORS ルール。

戻り値

適用対象