Share via


StorageCorsRule.AllowedMethods Property

Definition

Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.

public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.CorsRuleAllowedMethod> AllowedMethods { get; }
member this.AllowedMethods : System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.CorsRuleAllowedMethod>
Public ReadOnly Property AllowedMethods As IList(Of CorsRuleAllowedMethod)

Property Value

Applies to