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

CorsRuleAllowedMethod Enum

Definition

The CorsRuleAllowedMethod.

public enum CorsRuleAllowedMethod
type CorsRuleAllowedMethod = 
Public Enum CorsRuleAllowedMethod
Inheritance
CorsRuleAllowedMethod

Fields

Name Value Description
Delete 0

DELETE.

Get 1

GET.

Head 2

HEAD.

Merge 3

MERGE.

Post 4

POST.

Options 5

OPTIONS.

Put 6

PUT.

Patch 7

PATCH.

Applies to