次の方法で共有


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

オプション パラメーター。

戻り値