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

AuthenticationTokenSettings 构造函数

定义

重载

AuthenticationTokenSettings()

初始化 AuthenticationTokenSettings 类的新实例。

AuthenticationTokenSettings(IList<AccessScope>)

初始化 AuthenticationTokenSettings 类的新实例。

AuthenticationTokenSettings()

Source:
AuthenticationTokenSettings.cs

初始化 AuthenticationTokenSettings 类的新实例。

public AuthenticationTokenSettings ();
Public Sub New ()

适用于

AuthenticationTokenSettings(IList<AccessScope>)

Source:
AuthenticationTokenSettings.cs

初始化 AuthenticationTokenSettings 类的新实例。

public AuthenticationTokenSettings (System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.AccessScope> access = default);
new Microsoft.Azure.Batch.Protocol.Models.AuthenticationTokenSettings : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.AccessScope> -> Microsoft.Azure.Batch.Protocol.Models.AuthenticationTokenSettings
Public Sub New (Optional access As IList(Of AccessScope) = Nothing)

参数

access
IList<AccessScope>

令牌授予访问权限的 Batch 资源。

适用于