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

ResourceIdentityType 枚举

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

public enum ResourceIdentityType

定义 ResourceIdentityType 的值。

字段

NONE

Batch 帐户没有与之关联的标识。 在更新帐户中设置“无”将删除现有标识。

SYSTEM_ASSIGNED

Batch 帐户具有系统分配的标识。

USER_ASSIGNED

Batch 帐户具有用户分配的标识。

方法

fromString(String value)

public static ResourceIdentityType fromString(String value)

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

参数

value
String
要分析的序列化值。

返回

已分析的 ResourceIdentityType 对象;如果无法分析,则为 null。

toString()

public String toString()

返回

String

适用于