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

AuthenticationMode 枚举

  • java.lang.Object
    • java.lang.Enum<AuthenticationMode>
      • com.microsoft.azure.management.batch.AuthenticationMode

public enum AuthenticationMode

定义 AuthenticationMode 的值。

字段

AAD

使用 Azure Active Directory 的身份验证模式。

SHARED_KEY

使用共享密钥的身份验证模式。

TASK_AUTHENTICATION_TOKEN

使用任务身份验证令牌的身份验证模式。

方法

fromString(String value)

public static AuthenticationMode fromString(String value)

将序列化的值分析为 AuthenticationMode 实例。

参数

value
String
要分析的序列化值。

返回

分析的 AuthenticationMode 对象,如果无法分析,则为 null。

toString()

public String toString()

返回

String

适用于