你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchVmConfiguration(BatchImageReference, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 BatchVmConfiguration 的新实例。
public BatchVmConfiguration (Azure.ResourceManager.Batch.Models.BatchImageReference imageReference, string nodeAgentSkuId);
new Azure.ResourceManager.Batch.Models.BatchVmConfiguration : Azure.ResourceManager.Batch.Models.BatchImageReference * string -> Azure.ResourceManager.Batch.Models.BatchVmConfiguration
Public Sub New (imageReference As BatchImageReference, nodeAgentSkuId As String)
参数
- imageReference
- BatchImageReference
对 Azure 虚拟机 市场映像或自定义虚拟机的 Azure 映像资源的引用。 若要获取Azure Batch验证的所有 imageReference 的列表,请参阅“列出支持的节点代理 SKU”操作。
- nodeAgentSkuId
- String
Batch 节点代理是在池中的每个节点上运行的程序,并在节点与 Batch 服务之间提供命令和控制接口。 节点代理对于不同操作系统有不同的实现(称为 SKU)。 必须指定与所选映像引用匹配的节点代理 SKU。 若要获取受支持的节点代理 SKU 的列表及其已验证映像引用的列表,请参阅“列出支持的节点代理 SKU”操作。
例外
imageReference
或 nodeAgentSkuId
为 null。