你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ComputeNodeIdentityReference 类
- java.
lang. Object - com.
microsoft. azure. management. batch. ComputeNodeIdentityReference
- com.
public class ComputeNodeIdentityReference
对与计算节点将使用的 Batch 池关联的用户分配标识的引用。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
resourceId()
获取用户分配的标识的 ARM 资源 ID。 |
Compute |
withResourceId(String resourceId)
设置用户分配的标识的 ARM 资源 ID。 |
方法详细信息
resourceId
public String resourceId()
获取用户分配的标识的 ARM 资源 ID。
返回:
resourceId 值
withResourceId
public ComputeNodeIdentityReference withResourceId(String resourceId)
设置用户分配的标识的 ARM 资源 ID。
参数:
resourceId
- 要设置的 resourceId 值
返回:
ComputeNodeIdentityReference 对象本身。