Share via


CorsRule.AllowedMethods Property

Definition

Gets or sets the HTTP methods permitted to execute for this origin.

public Microsoft.Azure.Cosmos.Table.CorsHttpMethods AllowedMethods { get; set; }
member this.AllowedMethods : Microsoft.Azure.Cosmos.Table.CorsHttpMethods with get, set
Public Property AllowedMethods As CorsHttpMethods

Property Value

The allowed HTTP methods.

Applies to