BatchSupportedImageOutput interface
对 Azure 虚拟机市场映像的引用以及有关该映像的其他信息。
属性
| batch |
Azure Batch 服务停止接受映像的创建池请求的时间。 |
| capabilities | 映像支持的功能或功能。 未列出映像的每个功能。 此列表中的功能被视为特别感兴趣的功能,通常与 Azure Batch 服务中的其他功能集成相关。 |
| image |
对 Azure 虚拟机市场映像的引用。 |
| node |
映像支持的计算节点代理 SKU 的 ID。 |
| os |
映像的操作系统类型(例如 Windows 或 Linux)。 可能的值:“linux”、“windows” |
| verification |
Azure Batch 服务是否主动验证映像是否与关联的计算节点代理 SKU 兼容。 可能的值:“verified”、“unverified” |
属性详细信息
batchSupportEndOfLife
Azure Batch 服务停止接受映像的创建池请求的时间。
batchSupportEndOfLife?: string
属性值
string
capabilities
映像支持的功能或功能。 未列出映像的每个功能。 此列表中的功能被视为特别感兴趣的功能,通常与 Azure Batch 服务中的其他功能集成相关。
capabilities?: string[]
属性值
string[]
imageReference
nodeAgentSKUId
映像支持的计算节点代理 SKU 的 ID。
nodeAgentSKUId: string
属性值
string
osType
映像的操作系统类型(例如 Windows 或 Linux)。
可能的值:“linux”、“windows”
osType: string
属性值
string
verificationType
Azure Batch 服务是否主动验证映像是否与关联的计算节点代理 SKU 兼容。
可能的值:“verified”、“unverified”
verificationType: string
属性值
string