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

MsixImages interface

Interface representing a MsixImages.

Methods

listExpand(string, string, MsixImageURI, MsixImagesExpandOptionalParams)

Expands and Lists MSIX packages in an Image, given the Image Path.

Method Details

listExpand(string, string, MsixImageURI, MsixImagesExpandOptionalParams)

Expands and Lists MSIX packages in an Image, given the Image Path.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

hostPoolName

string

The name of the host pool within the specified resource group

msixImageURI
MsixImageURI

Object containing URI to MSIX Image

options
MsixImagesExpandOptionalParams

The options parameters.

Returns