你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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