你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchPoolIdentity 类
- java.
lang. Object - com.
microsoft. azure. management. batch. BatchPoolIdentity
- com.
public class BatchPoolIdentity
Batch 池的标识(如果已配置)。 如果在更新现有池期间更新池标识,则只有池收缩到 0 后创建的新 VM 才会具有更新的标识。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Pool |
type()
获取用于 Batch 池的标识类型。 可能的值包括:“UserAssigned”、“None”。 |
Map<String, User |
userAssignedIdentities()
获取与 Batch 池关联的用户标识列表。 |
Batch |
withType(PoolIdentityType type)
设置用于 Batch 池的标识类型。 可能的值包括:“UserAssigned”、“None”。 |
Batch |
withUserAssignedIdentities(Map<String, UserAssignedIdentities> userAssignedIdentities)
设置与 Batch 池关联的用户标识列表。 |
方法详细信息
type
public PoolIdentityType type()
获取用于 Batch 池的标识类型。 可能的值包括:“UserAssigned”、“None”。
返回:
userAssignedIdentities
public Map
获取与 Batch 池关联的用户标识列表。
返回:
withType
public BatchPoolIdentity withType(PoolIdentityType type)
设置用于 Batch 池的标识类型。 可能的值包括:“UserAssigned”、“None”。
参数:
返回:
withUserAssignedIdentities
public BatchPoolIdentity withUserAssignedIdentities(Map
设置与 Batch 池关联的用户标识列表。
参数:
返回: