通过


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

BatchSupportedImageOutput interface

对 Azure 虚拟机市场映像的引用以及有关该映像的其他信息。

属性

batchSupportEndOfLife

Azure Batch 服务停止接受映像的创建池请求的时间。

capabilities

映像支持的功能或功能。 未列出映像的每个功能。 此列表中的功能被视为特别感兴趣的功能,通常与 Azure Batch 服务中的其他功能集成相关。

imageReference

对 Azure 虚拟机市场映像的引用。

nodeAgentSKUId

映像支持的计算节点代理 SKU 的 ID。

osType

映像的操作系统类型(例如 Windows 或 Linux)。

可能的值:“linux”、“windows”

verificationType

Azure Batch 服务是否主动验证映像是否与关联的计算节点代理 SKU 兼容。

可能的值:“verified”、“unverified”

属性详细信息

batchSupportEndOfLife

Azure Batch 服务停止接受映像的创建池请求的时间。

batchSupportEndOfLife?: string

属性值

string

capabilities

映像支持的功能或功能。 未列出映像的每个功能。 此列表中的功能被视为特别感兴趣的功能,通常与 Azure Batch 服务中的其他功能集成相关。

capabilities?: string[]

属性值

string[]

imageReference

对 Azure 虚拟机市场映像的引用。

imageReference: BatchVmImageReferenceOutput

属性值

nodeAgentSKUId

映像支持的计算节点代理 SKU 的 ID。

nodeAgentSKUId: string

属性值

string

osType

映像的操作系统类型(例如 Windows 或 Linux)。

可能的值:“linux”、“windows”

osType: string

属性值

string

verificationType

Azure Batch 服务是否主动验证映像是否与关联的计算节点代理 SKU 兼容。

可能的值:“verified”、“unverified”

verificationType: string

属性值

string