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

MsixImages interface

表示 MsixImages 的接口。

方法

listExpand(string, string, MsixImageURI, MsixImagesExpandOptionalParams)

根据映像路径,展开并列出映像中的 MSIX 包。

方法详细信息

listExpand(string, string, MsixImageURI, MsixImagesExpandOptionalParams)

根据映像路径,展开并列出映像中的 MSIX 包。

function listExpand(resourceGroupName: string, hostPoolName: string, msixImageURI: MsixImageURI, options?: MsixImagesExpandOptionalParams): PagedAsyncIterableIterator<ExpandMsixImage, ExpandMsixImage[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

hostPoolName

string

指定资源组中的主机池的名称

msixImageURI
MsixImageURI

包含 MSIX 映像 URI 的对象

options
MsixImagesExpandOptionalParams

选项参数。

返回