次の方法で共有


HostPoolResource.ExpandMsixImagesAsync メソッド

定義

イメージ パスを指定して、イメージ内の MSIX パッケージを展開および一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/expandMsixImage
  • 操作IdMsixImages_Expand
public virtual Azure.AsyncPageable<Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage> ExpandMsixImagesAsync (Azure.ResourceManager.DesktopVirtualization.Models.MsixImageUri msixImageUri, System.Threading.CancellationToken cancellationToken = default);
abstract member ExpandMsixImagesAsync : Azure.ResourceManager.DesktopVirtualization.Models.MsixImageUri * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage>
override this.ExpandMsixImagesAsync : Azure.ResourceManager.DesktopVirtualization.Models.MsixImageUri * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage>
Public Overridable Function ExpandMsixImagesAsync (msixImageUri As MsixImageUri, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpandMsixImage)

パラメーター

msixImageUri
MsixImageUri

MSIX イメージへの URI を含むオブジェクト。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ExpandMsixImage サービス要求を受け取る可能性がある の非同期コレクション。

例外

msixImageUri が null です。

適用対象