你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HostPoolResource.ExpandMsixImagesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在给定映像路径的情况下,展开和列出映像中的 MSIX 包。
- 请求路径/subscriptions/{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。