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

AuthorizationLevel 枚举

定义

用于指定服务资源所需的授权级别

public enum AuthorizationLevel
type AuthorizationLevel = 
Public Enum AuthorizationLevel
继承
AuthorizationLevel

字段

Admin 3

允许访问包含主密钥作为标头的请求。

Anonymous 0

允许访问匿名请求。

Application 1

允许访问包含应用程序密钥作为标头的请求。

User 2

允许访问包含有效身份验证令牌作为标头的请求。

适用于