Share via


BlobServicePropertiesImpl.WithCORSRules(IList<CorsRule>) Method

Definition

public Microsoft.Azure.Management.Storage.Fluent.BlobServicePropertiesImpl WithCORSRules (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> corsRules);
member this.WithCORSRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> -> Microsoft.Azure.Management.Storage.Fluent.BlobServicePropertiesImpl
Public Function WithCORSRules (corsRules As IList(Of CorsRule)) As BlobServicePropertiesImpl

Parameters

corsRules
IList<CorsRule>

Returns

Applies to