HostPoolResource.ExpandMsixImagesAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erweitert und listet MSIX-Pakete in einem Image unter Angabe des Imagepfads auf.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/expandMsixImage
- Vorgang 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)
Parameter
- msixImageUri
- MsixImageUri
Objekt, das den URI für MSIX Image enthält.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine asynchrone Sammlung von, bei der ExpandMsixImage mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.
Ausnahmen
msixImageUri
ist NULL.
Gilt für:
Azure SDK for .NET