次の方法で共有


IWithCors.WithCORSRule(CorsRule) メソッド

定義

1 つの CORS 規則を指定します。

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithCORSRule (corsRule As CorsRule) As IWithCreate

パラメーター

corsRule
CorsRule

単一の CORS ルール。

戻り値

適用対象