MsixImages interface
Interface representing a MsixImages.
Methods
list |
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.