Sdílet prostřednictvím


IWithCors.WithCORSRule(CorsRule) Method

Definition

Specifies a single CORS rule.

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

Parameters

corsRule
CorsRule

A single CORS rule.

Returns

Applies to