IWithCors.WithCORSRule(CorsRule) Method

Definition

Specifies a single CORS rule.

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

Parameters

corsRule
CorsRule

A single CORS rule.

Returns

Applies to