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

AuthenticationTokenSettings.Access 属性

定义

获取或设置令牌授予访问权限的 Batch 资源。

public Microsoft.Azure.Batch.Common.AccessScope Access { get; set; }
member this.Access : Microsoft.Azure.Batch.Common.AccessScope with get, set
Public Property Access As AccessScope

属性值

注解

身份验证令牌仅授予对一组有限的 Batch 服务操作的访问权限。 目前,Access 属性支持的唯一 Job值为 ,它授予对包含该任务的作业相关的所有操作的访问权限。

适用于