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 Azure.Provisioning.BicepList<Azure.Provisioning.Storage.CorsRuleAllowedMethod> AllowedMethods { get; set; }
member this.AllowedMethods : Azure.Provisioning.BicepList<Azure.Provisioning.Storage.CorsRuleAllowedMethod> with get, set
Public Property AllowedMethods As BicepList(Of CorsRuleAllowedMethod)

Property Value

Applies to